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