Files
config-center/compute/providers/xunfei.json
xieyuanxiang b0e0cead04 chore: update field audit tables and provider configs
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>
2026-04-24 20:12:57 +08:00

55 lines
1.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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 单价"
}
}
]
}