Display available TTS voices with descriptions
Lists available OpenAI TTS voices with descriptions and language support.
/plugin marketplace add dnvriend/openai-tts-tool/plugin install openai-tts-tool@openai-tts-toolList all available OpenAI TTS voices with their descriptions.
openai-tts-tool list-voices [OPTIONS]
--format FORMAT / -f FORMAT: Output format (table/json)-v/-vv/-vvv: Verbosity (INFO/DEBUG/TRACE)# Table format (default)
openai-tts-tool list-voices
# JSON format for scripting
openai-tts-tool list-voices --format json
# Pipe to jq for filtering
openai-tts-tool list-voices --format json | jq '.[] | select(.language == "en")'
Returns list of available voices with name, description, and language support.