TokenLX
GEMINI

google/gemini-2.5-pro-tts

$1.00/M tokens input$20.00/M tokens output39.0B  tokens servedAudio

Gemini Pro — Google's higher-quality Gemini tier. Strong reasoning with large context windows.

Key strengths

  • Strong reasoning
  • 1M+ context
  • Multimodal
  • Good for research

Use cases

  • Deep analysis
  • Long-context reasoning
  • Multimodal workflows
  • Complex QA
multimodallong-context

Google's google/gemini-2.5-pro-tts is a high-quality speech model. It generates natural-sounding speech across multiple voices and languages, with low-latency streaming output suitable for real-time voice applications.

Supports SSML-style controls, configurable voices, speaking rate, and pitch. Compatible with the OpenAI `/audio/speech` and `/audio/transcriptions` endpoint shapes.

google/gemini-2.5-pro-tts is fully OpenAI-compatible — drop in your existing OpenAI Python or Node SDK and switch `baseURL` to `https://api.tokenlx.ai`. TokenLX transparently routes your requests to the optimal provider endpoint while preserving streaming, function-calling, and structured-output semantics.

Performance

Compare different providers across TokenLX · All locations.

Throughput
43
tok/s
Latency
153
ms
E2E Latency
200
ms
Tool Call Errors
0.08
%
Output Errors
0.39
%
Time to First Token
111
ms

Effective Pricing

Actual cost per million tokens across providers over the past 7 days.

Input
$1.00
per 1M tokens
7d agotoday
Output
$20.00
per 1M tokens
7d agotoday

Recent activity

Total usage per day on TokenLX (last 30 days).

Prompt
11.00B
Completion
28.05B
30d ago15d agotoday

Sample code & API

TokenLX normalizes requests and responses across providers. Use any OpenAI SDK or our native SDK.

# Python — use HTTP client directly
# Endpoint: POST https://api.tokenlx.ai/v1/videos/generations
# Headers:  Authorization: Bearer $TOKENLX_API_KEY
# Body:     { "model": "gemini-2.5-pro-tts", "prompt": "...", "duration": 5 }

Replace sk-aihubrouter-… with your key from the dashboard.