By Sagar Shankaran, Founder of CallSphere
Voice cloning lock-in matters when you switch platforms. CallSphere uses ElevenLabs (portable assets); Vapi mixes providers. How to keep voice IP yours.
Key takeaways
A voice clone is a brand asset. If you cannot move it, you do not really own it. CallSphere uses ElevenLabs Conversational AI (the "Sarah" voice in Sales) and ElevenLabs TTS/STT in Salon, with the cloned voice ID owned by your ElevenLabs account, fully portable. Vapi layers TTS providers (ElevenLabs, PlayHT, Azure, OpenAI), but the clone metadata, prompt-bound voice configs, and IVR-style audio cues are locked to Vapi's assistant config — moving them is a manual reconstruct.
This post is the asset-lifecycle deep dive: how to keep your voice clone portable, how the lifecycle differs between platforms, and the migration playbook if you are leaving a platform.
When you "clone a voice" on a voice AI platform, you accumulate three artifacts:
Lock-in shows up at layer 2 and 3. The clone itself usually is portable; the surrounding config is not.
Vapi supports multiple TTS providers and lets you reference an ElevenLabs voice ID directly:
{
"voice": {
"provider": "11labs",
"voiceId": "your_eleven_voice_id",
"stability": 0.5,
"similarityBoost": 0.75,
"style": 0.0,
"useSpeakerBoost": true,
"model": "eleven_turbo_v2_5"
}
}
You retain the underlying ElevenLabs voice ID — that is portable. What is not portable:
Hear it before you finish reading
Talk to a live CallSphere AI voice agent in your browser — 60 seconds, no signup.
If you migrate to another platform, you re-reference the voice ID and rebuild everything else.
CallSphere uses ElevenLabs for both Conversational AI ("Sarah" in the Sales platform) and TTS/STT in the Salon vertical. The integration is intentionally thin so the voice asset stays yours.
The cloned voice lives in your ElevenLabs account, not CallSphere's. CallSphere holds:
When you offboard, you take the API key, the voice ID, and the tuning JSON. Replication on another platform is mechanical.
// shipped in the Salon backend
export const salonVoiceConfig = {
provider: 'elevenlabs',
voice_id: process.env.ELEVENLABS_SALON_VOICE_ID,
model: 'eleven_turbo_v2_5',
output_format: 'pcm_24000',
voice_settings: {
stability: 0.55,
similarity_boost: 0.8,
style: 0.15,
use_speaker_boost: true,
},
// Bindings live in source control, not vendor-side
prompt_bindings: {
greeting: 'salon-warm-greeting-v3',
confirm: 'salon-confirm-tone-v2',
farewell: 'salon-farewell-v1',
},
};
The prompt_bindings are pointers to system-prompt templates in our git repo. Migration = copy the JSON, copy the prompts, point a new platform at your ElevenLabs account.
Sales uses ElevenLabs Conversational AI, which is a higher-level construct than raw TTS — it owns the turn-taking and interruption logic. CallSphere stores the conv-AI agent ID alongside the voice ID; both live in your ElevenLabs account.
const sarahConfig = {
conv_ai_agent_id: process.env.ELEVENLABS_SARAH_AGENT_ID,
voice_id: process.env.ELEVENLABS_SARAH_VOICE_ID,
// CallSphere-side overrides (orchestration, tools)
hand_off_targets: ['booking_specialist', 'human_sales'],
outbound_concurrency: 5,
};
When you leave CallSphere, you keep both ElevenLabs IDs and the orchestration overrides; you re-host the orchestration on whatever platform you choose.
A subtle lock-in trap: when you tweak a voice (re-clone with new samples, adjust style), do you remember which prompts were tuned for which version?
Still reading? Stop comparing — try CallSphere live.
CallSphere ships complete AI voice agents per industry — 14 tools for healthcare, 10 agents for real estate, 4 specialists for salons. See how it actually handles a call before you book a demo.
CallSphere stores voice version + prompt version pairs in Postgres:
CREATE TABLE voice_asset_versions (
id UUID PRIMARY KEY,
voice_id TEXT NOT NULL,
voice_version TEXT NOT NULL,
prompt_template_id TEXT NOT NULL,
prompt_version TEXT NOT NULL,
paired_at TIMESTAMPTZ DEFAULT NOW(),
retired_at TIMESTAMPTZ
);
Migrations ship the active row only. Old versions stay archived for audit.
| Dimension | Vapi | CallSphere |
|---|---|---|
| ElevenLabs voice ID owned by | You (your ELabs account) | You (your ELabs account) |
| Tuning config location | Vapi assistant | Source control in your repo |
| Prompt-voice binding | Vapi UI | Source control |
| Audio cue assets | Vapi CDN | Your S3 bucket |
| Multi-tenant ELabs key | Shared possible | Per-tenant key |
| Rebuild on migration | Manual reconstruct | Copy JSON + prompts |
| Versioning of pairings | Limited | Postgres-tracked |
| Time to migrate (estimated) | 2-5 days | 4-8 hours |
graph LR
A[Sample collection<br/>5-10 min audio] --> B[Upload to ElevenLabs]
B --> C[Generate voice_id]
C --> D[Tune voice_settings]
D --> E[Bind to prompt template]
E --> F[Pair version in Postgres]
F --> G[Deploy to production]
G --> H{Tune needed?}
H -->|yes| D
H -->|no| I[Archive old pairing]
G --> J[Migration to new platform?]
J -->|yes| K[Export voice_id + tuning + prompts]
K --> L[Re-host on new platform]
L --> G
pnpm exec voice-export command in CallSphere).The migration is engineering-driven, not vendor-blocked. That is the whole point.
We do not host the cloning UI — you clone in your ElevenLabs account, then paste the voice ID into CallSphere config. This is by design: the asset stays in your account.
Both platforms expose the price pass-through. Switching to PlayHT or Azure neural voices is a config change, not a re-clone.
ElevenLabs Instant clone: ~1 minute, requires 1-3 minute sample. Professional clone: ~24 hours, requires 30+ minute sample.
Yes — written consent from the voice owner is mandatory. CallSphere requires uploaded consent forms before activating any clone in a production tenant.
Vapi supports ElevenLabs voice IDs and PlayHT cloned voices. Portability of the IDs themselves is similar; portability of the surrounding config is where Vapi adds friction.
The /features page documents the voice provider matrix per vertical, and /demo lets you hear the production "Sarah" voice on a live call.

