OpenAI: GPT Audio Mini
OpenAI: GPT Audio Mini is a text-to-speech voice built by OpenAI. Routed through external models — ~1,147 tokens per clip (50% markup over upstream cost).
Use via API
OpenAI-compatible REST API. Generate a key and call this model in seconds.
curl -X POST https://api.free.ai/v1/tts/ \
-H "Authorization: Bearer sk-free-..." \
-H "Content-Type: application/json" \
-d '{"model":"openai/gpt-audio-mini","text":"hello world"}'
API Documentation
Get API Key