Voice cloning

Your brand voice, in any dialect.

Clone a narrator, an executive, or a brand persona from a 10-second sample. Instant; consent-gated; dialect-aware; never trained on anyone who didn't opt in.

How it works

From sample to production voice in three steps.

Consent, mint, deployment, each step gated by policy, not by engineering delay.

  1. Record & attest

    Upload 10 seconds of clean audio with a signed consent attestation for the speaker.

  2. We mint the clone

    Cloning is instant. The voice id is ready in the same response, no training queue, no email to wait for.

  3. Use it everywhere

    Swap the `voice` id into any `Hakim Fast v1.3` call. TTS, streaming, batch, all immediate.

Try it

Cloning lives in the playground.

Cloning is consent-gated, so it's never anonymous-safe. Create a free account and step through the wizard.

Signup required

Voice cloning requires a consent attestation for every sample. Sign up to step through the guided wizard in the playground.

Where teams ship this

A custom voice, with guardrails.

Every clone on Hakim is consent-attested and scoped to the workspace that owns the samples.

Narration

Consistent long-form voice.

Use a single cloned narrator across an entire audiobook, course, or documentary, no drift between chapters.

Brand voice

Your persona, in every channel.

IVR, ads, explainer videos, product tours, one custom voice, delivered through one API.

Accessibility

Personal voices for non-verbal users.

Clinicians and families can capture a speaker's voice while they're able, and keep using it as a communication aid.

Technical specs

Limits, retention, and controls.

Base model
Hakim Fast v1.3Clones inherit every Hakim Fast v1.3 language and dialect.
Training time
Instant.No training queue, the clone is callable in the same response.
Input audio
10 seconds of clean speech.More audio is fine but doesn't materially improve the clone.
Languages
Arabic (all 15 dialects) + 30+ others.
Consent gate
Signed attestation required per voice.Recorded with timestamp + workspace audit log.
Retention
You choose: 30 / 90 / 365 days.Deletion propagates within 24 hours.

API

Clone a voice with three args.

Once a voice is cloned, its id plugs straight into every Hakim Fast v1.3 call you already make.

typescript
import { Hakim } from '@hakim/sdk-node';

const client = new Hakim({ apiKey: process.env.HAKIM_API_KEY });

const voice = await client.voices.clones.create({
  name: 'Brand voice (Khaleeji)',
  language: 'ar',
  dialect: 'khaleeji',
  consent_attested: true,
  samples: ['sample-1.wav', 'sample-2.wav', 'sample-3.wav'],
});

console.log(voice.id);

See the full reference in the docs.

Ready to clone?

Your voice, on Hakim, today.

Free accounts can clone one voice to try the flow. Move to Creator for commercial use.