Replies: 3 comments 1 reply
-
I created this issue for your request #1607 |
Beta Was this translation helpful? Give feedback.
-
@davit312 This feature is now in the latest Fabric as of Also keep an eye on #1651 |
Beta Was this translation helpful? Give feedback.
-
@davit312 The shell completions are also updated. fabric --help | grep -i tts
--voice= TTS voice name for supported models (e.g., Kore, Charon, Puck) (default: Kore)
--list-gemini-voices List all available Gemini TTS voices And hitting [TAB] after putting in ![]() And here is the list of voices:
There's documentation here: https://github.com/danielmiessler/Fabric/blob/main/docs/Gemini-TTS.md And there, you can find the information about adding a stanza to your Fabric config file to choose a default voice. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to synthesize audio from text using gemin tts model
fabric -m gemini-2.5-flash-preview-tts \ 'Read this in friendly tone: How is your day going?' -o result.wav
and got this response
googleapi: Error 400: The requested combination of response modalities (TEXT) is not supported by the model. models/gemini-2.5-flash-preview-tts accepts the following combination of response modalities: * AUDIO
Would be great if fabric supports audio responses.
Beta Was this translation helpful? Give feedback.
All reactions