# Audio Models

Here are all the audio models currently available in FLORA.

## Speech & Voice

These models generate or transcribe speech.

<table><thead><tr><th width="220">Model</th><th width="100">Est. time (s)</th><th width="80">Credits</th><th>Description</th><th>Best for</th></tr></thead><tbody><tr><td><strong>ElevenLabs Multilingual v2</strong></td><td>10</td><td>134</td><td>Natural text-to-speech with multilingual voice synthesis.</td><td>Voiceovers, narration, multilingual content, accessible media.</td></tr><tr><td><strong>ElevenLabs Scribe v2</strong></td><td>10</td><td>4</td><td>Transcribe speech to text.</td><td>Transcription, subtitles, meeting notes, content indexing.</td></tr><tr><td><strong>Gemini 3.1 Flash TTS</strong></td><td>10</td><td>14</td><td>Text to speech with prompted expressiveness.</td><td>Expressive voiceovers, character dialog, and stylized narration.</td></tr></tbody></table>

## Sound Effects & Music

These models generate sound effects and music from text prompts.

<table><thead><tr><th width="220">Model</th><th width="100">Est. time (s)</th><th width="80">Credits</th><th>Description</th><th>Best for</th></tr></thead><tbody><tr><td><strong>ElevenLabs Sound Effects</strong></td><td>10</td><td>160</td><td>Generate sound effects and Foley from text descriptions.</td><td>Foley, ambient soundscapes, UI sounds, game audio.</td></tr><tr><td><strong>ElevenLabs Music v1</strong></td><td>30</td><td>400</td><td>Generate music using a text prompt.</td><td>Background tracks, musical stings, and prompt-driven composition.</td></tr></tbody></table>

## Audio Utilities

Tools for combining and synchronizing audio with video.

<table><thead><tr><th width="220">Model</th><th width="100">Est. time (s)</th><th width="80">Credits</th><th>Description</th><th>Best for</th></tr></thead><tbody><tr><td><strong>Merge Audio and Video</strong></td><td>10</td><td>0</td><td>Combine audio and video tracks into a single file.</td><td>Final assembly, audio-video sync, compositing workflows.</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.flora.ai/models/audio-models.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
