OpenAi.Audio.Transcription.CreateRequest (OpenAI REST API Client v0.2.1)

Provides struct and type for a Audio.Transcription.CreateRequest

Summary

Types

@type t() :: %OpenAi.Audio.Transcription.CreateRequest{
  file: String.t(),
  language: String.t() | nil,
  model: String.t(),
  prompt: String.t() | nil,
  response_format: String.t() | nil,
  temperature: number() | nil,
  "timestamp_granularities[]": [String.t()] | nil
}