MusicElevenLabsv1.0· Released 2025-08-01
ElevenLabs Music
Studio-grade AI music generation with natural language prompts and high-fidelity output.
ElevenLabs Music is ElevenLabs' studio-grade music generation model, producing original tracks from natural language prompts. It leverages ElevenLabs' audio expertise for high-fidelity instrumentals. On Oakgen, a 2-minute track costs about 91 credits (~$0.35).
Capabilities at a glance
- Studio-grade audio fidelity
- Natural language prompt control
- Instrumental and mood/style/tempo controls
- Up to 400-second tracks
- High-quality stereo output
Specs
- Starting price
- $0.35 / generation
- Generation time
- 30–60 seconds
- Max resolution
- 44.1 kHz stereo
- Inputs → outputs
- text → audio
How to use ElevenLabs Music
- 1Describe genre, mood, and tempoExample: 'Ambient electronic, slow build, ethereal pads, 90 BPM, cinematic atmosphere'.
- 2Use for background tracksElevenLabs Music excels at background music for videos, podcasts, and presentations — clean, professional output.
API access
curl -X POST https://api.oakgen.ai/v1/generate/music \
-H "Authorization: Bearer $OAKGEN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "elevenlabs-music",
"prompt": "Ambient electronic, ethereal pads, 90 BPM",
"duration": 120
}'Compared to other models
vs. suno-v4 — audio fidelity
ElevenLabs Music has higher audio fidelity for instrumentals. Suno v4 wins on vocal quality and song structure (verse/chorus/bridge).
License & commercial use
Licensed through ElevenLabs' commercial terms.
Permitted on all paid Oakgen plans.
FAQs
How much does ElevenLabs Music cost on Oakgen?
ElevenLabs Music starts at $0.35 per generation on Oakgen. Most generations complete in 30–60 seconds. The $19/month Pro plan includes 5,000 credits, covering roughly 54 generations per month.
Can I use ElevenLabs Music commercially?
Permitted on all paid Oakgen plans.
What is the maximum output resolution?
ElevenLabs Music supports up to 44.1 kHz stereo.
Does Oakgen provide API access to ElevenLabs Music?
Yes. Oakgen's REST API exposes ElevenLabs Music under the model slug 'elevenlabs-music'. See the API snippet below for an example request.