{ "displayName": "DeepSeek", "baseUrl": "https://api.deepseek.com/anthropic", "apiKeyTemplate": "sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "models": [ { "id": "deepseek-v4-flash", "name": "DeepSeek-V4-Flash", "tooltip": "DeepSeek-V4 快速模式", "sdkMode": "anthropic", "reasoningEffort": ["high", "max", "none"], "contextSize": [1000000, 512000, 400000, 256000, 192000], "maxInputTokens": 936000, "maxOutputTokens": 64000, "capabilities": { "toolCalling": true, "imageInput": false, "editTools": true }, "tokenPricing": { "pricing": { "USD": [0.14, 0.28, 0.0028], "RMB": [1, 2, 0.02] }, "tiers": [{ "cron": "* 9-11,14-17 * * *", "pricing": 2 }] } }, { "id": "deepseek-v4-pro", "name": "DeepSeek-V4-Pro", "tooltip": "DeepSeek-V4 专家模式", "sdkMode": "anthropic", "reasoningEffort": ["high", "max", "none"], "contextSize": [1000000, 512000, 400000, 256000, 192000], "maxInputTokens": 936000, "maxOutputTokens": 64000, "capabilities": { "toolCalling": true, "imageInput": false, "editTools": true }, "tokenPricing": { "pricing": { "USD": [0.435, 0.87, 0.003625], "RMB": [3, 6, 0.025] }, "tiers": [{ "cron": "* 9-11,14-17 * * *", "pricing": 2 }] } } ] }