Try it — no signup needed

Every voice capability, unboxed.

Press Record or Upload below to begin.

Your transcription will appear here.

Need a line? Try reading this aloud

شكراً لاستخدامك Humain voice، كيف يمكنني مساعدتك اليوم؟

For developers

Five lines to first transcript.

Production grade voice in three lines of code. SDKs for Python, JavaScript, and more.

  • Fast transcription
  • Realtime streaming
  • Batch
  • Live diarization
  • SRT/WebVTT
  • TTS
$ bun add @humain-voice/sdk
$ pip install humain-voice
$ go get …/humain-voice/golang
Scroll code
typescript
import { Language, RealtimeClient } from '@humain-voice/sdk';

const client = new RealtimeClient({ api_key: process.env.API_KEY });

const stream = await client.startStream(Language.ArEn, {
  onResponse: (text) => console.log(text),
});

// Send 16-bit PCM audio in ~100ms chunks
for (const chunk of audioChunks) {
  await stream.send(chunk);
}
WebSocket · AR / ENStreaming ready
Credits and pricing

Credits in. Voice out.

Credits unlock speech to text, text to speech, and the voice agent. Here is exactly what a credit is worth, and how far each plan goes.

What a credit is worth: the same balance powers all three
Speech to text (ASR)
1 minute = 100 credits
Text to speech (TTS)
1,000 characters = 350 credits
Voice agent (live)Coming soon
1 minute = 1,000 credits
FreeNo card needed
Freeforever
20K credits
≈ 3 hrs of transcription
Starter
49SAR / month
83K credits
≈ 13 hrs of transcription
Basic
99SAR / month
176K credits
≈ 29 hrs of transcription
PremiumMost popular
169SAR / month
323K credits
≈ 53 hrs of transcription
Pro
329SAR / month
687K credits
≈ 114 hrs of transcription
Scale
649SAR / month
1.5M credits
≈ 252 hrs of transcription
Enterprise (Custom): Custom credit volumes, dedicated throughput, and private deployment for teams running voice at scale.Talk to sales

Asked and answered.

HUMAIN Voice is an Arabic first voice AI platform with three APIs: automatic speech recognition (ASR), text to speech (TTS), and speech to speech (S2S). It is built for the way Arabic is actually spoken, dialects, code switching, and regional variation, with data residency in the Kingdom of Saudi Arabia.