Capabilities
- Context
- 4K
- Max output
- 4K
hy-mt2-pro
| Official price | Catalog price | Discount |
|---|---|---|
| Input $0.2143 / Output $0.6429 | Input $0.2143 / Output $0.6429 | - |
API Base
curl https://api.aisonar.dev/v1/chat/completions \
-H "Authorization: Bearer $AI_SONAR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "hy-mt2-pro",
"messages": [{"role":"user","content":"Summarize this release note"}]
}'