mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-07-23 06:13:14 +08:00
104 lines
2.5 KiB
JSON
104 lines
2.5 KiB
JSON
{
|
||
"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 Flash,284B 总参数 / 13B 激活 MoE,1M 上下文,默认思考模式,支持非思考模式,并发上限 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 Pro,1.6T 总参数 / 49B 激活 MoE,1M 上下文,默认思考模式,支持非思考模式,并发上限 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"
|
||
}
|
||
}
|
||
}
|
||
]
|
||
}
|