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
This commit is contained in:
Johnson-LYS
2026-08-27 17:43:36 +08:00
committed by GitHub
parent c46cf07d2f
commit d0e9bf5085
5 changed files with 275 additions and 8 deletions

View File

@@ -11,13 +11,56 @@
"priceCurrency": "CNY",
"services": [
"chat",
"reasoning"
"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",