Capabilities
Tool UseJSON ModePrompt Cache
- Context
- 1M
- Max output
- 384K
deepseek-v4-flash
| Official price | Catalog price | Discount |
|---|---|---|
| Input $0.14 / Output $0.28 | Input $0.14 / Output $0.28 | - |
API Base
curl https://api.aisonar.dev/v1/chat/completions \
-H "Authorization: Bearer $AI_SONAR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek-v4-flash",
"messages": [{"role":"user","content":"Summarize this release note"}]
}'