ExBifrost.Model.CreateTranscription200Response (ex_bifrost v0.1.0)

Copy Markdown View Source

CreateTranscription200Response model.

Summary

Types

t()

@type t() :: %ExBifrost.Model.CreateTranscription200Response{
  delta: String.t() | nil,
  extra_fields: ExBifrost.Model.BifrostResponseExtraFields.t() | nil,
  logprobs:
    [
      ExBifrost.Model.CreateChatCompletion200ResponseChoicesInnerLogProbsContentInnerTopLogprobsInner.t()
    ]
    | nil,
  text: String.t() | nil,
  type: String.t() | nil,
  usage: ExBifrost.Model.CreateTranscription200ResponseUsage.t() | nil
}

Functions

decode(value)