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

# Breeze CLI text to speech

> Generate audio with Breeze CLI text-to-speech commands.

`breeze tts` generates audio from text. In an interactive terminal, omitting `--voice` picks a random visible voice for the request. The default interactive path streams playback as soon as audio arrives and shows a compact live sound wave in the terminal.

`breeze tts` consumes account credits each time it generates audio. Check your balance with `breeze balance`.

## Interactive use

```bash theme={null}
breeze tts "Hello from Breeze"
breeze tts "Save this line" -o hello.wav
```

## Choose a voice

```bash theme={null}
breeze voice list
breeze tts "Hello from Breeze" --voice <voice_id>
```

## Speech language

`--language` controls the speech language and pronunciation rules sent as the TTS `language_code`. It does not change the CLI interface language or output message language.

Breeze CLI currently supports English speech generation only. Omit `--language` or pass `--language en`.

## Agent and script output

```bash theme={null}
breeze tts "Hello from Breeze" -o hello.wav --agent
```
