mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-04-21 18:21:33 +08:00
- 为 kimi-k2、qwen3-max、glm-4.6、grok-4 等 12 个模型补充 vision 标签 - 为 minimax-m2.1-highspeed、mistral-small-latest 补充 reasoning 标签 - 对齐 coding-plan 版本与主版本的能力标签(zhipu/dashscope/moonshot) - 补全 internal-testing 内测版过度简化的能力标签 - bump presetDataVersion: 17 -> 18 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
72 lines
1.9 KiB
JSON
72 lines
1.9 KiB
JSON
{
|
||
"id": "provider-siliconflow-001",
|
||
"provider": "siliconflow",
|
||
"label": "硅基流动",
|
||
"baseUrl": "https://api.siliconflow.cn/v1",
|
||
"apiFormat": "openai-completions",
|
||
"apiKeyRef": "siliconflow",
|
||
"apiKeyVerified": false,
|
||
"enabled": false,
|
||
"status": "unconfigured",
|
||
"priceCurrency": "CNY",
|
||
"services": ["chat", "embedding"],
|
||
"models": [
|
||
{
|
||
"modelName": "Qwen/Qwen3-Coder-480B-A35B-Instruct",
|
||
"displayName": "Qwen3 Coder 480B (硅基)",
|
||
"serviceType": ["chat"],
|
||
"description": "开源最强代码模型,480B MoE 架构,擅长代码生成和 Agent 场景",
|
||
"contextWindow": 262144,
|
||
"maxOutputTokens": 32768,
|
||
"capabilities": [
|
||
"code",
|
||
"reasoning",
|
||
"agent",
|
||
"tool_use"
|
||
],
|
||
"inputPrice": 8,
|
||
"outputPrice": 16,
|
||
"defaultTemperature": 1,
|
||
"defaultTopP": 1,
|
||
"extra": {}
|
||
},
|
||
{
|
||
"modelName": "Qwen/Qwen3-235B-A22B-Instruct",
|
||
"displayName": "Qwen3 235B (硅基)",
|
||
"serviceType": ["chat"],
|
||
"description": "Qwen3 旗舰通用模型,235B MoE 架构,多语言能力突出",
|
||
"contextWindow": 262144,
|
||
"maxOutputTokens": 38912,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"code",
|
||
"multilingual",
|
||
"tool_use",
|
||
"agent",
|
||
"vision"
|
||
],
|
||
"inputPrice": 2.5,
|
||
"outputPrice": 10,
|
||
"defaultTemperature": 1,
|
||
"defaultTopP": 1,
|
||
"extra": {}
|
||
},
|
||
{
|
||
"modelName": "BAAI/bge-m3",
|
||
"displayName": "BGE-M3 (硅基)",
|
||
"serviceType": ["embedding"],
|
||
"description": "多语言 Embedding 模型,支持 8K 上下文,免费版",
|
||
"contextWindow": 8192,
|
||
"maxOutputTokens": 0,
|
||
"capabilities": [
|
||
"text_embedding",
|
||
"multilingual"
|
||
],
|
||
"inputPrice": 0,
|
||
"outputPrice": 0,
|
||
"extra": {}
|
||
}
|
||
]
|
||
}
|