CreateTranscription200Response model.
Summary
Types
@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 }