> For the complete documentation index, see [llms.txt](https://docs.flora.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flora.ai/models/audio-models.md).

# 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="120">Est. time (s)</th><th>Description</th><th>Best for</th></tr></thead><tbody><tr><td><strong>ElevenLabs Multilingual v2</strong></td><td>15</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>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>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="120">Est. time (s)</th><th>Description</th><th>Best for</th></tr></thead><tbody><tr><td><strong>ElevenLabs Music v1</strong></td><td>30</td><td>Generate music using a text prompt.</td><td>Background tracks, musical stings, and prompt-driven composition.</td></tr><tr><td><strong>ElevenLabs Sound Effects</strong></td><td>15</td><td>Generate sound effects and Foley from text descriptions.</td><td>Foley, ambient soundscapes, UI sounds, game audio.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.
