mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-02-28 12:18:26 +08:00
- 删除所有 Provider 顶层的 defaultTemperature / defaultTopP - 为所有对话类模型添加 model 级别的推荐温度参数(基于官方文档) - volcengine:将 extra 内温度参数提升到模型顶层正式字段 - presetDataVersion 7→8 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
69 lines
1.8 KiB
JSON
69 lines
1.8 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"
|
||
],
|
||
"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": {}
|
||
}
|
||
]
|
||
}
|