Capabilities
VisionTool UseJSON ModePrompt CacheWeb Search
- Context
- 1M
- Max output
- 33K
gpt-4.1
| Official price | Catalog price | Discount |
|---|---|---|
| Input $1.40 / Output $5.60 | Input $1.40 / Output $5.60 | - |
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-4.1",
"messages": [{"role":"user","content":"Summarize this release note"}]
}'