ark::openai::TranscribeRequest

Defined in header “ark/openai/openai_transcribe.hh”.


Represents a request for a text-to-speech (to convert some input message into audio).

Variables

  • core::ByteBuffer audio

  • std::string model= “whisper-1”
    The name of the model to use. Defaults to whisper-1.

  • std::optional< std::string > prompt
    The input message to translate into speec.