Capabilities
Tool UseJSON Mode
- Context
- 131K
- Max output
- 33K
gpt-oss-20b
| Official price | Catalog price | Discount |
|---|---|---|
| Input $0.075 / Output $0.30 | Input $0.075 / Output $0.30 | - |
API Base
curl https://api.aisonar.dev/v1/chat/completions \
-H "Authorization: Bearer $AI_SONAR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-oss-20b",
"messages": [{"role":"user","content":"Summarize this release note"}]
}'