CAMB Voice Studio

Every language deserves a natural voice.

Generate expressive speech directly or translate your script before CAMB speaks it in a voice made for the moment.

Start creating

Developer quickstart

Speech in a few lines.

Use the AI SDK directly, then explore the same workflow in the studio below.

TypeScript
import { generateSpeech } from "ai";
import { camb } from "@camb-ai/vercel-ai-sdk-provider";

const result = await generateSpeech({
  model: camb.speech("mars-8.1-flash-beta"),
  text: "Welcome!",
  language: "en-us",
  outputFormat: "wav",
});
Speech workspace

Turn language into voice.

Choose a mode, set your languages and voice, then generate a result you can review and play.

Create speech

Mode
Advanced settings

Your API key stays on the server.

Result

Waiting

Your generated audio will appear here.