GPT-4o mini TTS

Latest generation: prompt-controlled voice (instructions for tone, emotion, pace). 7 voices.

SpeechOpenAI$13.0807 / 1M

openai/gpt-4o-mini-tts

Context
Completion cap
Tools
No
JSON
No

Call it from Geek Hub

Same OpenAI SDK. Change the base URL and the model id.

curl https://api.geekhub.mx/v1/chat/completions \
  -H "Authorization: Bearer $GEEKHUB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/gpt-4o-mini-tts",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Get an API key

Frequently asked questions

What is GPT-4o mini TTS?
Latest generation: prompt-controlled voice (instructions for tone, emotion, pace). 7 voices. GPT-4o mini TTS runs on the Geek Hub API (OpenAI-compatible). Model id: openai/gpt-4o-mini-tts.
Is GPT-4o mini TTS free?
No. $13.0807 per 1M characters on Geek Hub.

More models from OpenAI