I want to do a transcription. How do I do it?
Hello @megumu_nishimoto ,
The Gemini API offers the following paths for audio transcription depending on your use case:
- For pre-recorded audio (batch): Use the
generateContentAPI or the newer Interactions API (paired with the File API to upload files larger than 20MB). - For real-time or streaming audio: Use the Multimodal Live API or Live Translate API via WebSockets. You can find more information on implementation by reviewing the documentation for Live API Audio Transcription capabilities and Live Translate.