ElevenLabs
elevenlabsElevenLabs's 4 models on ModelRunner span Sound, Audio-to-Audio and Speech-to-Text, from $0.0015 per second of audio upward.
4 public models — every one runnable in a free playground, through the REST API and JavaScript SDK, or from an AI assistant over MCP.
ElevenLabs models & pricing
ElevenLabs Sound Effects V2
elevenlabs
Generate sound effects, Foley, and ambience from a text prompt, returning a hosted MP3.
ElevenLabs Audio Isolation
elevenlabs
Strip background noise and music from a recording to isolate clean, studio-quality speech, returning the isolated voice as an MP3.
ElevenLabs Multilingual v2
elevenlabs
Turn text into natural, expressive speech in 29 languages with ElevenLabs Multilingual v2 voices, with controls for stability, similarity, and style.
ElevenLabs Scribe v1
elevenlabs
Transcribe speech audio into accurate text with word-level timestamps, speaker labels, and audio-event tags across 99 languages.
What you can build with ElevenLabs models
- Generate custom sound effects for games and videos ElevenLabs Sound Effects V2
- Create Foley and ambience from a text description ElevenLabs Sound Effects V2
- Produce UI sounds and audio branding elements ElevenLabs Sound Effects V2
- Isolate clean speech from noisy recordings ElevenLabs Audio Isolation
- Remove music and background sounds from dialogue ElevenLabs Audio Isolation
- Rescue usable voice audio from bad recording conditions ElevenLabs Audio Isolation
- Generate natural voice-overs in 29 languages ElevenLabs Multilingual v2
- Create multilingual audiobook and e-learning narration ElevenLabs Multilingual v2
Browse by capability
Call a ElevenLabs model in one request
Every endpoint shares the same lifecycle: submit to the queue, poll the status URL, fetch the result. Swap the endpoint to switch models — nothing else changes.
cURL
curl -X POST https://queue.modelrunner.run/elevenlabs/sound-effects \
-H "Authorization: Key $MRUN_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "prompt": "..." }'
# → { "request_id": "...", "status_url": "...", "response_url": "..." }Use ElevenLabs models from Claude & Cursor
Connect the ModelRunner MCP server once and your AI assistant can run every ElevenLabs model on this page as a tool — authorized via OAuth, results returned as hosted URLs in the conversation.
Claude Code
claude mcp add --transport http modelrunner https://mcp.modelrunner.run/mcpFrequently asked questions
What ElevenLabs models can I run on ModelRunner?
The catalog has 4 public ElevenLabs models: ElevenLabs Sound Effects V2, ElevenLabs Audio Isolation, ElevenLabs Multilingual v2 and 1 more. They cover sound, audio-to-audio and speech-to-text. Each one has its own page with a free playground, the full input schema, and copy-paste code.
How much do ElevenLabs models cost?
Pay-per-use, with no subscription: the 3 ElevenLabs models billed per second of audio start at $0.0015, and every page publishes its own rate — some are tiered, so a lower resolution or a shorter clip costs less per run. You buy credits and pay only for what you generate.
How do I call a ElevenLabs model from the API?
POST to https://queue.modelrunner.run/elevenlabs/sound-effects with an Authorization: Key header and the input fields as the top-level JSON body (no wrapper object), then poll the returned status_url and fetch the result from response_url. The JavaScript SDK (@modelrunner/client) wraps that in a single subscribe() call, which is the one place an { input } object is used.
Can I run ElevenLabs models from Claude or Cursor?
Yes. Connect the ModelRunner MCP server (https://mcp.modelrunner.run/mcp) once and all 4 ElevenLabs models become tools your assistant can call with run_model — authorized over OAuth 2.1, so no API key goes into a config file. Results come back as hosted URLs in the conversation.
More on ModelRunner
Browse the full model catalog, compare live per-configuration rates on the pricing page, see curated sets on explore, or view every model creator.
Other creators in sound
- resemble-ai (5)
- google (1)
- hexgrad (1)
- lightricks (1)
- Meta (1)
- minimax (1)
