Capabilities
Tool UseWeb Search
- Context
- 128K
- Max output
- 33K
groq-compound
| Official price | Catalog price | Discount |
|---|---|---|
| Input $0.59 / Output $0.79 | Input $0.59 / Output $0.79 | - |
API Base
curl https://api.aisonar.dev/v1/chat/completions \
-H "Authorization: Bearer $AI_SONAR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "groq-compound",
"messages": [{"role":"user","content":"Summarize this release note"}]
}'