Capabilities
Prompt Cache
- Context
- 31K
- Max output
- 8K
qwen-max
| Official price | Catalog price | Discount |
|---|---|---|
| Input $0.3529 / Output $1.41 | Input $0.3529 / Output $1.41 | - |
API Base
curl https://api.aisonar.dev/v1/chat/completions \
-H "Authorization: Bearer $AI_SONAR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen-max",
"messages": [{"role":"user","content":"Summarize this release note"}]
}'