DeepSeek: deepseek/deepseek-v4-pro
DeepSeek-V4-Pro
deepseek/deepseek-v4-proCapabilities
5
ToolsSearchThinkJSONCache
Context length
1M
Tokens
Max output tokens
—
Tokens
Type
Chat
DeepSeek
Playground
Pricing
Pricing breakdown
Usage-based pricing, broken down by billing item at your current rates.
29.9% OFF
Input tokens
2 price tiers
Pricing period: Peak hours
0.9 credits / 1M
All other cases
0.45 credits / 1M
Output tokens
2 price tiers
Pricing period: Peak hours
2.7 credits / 1M
All other cases
1.35 credits / 1M
Cache read tokens
2 price tiers
Pricing period: Peak hours
0.03 credits / 1M
All other cases
0.015 credits / 1M
Billing items are additive. Only one matching price tier applies to each item. Charges are calculated from actual usage per request, with each item rounded up.
API
cURL example
request.sh
POST
/v1/chat/completionsSynchronousOpenAI-compatible
curl "http://127.0.0.1:11113/v1/chat/completions" \ -X POST \ -H "Authorization: Bearer $API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "deepseek/deepseek-v4-pro", "messages": [ { "role": "user", "content": "Explain model gateways in one sentence." } ]}'Set your API_KEY environment variable before running. Keep your key server-side.