feat: add ModelScope API support (#3773)

Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
This commit is contained in:
Rongkun Yan
2026-06-22 14:29:05 -07:00
committed by GitHub
co-authored by Steven Enamakel
parent 7f5a746c19
commit 9e5d0329bf
5 changed files with 25 additions and 1 deletions
+2 -1
View File
@@ -25,7 +25,7 @@ through a custom provider entry; this table is the first-class chip catalog.
| `huggingface` | Hugging Face | `https://router.huggingface.co/v1` | bearer | Shipped |
| `nvidia` | NVIDIA | `https://integrate.api.nvidia.com/v1` | bearer | Shipped |
| `zai` | Z.AI | `https://api.z.ai/api/paas/v4` | bearer | Shipped |
| `minimax` | MiniMax | `https://api.minimax.io/anthropic` | anthropic | Shipped |
| `minimax` | MiniMax | `https://api.minimax.io/v1` | bearer | Shipped |
| `stepfun` | StepFun | `https://api.stepfun.ai/step_plan/v1` | bearer | Shipped |
| `kilocode` | Kilo Code | `https://api.kilo.ai/api/gateway` | bearer | Shipped |
| `deepinfra` | DeepInfra | `https://api.deepinfra.com/v1/openai` | bearer | Shipped |
@@ -33,6 +33,7 @@ through a custom provider entry; this table is the first-class chip catalog.
| `venice` | Venice | `https://api.venice.ai/api/v1` | bearer | Shipped |
| `vercel-ai-gateway` | Vercel AI Gateway | `https://ai-gateway.vercel.sh/v1` | bearer | Shipped |
| `sumopod` | SumoPod | `https://ai.sumopod.com/v1` | bearer | Shipped |
| `modelscope` | ModelScope | `https://api-inference.modelscope.cn/v1` | bearer | Shipped |
API keys are stored through the auth-profile store under `provider:<slug>`;
they are not read from environment variables by the desktop Settings flow.