--- title : " Voice-Enable Your AI Bot with Gemini STT and TTS" published : true description : " A hands-on tutorial for adding speech-to-text and text-to-speech to any AI chatbot using Gemini APIs — standard API for transcription, Live API for synthesis." tags : api, architecture, cloud, typescript canonical_url : https://blog.mvpfactory.co/voice-enable-your-ai-bot-with-gemini-stt-and-tts --- ## What We Are Building In this workshop, I will walk you through adding voice input and voice output to an existing AI chatbot using two Gemini API surfaces. By the end, you will have a working pipeline that transcribes incoming voice messages to text (STT) and synthesizes spoken audio replies (TTS). You will also understand exactly which SDK, model, and endpoint to use for each step — because Google made this more confusing than it needs to be.…