module

AI::Provider::SpeechModel::V3

Speech Model V3 interface.

Implement this module to create a text-to-speech model provider.

Instance methods

do_generate(options : CallOptions) : Result

Generates speech audio from text.

Source
model_id

Provider-specific model ID for logging purposes.

Source
provider

Name of the provider for logging purposes.

Source
specification_version

Returns the specification version.

Source