By DeepSeek
Get an API keyAll modelsdeepseek-v4-flash is available through DeepSeek via a unified, OpenAI-compatible API. Send requests with any OpenAI SDK by pointing the base URL at our gateway — no separate account with the upstream provider required.
| Input | $1 per 1M tokens |
| Output | $2 per 1M tokens |
| Cache read | $0.02 per 1M tokens |
| POST /v1/chat/completions | openai |
curl https://api.getmodel.ai/v1/chat/completions \
-H "Authorization: Bearer $NEW_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"deepseek-v4-flash","messages":[{"role":"user","content":"Explain quantum entanglement in one paragraph."}]}'Replace <YOUR_API_KEY> with a key from your dashboard.
Prices shown are list prices in USD and may vary by user group. Sign in for your exact rate.