ExOpenAI.Components.CreateTranscriptionRequest (ex_openai.ex v1.2.1) View Source

Schema representing a CreateTranscriptionRequest within the OpenAI API

Link to this section Summary

Link to this section Types

Specs

t() :: %ExOpenAI.Components.CreateTranscriptionRequest{
  file: bitstring(),
  language: String.t() | nil,
  model: any(),
  prompt: String.t() | nil,
  response_format: String.t() | nil,
  temperature: float() | nil
}