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

# Call

> Voice and call interaction mode

The `call` command enables voice/call interaction with AI agents.

## Usage

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

## Arguments

| Argument | Description                         |
| -------- | ----------------------------------- |
| `PROMPT` | Initial prompt for the call session |

## Options

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

## Examples

### Start a call session

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

### Call with initial prompt

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai call "Help me with customer support"
```

## See Also

* [Realtime](/docs/cli/realtime) - Realtime interaction mode
* [Chat](/docs/cli/chat) - Text chat mode
