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

# Ultravox

> TypeScript API reference for the ultravox realtime models provider.

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

## UltravoxRealtime

Ultravox's realtime model for audio-only communication

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

### Options

<ParamField path="model" type="string" default="fixie-ai/ultravox" />

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

<ParamField path="base_url" type="string" default="https://api.ultravox.ai/api/" />
