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

# Openai

> TypeScript API reference for the openai realtime models provider.

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

## OpenAIRealtime

OpenAI's realtime model implementation.

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

### Options

<ParamField path="model" type="string" required />

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

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