Written by
Sagar Shankaran· Founder, CallSphere
LinkedInSagar Shankaran is the founder of CallSphere, where he builds production AI voice and chat agents deployed across healthcare, hospitality, real estate, and home services. He writes about agentic AI, LLM engineering, and shipping voice agents that handle real calls in production.
See how AI voice agents work for your industry. Live demo available -- no signup required.
Tbilisi professional-services firms serving relocating founders and IT companies use CallSphere AI voice and chat agents to answer enquiries 24/7 in English, Georgian and Russian and book consultations.
A how-to for Colombian education and tutoring SMBs to answer parents and students instantly, book trial classes 24/7 in Spanish and English, and grow enrollment with a CallSphere AI agent.
Ethiopian coffee exporters and cooperatives lose buyer enquiries across time zones. See how a CallSphere AI voice and chat agent answers international coffee buyers 24/7 in Amharic and English.
A practical how-to for Palau eco-resorts and dive operators on capturing every high-value, multilingual enquiry with a CallSphere AI voice and chat agent, while honouring Palau’s marine-conservation commitments.
How salons, spas and wellness SMBs across the UAE, Saudi Arabia and Qatar use CallSphere AI voice and chat agents to capture every booking 24/7 in Arabic, English and expat languages, and cut no-shows.
How estate agents and property managers in Luxembourg City and across the Grand Duchy use CallSphere to capture multilingual viewing and enquiry calls 24/7, GDPR compliant.
© 2026 CallSphere Inc. All rights reserved.
Made within San Francisco
Watch how CallSphere handles real customer calls, schedules appointments, and processes payments — live.
Try Live DemoBook a DemoCalculate Your ROI