Capabilities
- Context
- -
- Max output
- -
aitryon-refiner
| Official price | Catalog price | Discount |
|---|---|---|
| $0.0221-$0.0441 /image | $0.0221-$0.0441 /image | - |
API Base
curl https://api.aisonar.dev/v1/chat/completions \
-H "Authorization: Bearer $AI_SONAR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "aitryon-refiner",
"messages": [{"role":"user","content":"Summarize this release note"}]
}'