Capabilities
Tool Use
- Context
- 272K
- Max output
- 128K
gpt-5-nano
| Official price | Catalog price | Discount |
|---|---|---|
| Input $0.035 / Output $0.28 | Input $0.035 / Output $0.28 | - |
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-5-nano",
"messages": [{"role":"user","content":"Summarize this release note"}]
}'