Capabilities
Tool UseWeb Search
- Context
- 128K
- Max output
- 33K
groq-compound-mini
| Official price | Catalog price | Discount |
|---|---|---|
| Input $0.05 / Output $0.08 | Input $0.05 / Output $0.08 | - |
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-mini",
"messages": [{"role":"user","content":"Summarize this release note"}]
}'