ExBifrost.Model.OpenAiSpeechRequest (ex_bifrost v0.1.0)

Copy Markdown View Source

OpenAiSpeechRequest model.

Summary

Types

t()

@type t() :: %ExBifrost.Model.OpenAiSpeechRequest{
  fallbacks: [String.t()] | nil,
  input: String.t(),
  model: String.t(),
  response_format: String.t() | nil,
  speed: number() | nil,
  stream_format: String.t() | nil,
  voice: String.t() | nil
}

Functions

decode(value)