Capabilities
VisionTool UseJSON Mode
- Context
- 128K
- Max output
- 128K
gpt-5.3-codex
| Official price | Catalog price | Discount |
|---|---|---|
| Input $1.23 / Output $9.80 | Input $1.23 / Output $9.80 | - |
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.3-codex",
"messages": [{"role":"user","content":"Summarize this release note"}]
}'