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

# Realtime

> Realtime interaction mode for live AI conversations

The `realtime` command enables realtime interaction with AI agents.

## Usage

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai realtime [OPTIONS] [PROMPT]
```

## Arguments

| Argument | Description                         |
| -------- | ----------------------------------- |
| `PROMPT` | Initial prompt for realtime session |

## Options

| Option      | Short | Description      | Default       |
| ----------- | ----- | ---------------- | ------------- |
| `--model`   | `-m`  | LLM model to use | `gpt-4o-mini` |
| `--verbose` | `-v`  | Verbose output   | `false`       |

## Examples

### Start realtime session

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai realtime
```

### Realtime with initial prompt

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai realtime "Let's have a conversation"
```

## See Also

* [Call](/docs/cli/call) - Voice/call mode
* [Chat](/docs/cli/chat) - Text chat mode
