ExBifrost.Model.EmbeddingResponse (ex_bifrost v0.1.0)

Copy Markdown View Source

EmbeddingResponse model.

Summary

Types

t()

@type t() :: %ExBifrost.Model.EmbeddingResponse{
  data: [ExBifrost.Model.EmbeddingResponseDataInner.t()] | nil,
  extra_fields: ExBifrost.Model.BifrostResponseExtraFields.t() | nil,
  model: String.t() | nil,
  object: String.t() | nil,
  usage: ExBifrost.Model.BifrostLlmUsage.t() | nil
}

Functions

decode(value)