Capabilities
Speech to TextFast
- Context
- -
- Max output
- -
openai-gpt-4o-mini-transcribe
| Official price | Catalog price | Discount |
|---|---|---|
| Input $0.875 / Output $3.50 | Input $0.875 / Output $3.50 | - |
API Base
curl https://api.aisonar.dev/v1/chat/completions \
-H "Authorization: Bearer $AI_SONAR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "openai-gpt-4o-mini-transcribe",
"messages": [{"role":"user","content":"Summarize this release note"}]
}'