Behaviour for voice model providers.
Model providers are factories that create STT and TTS model instances by name. They handle client initialization and configuration.
Summary
Callbacks
Get a speech-to-text model by name.
If name is nil, returns the default STT model.
Get a text-to-speech model by name.
If name is nil, returns the default TTS model.