Capabilities
Tool UseJSON ModePrompt Cache
- Context
- 1M
- Max output
- 384K
deepseek-v4-pro
| Official price | Catalog price | Discount |
|---|---|---|
| Input $0.435 / Output $0.87 | Input $0.435 / Output $0.87 | - |
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-pro",
"messages": [{"role":"user","content":"Summarize this release note"}]
}'