feat(ai): add support for MiniMax China (minimax-cn) provider (#725)

Co-authored-by: Jian Zhang <jzhang@yanhuangdata.com>
This commit is contained in:
Jian Zhang 2026-01-14 22:41:47 +08:00 committed by GitHub
parent 951e9c88b8
commit 558a77b45f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 70 additions and 23 deletions

View file

@ -28,6 +28,7 @@ export const defaultModelPerProvider: Record<KnownProvider, string> = {
zai: "glm-4.6",
mistral: "devstral-medium-latest",
minimax: "MiniMax-M2.1",
"minimax-cn": "MiniMax-M2.1",
opencode: "claude-opus-4-5",
};