chore(providers): remove Mistral from provider registry

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jiang Bohan 2026-02-09 19:20:21 +08:00
parent a61e29469e
commit 368012bd66

View file

@ -102,14 +102,6 @@ const PROVIDER_REGISTRY: Record<string, ProviderMeta> = {
models: ["llama-3.3-70b-versatile"],
loginUrl: "https://console.groq.com/keys",
},
"mistral": {
id: "mistral",
name: "Mistral",
authMethod: "api-key",
defaultModel: "mistral-large-latest",
models: ["mistral-large-latest", "codestral-latest"],
loginUrl: "https://console.mistral.ai/api-keys",
},
"xai": {
id: "xai",
name: "xAI (Grok)",