module

AI::Provider::TranscriptionModel::V3

Transcription Model V3 interface.

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

Instance methods

do_generate(options : CallOptions) : Result

Generates a transcript from audio.

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