can i use: gemini-2.5-pro-preview-tts in livekit
# ask-ai
r
can i use: gemini-2.5-pro-preview-tts in livekit
t
Thanks for reaching out, Phanos. I'm an AI assistant and I'm here to help. Give me a moment while I research this topic.
m
yes I think so @rich-dusk-37560
r
@magnificent-art-43333 I don't see how? i can only see the Chirp voices. I am looking for a multilingual TTS 🙂
r
You need this beta plugin: https://github.com/livekit/agents/blob/main/livekit-plugins/livekit-plugins-google/livekit/plugins/google/beta/gemini_tts.py To use it is basically this:
Copy code
from livekit.plugins.google.beta import gemini_tts  
  
tts = gemini_tts.TTS(model="gemini-2.5-pro-preview-tts")