DeepSeek: deepseek/deepseek-flash
DeepSeek-Flash
deepseek/deepseek-flashCapabilities
6
VisionToolsSearchThinkJSONCache
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.
49.29% OFF
Input tokens
2 price tiers
Pricing period: Peak hours
0.2143 credits / 1M
All other cases
0.1072 credits / 1M
Output tokens
2 price tiers
Pricing period: Peak hours
0.6429 credits / 1M
All other cases
0.3215 credits / 1M
Cache read tokens
2 price tiers
Pricing period: Peak hours
0.0072 credits / 1M
All other cases
0.0036 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-flash", "messages": [ { "role": "user", "content": "Explain model gateways in one sentence." } ]}'Set your API_KEY environment variable before running. Keep your key server-side.