Capabilities
Tool UsePrompt Cache
- Context
- 164K
- Max output
- 164K
deepseek-v3-2
| Official price | Catalog price | Discount |
|---|---|---|
| Input $0.28 / Output $0.42 | Input $0.28 / Output $0.42 | - |
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-v3-2",
"messages": [{"role":"user","content":"Summarize this release note"}]
}'