chore: 重命名 litellm provider 为 ai-gateway

This commit is contained in:
2026-03-28 17:47:05 +08:00
parent ff0ff59d5e
commit dfe763a0d9
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
"sisyphus": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, "sisyphus": { "model": "anthropic/claude-opus-4-6", "variant": "max" },
"hephaestus": { "model": "openai/gpt-5.4", "variant": "medium" }, "hephaestus": { "model": "openai/gpt-5.4", "variant": "medium" },
"oracle": { "model": "openai/gpt-5.4", "variant": "high" }, "oracle": { "model": "openai/gpt-5.4", "variant": "high" },
"librarian": { "model": "litellm/minimax-m2.7" }, "librarian": { "model": "ai-gateway/minimax-m2.7" },
"explore": { "model": "litellm/grok-code-fast-1" }, "explore": { "model": "ai-gateway/grok-code-fast-1" },
"multimodal-looker": { "model": "openai/gpt-5.4", "variant": "medium" }, "multimodal-looker": { "model": "openai/gpt-5.4", "variant": "medium" },
"prometheus": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, "prometheus": { "model": "anthropic/claude-opus-4-6", "variant": "max" },
"metis": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, "metis": { "model": "anthropic/claude-opus-4-6", "variant": "max" },
+2 -2
View File
@@ -80,8 +80,8 @@
} }
} }
}, },
"litellm": { "ai-gateway": {
"name": "LiteLLM", "name": "AI Gateway",
"npm": "@ai-sdk/openai-compatible", "npm": "@ai-sdk/openai-compatible",
"options": { "options": {
"baseURL": "{env:AI_GATEWAY_BASE_URL}/v1", "baseURL": "{env:AI_GATEWAY_BASE_URL}/v1",