CLI Reference
Global
audify --version # Show version
audify --help # Show help
audify run
Basic TTS conversion without LLM processing.
audify run [OPTIONS] FILE_PATH
Arguments
Argument |
Description |
Default |
|---|---|---|
|
Path to EPUB or PDF |
|
Options
Option |
Short |
Description |
Default |
|---|---|---|---|
|
|
Audio language |
|
|
|
TTS model |
|
|
|
Voice name |
|
|
|
Translate to language |
|
|
|
Save extracted text |
|
|
|
Output directory |
|
|
|
TTS provider |
|
|
|
List available languages |
|
|
|
List available TTS models |
|
|
|
List available voices |
|
|
|
List TTS providers |
|
|
|
Create sample M4B with all voices |
|
|
|
Max voice samples |
|
|
|
Skip confirmation |
audify audiobook
LLM-powered audiobook generation.
audify audiobook [OPTIONS] PATH
Arguments
Argument |
Description |
|---|---|
|
Path to EPUB, PDF, or directory |
Options
Option |
Short |
Description |
Default |
|---|---|---|---|
|
|
Audio language |
|
|
|
Voice name |
|
|
|
TTS model |
|
|
|
Translate to language |
|
|
|
Save generated scripts |
|
|
LLM API base URL |
|
|
|
|
LLM model ( |
|
|
|
Max chapters (EPUB only) |
|
|
|
Ask for confirmation |
|
|
|
Output directory |
|
|
|
TTS provider |
|
|
|
Task name (audiobook, podcast, etc.) |
|
|
|
Custom prompt file path |
audify convert
Unified command combining run and audiobook functionality.
audify convert [OPTIONS] INPUT_PATH
Supports all options from both run and audiobook commands, plus --task and --prompt-file.
audify list-tasks
List all registered transformation tasks.
audify list-tasks
audify validate-prompt
Validate a custom prompt file.
audify validate-prompt my-prompt.txt