Add MiniMax M2.7 and M2.7-highspeed models

This commit is contained in:
Mahmoud Almontasser 2026-03-27 22:50:56 +02:00
parent e138b2af78
commit f6e80b3cb9
2 changed files with 4 additions and 1 deletions

View file

@ -16,6 +16,7 @@
- Close open paths by dragging one endpoint to the other
- Align selected anchor points relative to each other in vector edit mode — the standard alignment buttons in the position panel now operate on selected vertices when 2 or more are selected
- Add GLM-5.1 model id to the z.ai provider
- Add MiniMax M2.7 model id to the minimax provider
### Fixes

View file

@ -222,7 +222,9 @@ export const AI_PROVIDERS: AIProviderDef[] = [
keyURL: 'https://platform.minimax.io/user-center/basic-information/interface-key',
defaultModel: 'MiniMax-M2.5',
models: [
{ id: 'MiniMax-M2.5', name: 'MiniMax-M2.5', tag: 'Best' },
{ id: 'MiniMax-M2.7', name: 'MiniMax-M2.7', tag: 'Best' },
{ id: 'MiniMax-M2.7-highspeed', name: 'MiniMax-M2.7-highspeed', tag: 'Fast' },
{ id: 'MiniMax-M2.5', name: 'MiniMax-M2.5' },
{ id: 'MiniMax-M2.5-highspeed', name: 'MiniMax-M2.5 Highspeed', tag: 'Fast' },
{ id: 'MiniMax-M2.1', name: 'MiniMax-M2.1' },
{ id: 'MiniMax-M2.1-highspeed', name: 'MiniMax-M2.1 Highspeed', tag: 'Fast' },