Capabilities
Tool Use
- Context
- 128K
- Max output
- 8K
deepseek-v3
| Official price | Catalog price | Discount |
|---|---|---|
| Input $1.14 / Output $4.56 | Input $1.14 / Output $4.56 | - |
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",
"messages": [{"role":"user","content":"Summarize this release note"}]
}'