TTS 1

OpenAI's standard TTS. Low latency, good quality for assistants and notifications. 6 voices.

SpeechOpenAI$16.3509 / 1M

openai/tts-1

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/tts-1",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Get an API key

Frequently asked questions

What is TTS 1?
OpenAI's standard TTS. Low latency, good quality for assistants and notifications. 6 voices. TTS 1 runs on the Geek Hub API (OpenAI-compatible). Model id: openai/tts-1.
Is TTS 1 free?
No. $16.3509 per 1M characters on Geek Hub.

More models from OpenAI