mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-07-23 06:13:14 +08:00
* feat(compute): 新增 Claude 订阅 provider(anthropic-claude,credentialSource=claude-oauth) * chore(schemas): credentialSource enum 增加 claude-oauth
34 lines
526 B
JSON
34 lines
526 B
JSON
{
|
|
"description": "Provider 加载顺序索引",
|
|
"order": [
|
|
"openai",
|
|
"openai-codex",
|
|
"anthropic",
|
|
"anthropic-claude",
|
|
"deepseek",
|
|
"dashscope",
|
|
"volcengine",
|
|
"moonshot",
|
|
"zhipu",
|
|
"zhipu-embedding",
|
|
"baichuan",
|
|
"lingyiwanwu",
|
|
"minimax",
|
|
"xiaomi",
|
|
"baidu",
|
|
"tencent",
|
|
"xunfei",
|
|
"siliconflow",
|
|
"local-whisper",
|
|
"ollama",
|
|
"google",
|
|
"mistral",
|
|
"xai",
|
|
"cohere",
|
|
"kling",
|
|
"stability",
|
|
"openrouter",
|
|
"perplexity"
|
|
]
|
|
}
|