Every voice capability, unboxed.
Your voice data stays yours.
Built for governments, enterprises, and regulated industries where privacy, security, and control are non-negotiable.
Data residency.
Compute and storage in the Kingdom. Data residency by default, no data leaving the Kingdom.
Compliance ready.
Audit logging, role-based access, and single sign on. Compliance support for regulated sectors.
Owned end to end.
Models, data, and orchestration owned end to end. No third party dependency in the critical path.
Encrypted by default.
Encryption in transit and at rest, with key controls for sensitive workloads.
Private deployment.
Dedicated and on premise options for the most sensitive government and enterprise workloads.
Brand safe outputs.
Voice identity and tone under your control. Outputs cleared for commercial use.
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
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); }
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.
- 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