> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zeroruntime.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Cambai

> TypeScript API reference for the cambai text-to-speech provider.

<Card title="Usage guide" icon="book" href="/plugins/tts/cambai" horizontal>
  Setup, environment variables, and Python/JavaScript/Go usage examples.
</Card>

## CambAITTS

CambAI Text-to-Speech plugin for VideoSDK agents.

```ts theme={null}
import { CambAITTS } from '@zeroruntime/js-sdk/plugins';  // direct to the vendor, with your key
```

### Options

<ParamField path="speech_model" type="string" default="mars-pro" />

<ParamField path="voice_id" type="number" default="147320" />

<ParamField path="language" type="string" default="en-us" />

<ParamField path="user_instructions" type="string | null" default="null" />

<ParamField path="enhance_named_entities_pronunciation" type="boolean" default="false" />

<ParamField path="output_configuration" type="Record<string, any> | null" default="null" />

<ParamField path="voice_settings" type="Record<string, any> | null" default="null" />

<ParamField path="inference_options" type="Record<string, any> | null" default="null" />
