E
ElevenLabs Music
ElevenLabs Music, a music model from ElevenLabs.
musicModelOverride: { model: "elevenlabs-music_v1" }
ElevenLabs·Released 2025Pricing
- Per generation
- $0.0058
Specifications
- Context window
- 2,000 tokens
- Released
- 2025
Parameters
Model options, passed in
musicModelOverride.config.| Parameter | Type | Default | Range / options |
|---|---|---|---|
musicLengthMs(Optional) The length of the song to generate in milliseconds. Must be between 10000ms and 300000ms. If not provided, the model will choose a length based on the prompt. | Text | — | — |
Use this model
await mindstudio.generateMusic({ prompt: "...", musicModelOverride: { model: "elevenlabs-music_v1", }, });