Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:23:13 +08:00
commit f907ee42e6
9 changed files with 1019 additions and 0 deletions

28
commands/list-models.md Normal file
View File

@@ -0,0 +1,28 @@
---
description: List ElevenLabs TTS models
---
List all available ElevenLabs TTS models with characteristics.
## Usage
```bash
elevenlabs-tts-tool list-models
```
## Examples
```bash
# List all models
elevenlabs-tts-tool list-models
# Filter by status
elevenlabs-tts-tool list-models | grep stable
# Find specific features
elevenlabs-tts-tool list-models | grep -i "ultra-low"
```
## Output
Detailed model information with IDs, features, languages, and use cases.