Google / google/gemini-2.5-flash-preview-tts
Gemini 2.5 Flash Preview TTS - access through LLMTR
A practical text-to-speech option when you want low latency and cost-efficient voice output. Well suited to in-app narration, read-aloud features, and assistant voice flows.
Technical specifications
| Canonical ID | google/gemini-2.5-flash-preview-tts |
|---|---|
| Provider | |
| Context window | Not available |
| Operations | AUDIO_SPEECH |
| Modalities | text, audio |
Pricing
A 6% platform margin applies to credit top-ups; model usage prices are not separately marked up.
| Operation | Metric | Unit | Price |
|---|---|---|---|
| AUDIO_SPEECH | INPUT_TEXT | PER_1M_TOKENS | $0.500000 |
| AUDIO_SPEECH | OUTPUT_AUDIO | PER_1M_TOKENS | $10.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-flash-preview-tts","messages":[{"role":"user","content":"Hello"}]}'
Related models
- Gemini Deep Research Preview google/deep-research-pro-preview-12-2025
- Gemini 2.5 Flash google/gemini-2.5-flash
- Gemini 2.5 Flash Image google/gemini-2.5-flash-image
- Gemini 2.5 Flash-Lite google/gemini-2.5-flash-lite
- Gemini 2.5 Flash-Lite Preview google/gemini-2.5-flash-lite-preview-09-2025
- Gemini 2.5 Flash Native Audio (Live API) google/gemini-2.5-flash-native-audio-preview-12-2025
- Gemini 2.5 Pro google/gemini-2.5-pro
- Gemini 2.5 Pro Preview TTS google/gemini-2.5-pro-preview-tts