mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-09-05 19:53:46 +08:00
#47/#48/#49 曾因 credentialSource 硬 enum 毒丸老客户端而被 #50 回滚。毒丸根因已由 客户端 desirecore#1021 系统性修复(credentialSource 改开放 string + 合并 salvage + 能力门控降级),claude-oauth 检测器与 SDK 网关由 desirecore#1008 提供, requiredClientVersion 运行时门槛由 desirecore#1038 提供,三者同在 v10.0.83 发布。 本次重新发布相较 #47 的变化: - 声明 requiredClientVersion = 10.0.83,低版本客户端优雅门控为「需更新客户端」 - displayName 去掉冗余 (订阅) 后缀,对齐 #58 的 Codex 命名约定 - 文件名 anthropic-claude.json 与 _index.json basename 一致(#48 的修正一并纳入)
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"
|
|
]
|
|
}
|