Google / google/gemini-2.5-pro-preview-tts

Gemini 2.5 Pro Preview TTS - access through LLMTR

A stronger text-to-speech option when you want more natural output and tighter prompt steering. Better suited than Flash TTS for premium voice experiences.

Technical specifications

Canonical IDgoogle/gemini-2.5-pro-preview-tts
ProviderGoogle
Context windowNot available
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_TOKENS$1.00
AUDIO_SPEECHOUTPUT_AUDIOPER_1M_TOKENS$20.00

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":"google/gemini-2.5-pro-preview-tts","messages":[{"role":"user","content":"Hello"}]}'

Related models