Files
config-center/compute/providers/deepseek.json
Yige f0e14a8b5e 更新 DeepSeek 官方模型配置
更新 DeepSeek 官方模型配置
2026-07-07 15:47:06 +08:00

104 lines
2.5 KiB
JSON
Raw Permalink 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"
],
"tombstones": [
"deepseek-chat",
"deepseek-reasoner"
],
"models": [
{
"modelName": "deepseek-v4-flash",
"displayName": "DeepSeek V4 Flash",
"serviceType": [
"chat",
"reasoning"
],
"description": "DeepSeek V4 Flash284B 总参数 / 13B 激活 MoE1M 上下文,默认思考模式,支持非思考模式,并发上限 2500",
"contextWindow": 1000000,
"maxOutputTokens": 384000,
"capabilities": [
"chat",
"code",
"reasoning",
"deep_thinking",
"long_context",
"multilingual",
"tool_use"
],
"inputPrice": 1.008,
"outputPrice": 2.016,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {
"cacheHitPrice": 0.02016,
"concurrencyLimit": 2500,
"supportsThinking": true,
"thinkingDefault": true,
"reasoningEffort": [
"high",
"max"
],
"features": {
"jsonOutput": true,
"toolCalls": true,
"chatPrefixCompletion": "beta",
"fimCompletion": "non-thinking-only"
}
}
},
{
"modelName": "deepseek-v4-pro",
"displayName": "DeepSeek V4 Pro",
"serviceType": [
"chat",
"reasoning"
],
"description": "DeepSeek V4 Pro1.6T 总参数 / 49B 激活 MoE1M 上下文,默认思考模式,支持非思考模式,并发上限 500",
"contextWindow": 1000000,
"maxOutputTokens": 384000,
"capabilities": [
"chat",
"code",
"reasoning",
"deep_thinking",
"long_context",
"multilingual",
"tool_use",
"math"
],
"inputPrice": 3.132,
"outputPrice": 6.264,
"defaultTemperature": 1,
"defaultTopP": 1,
"extra": {
"cacheHitPrice": 0.0261,
"concurrencyLimit": 500,
"supportsThinking": true,
"thinkingDefault": true,
"reasoningEffort": [
"high",
"max"
],
"features": {
"jsonOutput": true,
"toolCalls": true,
"chatPrefixCompletion": "beta",
"fimCompletion": "non-thinking-only"
}
}
}
]
}