← All models
Generate text from speech using ElevenLabs advanced speech-to-text model.
Details
- Accepts
- audio
Pricing
- Price
- 3.75 cr / minute
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| diarize | boolean | Whether to annotate who is speaking |
| audio_urlrequired | string | URL of the audio file to transcribe |
| language_code | — | Language code of the audio |
| tag_audio_events | boolean | Tag audio events like laughter, applause, etc. |
Output
| Field | Type | Description |
|---|---|---|
| text | string | The full transcribed text |
| words | array | Word-level transcription details |
| language_code | string | Detected or specified language code |
| language_probability | number | Confidence in language detection |