Skip to main content
Every generation is recorded in your account history, and async generations run as jobs you can track. Both can be listed, downloaded, played, and scripted from the CLI.

Generation history

Delete removes the item from your account. Scripts and agents must pass --yes:

Async generation jobs

breeze tts --async returns a generation_job_id instead of audio. Track it with breeze jobs:
jobs wait polls until the job completes (default timeout 2m, poll interval 2s). In JSON mode it writes one progress line per poll to stderr and the final job result to stdout, so machine callers can stream progress without losing the parseable result.

Local playback and cache

breeze play plays any local or public WAV/MP3 file — including files another command just saved:
When you generate without -o, the CLI keeps audio in a local cache so a take is never lost:
cache list --type accepts all, tts, job, history, preview, and remote. The cache lives in your system cache directory; override it with --cache-dir or BREEZE_CACHE_DIR.