Pay-per-token
google-tts/Google TTS
Google TTS — connect via API key.
Quick setup
Open the kRouter dashboard at http://localhost:20128
Go to Providers → click Google TTS
Paste your API key, click Save
Test the connection
Use in your IDE
Point any OpenAI-compatible client at kRouter using your local API key.
# Endpoint
http://localhost:20128/v1
# API key (from Dashboard → API Keys)
sk-krouter-XXXX
# Model
google-tts/<model-id>How Google TTS billing works with kRouter
Google TTS is pay-per-token. You bring your own API key and kRouter routes to it, so you keep your own rate limits and billing relationship. kRouter authenticates it via free. 60 models are routable as google-tts/<model>.
Through kRouter, Google TTS serves text-to-speech, exposed on /v1/audio/speech. Requests reach it through the same local OpenAI-compatible endpoint as every other provider, so switching to or from Google TTS is a one-line model change in your client rather than a rewrite.
Google TTS models & pricing
These are the model ids kRouter routes to. This provider does not publish per-token rates.
| Model | Route as |
|---|---|
| Afrikaans | google-tts/af |
| Arabic | google-tts/ar |
| Bulgarian | google-tts/bg |
| Bengali | google-tts/bn |
| Bosnian | google-tts/bs |
| Catalan | google-tts/ca |
| Czech | google-tts/cs |
| Welsh | google-tts/cy |
| Danish | google-tts/da |
| German | google-tts/de |
| Greek | google-tts/el |
| English | google-tts/en |
| Esperanto | google-tts/eo |
| Spanish | google-tts/es |
| Estonian | google-tts/et |
| Finnish | google-tts/fi |
| French | google-tts/fr |
| Gujarati | google-tts/gu |
| Hindi | google-tts/hi |
| Croatian | google-tts/hr |
| Hungarian | google-tts/hu |
| Armenian | google-tts/hy |
| Indonesian | google-tts/id |
| Icelandic | google-tts/is |
| Italian | google-tts/it |
| Japanese | google-tts/ja |
| Javanese | google-tts/jw |
| Khmer | google-tts/km |
| Kannada | google-tts/kn |
| Korean | google-tts/ko |
| Latin | google-tts/la |
| Latvian | google-tts/lv |
| Macedonian | google-tts/mk |
| Malayalam | google-tts/ml |
| Marathi | google-tts/mr |
| Myanmar (Burmese) | google-tts/my |
| Nepali | google-tts/ne |
| Dutch | google-tts/nl |
| Norwegian | google-tts/no |
| Polish | google-tts/pl |
Showing 40 of 60. The full list is in your dashboard once Google TTS is connected.
Google TTS FAQ
Is Google TTS free through kRouter?
Google TTS is pay-per-token: you bring your own API key and are billed by Google TTS at their rates. kRouter adds nothing on top and is free and MIT-licensed.
How do I use Google TTS with Claude Code or Cursor?
Connect Google TTS in the kRouter dashboard, then point your tool at kRouter's local endpoint (http://localhost:20128/v1) with a kRouter API key. Any OpenAI-compatible client works, and models are addressed as google-tts/<model>.
Which Google TTS models can kRouter route to?
60 models, including Afrikaans, Arabic, Bulgarian. Every one is addressed as google-tts/<model> from any client.
What happens when Google TTS is rate limited?
kRouter detects the limit, parks that account until its real reset time, and fails over to your next connected account or provider — so the request still completes instead of erroring.