> ## 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

> Python 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.

Slot: tts. Route: plugins -- direct to the vendor, with CAMBAI\_API\_KEY or
an explicit api\_key.

```python theme={null}
from zeroruntime.plugins import CambAITTS  # direct to the vendor, with your key
```

### Fields

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

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

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

<ParamField path="user_instructions" type="Optional[str]" default="None" />

<ParamField path="enhance_named_entities_pronunciation" type="bool" default="False" />

<ParamField path="output_configuration" type="Optional[Mapping[str, Any]]" default="UNSET" />

<ParamField path="voice_settings" type="Optional[Mapping[str, Any]]" default="UNSET" />

<ParamField path="inference_options" type="Optional[Mapping[str, Any]]" default="UNSET" />
