mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 05:50:50 +08:00
Batch update from official docs audit - price corrections, context window fixes, field report updates across all providers. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
55 lines
1.5 KiB
JSON
55 lines
1.5 KiB
JSON
{
|
||
"id": "provider-xunfei-001",
|
||
"provider": "xunfei",
|
||
"label": "讯飞星火",
|
||
"baseUrl": "https://spark-api-open.xf-yun.com/v1",
|
||
"apiFormat": "openai-completions",
|
||
"apiKeyRef": "xunfei",
|
||
"apiKeyVerified": false,
|
||
"enabled": false,
|
||
"status": "unconfigured",
|
||
"priceCurrency": "CNY",
|
||
"services": ["chat", "reasoning"],
|
||
"models": [
|
||
{
|
||
"modelName": "spark-x",
|
||
"displayName": "讯飞星火 X1",
|
||
"serviceType": ["reasoning"],
|
||
"description": "讯飞深度推理模型(X2),输入64K/输出128K,支持思考模式与函数调用",
|
||
"contextWindow": 65536,
|
||
"maxOutputTokens": 128000,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"deep_thinking",
|
||
"math",
|
||
"code"
|
||
],
|
||
"defaultTemperature": 1.2,
|
||
"defaultTopP": 0.95,
|
||
"extra": {
|
||
"pricingNote": "官方公开文档说明模型价格以控制台及实际购买页为准,未公开固定 token 单价"
|
||
}
|
||
},
|
||
{
|
||
"modelName": "4.0Ultra",
|
||
"displayName": "讯飞星火 4.0 Ultra",
|
||
"serviceType": ["chat"],
|
||
"description": "讯飞星火最强通用模型,支持推理、代码和工具调用",
|
||
"contextWindow": 32768,
|
||
"maxOutputTokens": 32768,
|
||
"capabilities": [
|
||
"chat",
|
||
"reasoning",
|
||
"code",
|
||
"tool_use"
|
||
],
|
||
"defaultTemperature": 1,
|
||
"defaultTopP": 1,
|
||
"extra": {
|
||
"pricingNote": "官方公开文档说明模型价格以控制台及实际购买页为准,未公开固定 token 单价"
|
||
}
|
||
}
|
||
]
|
||
}
|