Files
config-center/compute/providers/deepseek.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

66 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-deepseek-001",
"provider": "deepseek",
"label": "DeepSeek",
"baseUrl": "https://api.deepseek.com",
"apiFormat": "openai-completions",
"apiKeyRef": "deepseek",
"apiKeyVerified": false,
"enabled": false,
"status": "unconfigured",
"priceCurrency": "CNY",
"services": [
"chat",
"reasoning"
],
"models": [
{
"modelName": "deepseek-chat",
"displayName": "DeepSeek V3.2",
"serviceType": [
"chat"
],
"description": "高性价比通用对话模型128K 上下文",
"contextWindow": 128000,
"maxOutputTokens": 8192,
"capabilities": [
"chat",
"code",
"reasoning",
"multilingual"
],
"inputPrice": 2,
"outputPrice": 3,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {
"cacheHitPrice": 0.2
}
},
{
"modelName": "deepseek-reasoner",
"displayName": "DeepSeek R1",
"serviceType": [
"reasoning"
],
"description": "DeepSeek V3.2 思考模式128K 上下文,思维链默认 32K最大输出 64K",
"contextWindow": 128000,
"maxOutputTokens": 65536,
"capabilities": [
"chat",
"reasoning",
"deep_thinking",
"code",
"math"
],
"inputPrice": 4,
"outputPrice": 16,
"defaultTemperature": null,
"defaultTopP": null,
"extra": {
"cacheHitPrice": 0.2
}
}
]
}