-type:callbackimport_path:mymodule:my_handler# Import path to the handler function (module:function format).enabled:true# Whether this handler is enabled.
-type:ttsapi_key:null# OpenAI API key. If not provided, uses OPENAI_API_KEY env var.model:tts-1# TTS model to use.voice:alloy# Voice to use for synthesis.speed:1.0# Speed of speech (0.25 to 4.0, default 1.0).chunk_size:1024# Size of audio chunks to process (in bytes).sample_rate:24000# Audio sample rate in Hz (for PCM format).min_text_length:20# Minimum text length before synthesizing (in characters).enabled:true# Whether this handler is enabled.