AI::Provider::SpeechModel::CallOptions
Inherits JSON::Serializable < Struct < Value < Object
Options for the doGenerate call.
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
language
The language for speech generation. ISO 639-1 code (e.g. "en", "es", "fr") or "auto".
voice
The voice to use for speech synthesis. This is provider-specific and may be a voice ID, name, or other identifier.