Next-generation ElevenLabs voice cloning and TTS model. Expected to deliver higher fidelity multilingual cloning with lower latency than Multilingual v2.
Next-generation ElevenLabs voice cloning and TTS model. Expected to deliver higher fidelity multilingual cloning with lower latency than Multilingual v2.
Why it matters: Creators tracking ElevenLabs releases search "elevenlabs v4" for the newest voice-clone quality tier.
Expected pricing: ~$0.30 per 1K characters (unconfirmed)
Current production ElevenLabs TTS model — same API shape, we will auto-route to v4 on launch.
We'll auto-switch your API calls to ElevenLabs v4 the moment it launches — no code changes required.
curl -X POST https://api.skillboss.co/v1/run \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"skill_id": "elevenlabs/eleven_multilingual_v2",
"input": {
"prompt": "Say hello from ElevenLabs v4 — routed via SkillBoss"
}
}'Create a free SkillBoss account and we'll email you the moment routing is live — and automatically upgrade your API calls.
Create Free Account