Files
config-center/compute/providers/deepseek.json
Johnson-LYS d0e9bf5085 feat(compute): add DeepSeek V4 variants and Qwen3.8 Flash (#82)
- add DeepSeek V4 Flash Vision Exp provider and model specifications
- add DeepSeek V4 Flash 0731 and Qwen3.8 Flash model specifications
- add regression coverage and bump preset data version
2026-08-27 17:43:36 +08:00

147 lines
3.7 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",
"vision"
],
"tombstones": [
"deepseek-chat",
"deepseek-reasoner"
],
"models": [
{
"modelName": "deepseek-v4-flash-vision-exp",
"displayName": "DeepSeek V4 Flash Vision Exp",
"serviceType": [
"chat",
"reasoning",
"vision"
],
"description": "DeepSeek V4 Flash 实验性视觉版本,支持文本与图像输入,文本能力与 V4 Flash 一致1M 上下文,并发上限 2500",
"contextWindow": 1000000,
"maxOutputTokens": 384000,
"capabilities": [
"chat",
"code",
"reasoning",
"deep_thinking",
"vision",
"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": false
}
}
},
{
"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"
}
}
}
]
}