Samtal

Samtal

Powering your Agentic Voice AI

Built by Applied AI Sweden AB   ·   EU-owned & operated   ·   Self-hosting available

API Key Using built-in demo key
Playground
Voice Clone
API Docs
SDK Integration

Text-to-Speech

StableVaried
FastHigh quality
GreedyCreative
Voice design (optional — overrides selected voice)

Speech-to-Text

Round-Trip

TTS then ASR — tests full pipeline accuracy and latency.

Voice Cloning

Record a short speech sample, then use it as the voice for TTS. Both the audio and its transcript are required.

Step 1: Record Reference

Speak naturally for 5-15 seconds. For inspiration, you could read one of these sentences (or anything else you like):

Step 2: Verify Transcript

Auto-filled from your recording. Edit if needed.

Step 3: Generate with Cloned Voice

Concurrent TTS Performance Test

Fire parallel TTS requests to measure throughput, latency, and time-to-first-byte under load. Click any bar to play the audio.

10
16

Overview

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_idNameLanguage
spectra-en-defaultNovaEnglish
spectra-en-warmOliverEnglish
spectra-sv-defaultAstridSwedish
spectra-da-defaultFrejaDanish
spectra-no-defaultSigridNorwegian
spectra-fi-defaultAinoFinnish
spectra-de-defaultLenaGerman
spectra-fr-defaultCamilleFrench
spectra-es-defaultLuciaSpanish
spectra-it-defaultGiuliaItalian
spectra-nl-defaultEmmaDutch
spectra-pl-defaultZuzannaPolish
spectra-pt-defaultBeatrizPortuguese

Drop-in ElevenLabs Replacement

  1. Set base_url to https://samtal.moln.ai
  2. Use a Samtal API key

All endpoints, request formats, and response shapes are compatible with ElevenLabs SDKs.

Python

JavaScript

cURL

Go

Ruby