E
Scribe v2
Scribe v2, a transcription model from ElevenLabs.
transcriptionModelOverride: { model: "elevenlabs-scribe-v2" }
EElevenLabs·Released 2026
Pricing
- Per minute
- $0.0067
Specifications
- Released
- 2026
- Model string
- scribe_v2
Parameters
Model options, passed in
transcriptionModelOverride.config.| Parameter | Type | Default | Range / options |
|---|---|---|---|
includeSpeakersChoose whether to include timing and speaker information in the transcription | Select | no | yesno |
Use this model
await mindstudio.transcribeAudio({ audioUrl: "...", transcriptionModelOverride: { model: "elevenlabs-scribe-v2", config: { includeSpeakers: "no", }, }, });