You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Standard | Basic |`en-US-Standard-A`| Cloud TTS | Concatenative |
104
111
105
-
Gemini voices automatically use `gemini-2.5-pro-tts`. Override with `--model`:
112
+
Gemini voices use the [Generative Language API](https://console.cloud.google.com/apis/library/generativelanguage.googleapis.com) (must be enabled separately). The best available Gemini TTS model is auto-selected. Override with `--model`:
106
113
107
114
```bash
108
-
prompt-tools speak "Hello" --voice Kore --model gemini-2.5-flash-tts -o hello.wav
115
+
prompt-tools speak "Hello" --voice Kore --model gemini-2.5-flash-preview-tts -o hello.wav
0 commit comments