Display available TTS models with characteristics
Lists all available OpenAI TTS models with their capabilities and characteristics. Use this to discover which voices and quality options are available before generating audio.
/plugin marketplace add dnvriend/openai-tts-tool/plugin install openai-tts-tool@openai-tts-toolList all available OpenAI TTS models with their characteristics.
openai-tts-tool list-models [OPTIONS]
--format FORMAT / -f FORMAT: Output format (table/json)-v/-vv/-vvv: Verbosity (INFO/DEBUG/TRACE)# Table format (default)
openai-tts-tool list-models
# JSON format for scripting
openai-tts-tool list-models --format json
# Pipe to jq for filtering HD models
openai-tts-tool list-models --format json | jq '.[] | select(.name | contains("hd"))'
Returns list of available TTS models with name, description, and capabilities.