Text to speak
Voice
chevron_right Voice design (override selected voice)
Quality
20
FastHigh quality
chevron_right Advanced settings
StableVaried
GreedyCreative
Speech-to-Text
chevron_right Round-trip test
TTS then ASR — tests full pipeline.
Voice Cloning
Record a short sample, then generate speech in your cloned voice.
Step 1 — Record reference
Speak naturally for 5-15 seconds. For inspiration:
- The quick brown fox jumps over the lazy dog near the riverbank on a warm summer afternoon.
- I believe that technology, when used thoughtfully, can make the world a better place for everyone.
- Den lilla röda stugan vid sjön är ett av mina finaste barndomsminnen från sommaren.
- Jag tror att framtiden tillhör dem som vågar tänka stort och arbeta tillsammans med andra.
Step 2 — Verify transcript
Auto-filled from your recording. Edit if needed.
Step 3 — Generate
API Documentation
Drop-in replacement for ElevenLabs. Point any ElevenLabs SDK at https://samtal.moln.ai.
Getting Started
Samtal is currently in private preview. To discuss self-hosting, licensing, or private/shared tenant plans, please reach out to sales@moln.ai.
Authentication
xi-api-key: sk_your_key_here
Endpoints
POST /v1/text-to-speech/{voice_id}
POST /v1/text-to-speech/{voice_id}/stream — chunked streaming
POST /v1/speech-to-text
GET /v1/voices GET /v1/voices/{voice_id} GET /v1/models
Voices
| voice_id | Name | Language |
|---|---|---|
spectra-en-default | Nova | English |
spectra-en-warm | Oliver | English |
spectra-sv-default | Astrid | Swedish |
spectra-da-default | Freja | Danish |
spectra-no-default | Sigrid | Norwegian |
spectra-fi-default | Aino | Finnish |
spectra-de-default | Lena | German |
spectra-fr-default | Camille | French |
spectra-es-default | Lucia | Spanish |
spectra-it-default | Giulia | Italian |
spectra-nl-default | Emma | Dutch |
spectra-pl-default | Zuzanna | Polish |
spectra-pt-default | Beatriz | Portuguese |
SDK Integration
- Set
base_urltohttps://samtal.moln.ai - Use a Samtal API key
All endpoints, request formats, and response shapes are compatible with ElevenLabs SDKs.
Python
JavaScript
cURL
Go
Ruby