TTS 1 HD

HD version: better fidelity and intonation at double the price. Recommended for podcasts and audiobooks.

SpeechOpenAI$32.7018 / 1M

openai/tts-1-hd

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

Frequently asked questions

What is TTS 1 HD?
HD version: better fidelity and intonation at double the price. Recommended for podcasts and audiobooks. TTS 1 HD runs on the Geek Hub API (OpenAI-compatible). Model id: openai/tts-1-hd.
Is TTS 1 HD free?
No. $32.7018 per 1M characters on Geek Hub.

More models from OpenAI