xAI / xai/grok-voice-tts

Grok Voice TTS - access through LLMTR

A practical option for turning text into voice in narration, read-aloud, and assistant audio flows. Useful for product teams that want to add voice UX.

Technical specifications

Canonical IDxai/grok-voice-tts
ProviderxAI
Context window100,000 tokens
OperationsAUDIO_SPEECH
Modalitiestext, audio

Pricing

A 6% platform margin applies to credit top-ups; model usage prices are not separately marked up.

OperationMetricUnitPrice
AUDIO_SPEECHINPUT_TEXTPER_1M_CHARACTERS$4.20

Example usage

With existing OpenAI SDK flows, change only the base URL and model identifier.

curl https://llmtr.com/v1/chat/completions \
  -H "Authorization: Bearer llmtr-your_key" \
  -H "Content-Type: application/json" \
  -d '{"model":"xai/grok-voice-tts","messages":[{"role":"user","content":"Hello"}]}'

Related models