From 66b58eb32231280b0b516d1f3dbac0b267b2ff7f Mon Sep 17 00:00:00 2001 From: tronikos Date: Wed, 25 Jun 2025 21:46:37 -0700 Subject: [PATCH] Remove model from speak options in Google AI TTS (#39705) --- source/_integrations/google_generative_ai_conversation.markdown | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/_integrations/google_generative_ai_conversation.markdown b/source/_integrations/google_generative_ai_conversation.markdown index e702fbb8158..0a3982898c6 100644 --- a/source/_integrations/google_generative_ai_conversation.markdown +++ b/source/_integrations/google_generative_ai_conversation.markdown @@ -212,7 +212,6 @@ data: message: Say cheerfully: Have a wonderful day! options: voice: - model: ``` {% endraw %} @@ -222,7 +221,6 @@ You can configure the following options: | Option attribute | Optional | Description | Example | | ---------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------- | | `voice` | yes | The [voice name](https://ai.google.dev/gemini-api/docs/speech-generation#voices) to be used for the generated speech. The default is `zephyr`. | `achernar` | -| `model` | yes | The [model](https://ai.google.dev/gemini-api/docs/speech-generation#supported-models) to use for the text-to-speech conversion. The default is `gemini-2.5-flash-preview-tts`. | `gemini-2.5-pro-preview-tts` | The input language is detected automatically. Check the [Google AI documentation](https://ai.google.dev/gemini-api/docs/speech-generation#languages) for the supported languages.