mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-04-21 17:21:27 +08:00
- zhipu (chat/reasoning/vision): baseUrl -> /api/anthropic, apiFormat -> anthropic-messages 启用 Anthropic 协议的 thinking 字段以支持 GLM 深度思考流式输出 - zhipu-embedding (new): 独立承载 embedding-3, 保留 /api/paas/v4 + openai-completions Anthropic 协议不提供 /embeddings 端点 - zhipu-coding (Coding Plan): baseUrl -> /api/anthropic, apiFormat -> anthropic-messages 与非套餐端点共用同一协议, 计费维度由 API Key 区分 - bump presetDataVersion 17 -> 18
32 lines
492 B
JSON
32 lines
492 B
JSON
{
|
|
"description": "Provider 加载顺序索引",
|
|
"order": [
|
|
"openai",
|
|
"anthropic",
|
|
"deepseek",
|
|
"dashscope",
|
|
"volcengine",
|
|
"moonshot",
|
|
"zhipu",
|
|
"zhipu-embedding",
|
|
"baichuan",
|
|
"lingyiwanwu",
|
|
"minimax",
|
|
"baidu",
|
|
"tencent",
|
|
"xunfei",
|
|
"siliconflow",
|
|
"local-whisper",
|
|
"ollama",
|
|
"google",
|
|
"mistral",
|
|
"xai",
|
|
"cohere",
|
|
"kling",
|
|
"stability",
|
|
"openrouter",
|
|
"perplexity",
|
|
"internal-testing"
|
|
]
|
|
}
|