OpenAI: GPT Audio
OpenAI: GPT Audio is a text-to-speech voice built by OpenAI. Routed through external models — ~4,781 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","text":"hello world"}'
API Documentation
Get API Key