Back to Models
OpenAI: GPT Audio Mini
openai/gpt-audio-miniJan 19, 2026128K context16.4K max output$0.60/M in · $2.40/M out
Description
A cost-efficient version of GPT Audio. The new snapshot features an upgraded decoder for more natural sounding voices and maintains better voice consistency. Input is priced at $0.60 per million tokens and output is priced at $2.40 per million tokens.
Specifications
Provider
openai
Context Length
128K
Max Output
16.4K
Modality
Intextaudio
Outtextaudio
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.60 |
| Output | $2.40 |
| Audio Input | $0.60 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "openai/gpt-audio-mini",
"messages": [{"role": "user", "content": "Hello!"}]
}'