CohereEmbeddingResponse model.
Summary
Types
@type t() :: %ExBifrost.Model.CohereEmbeddingResponse{ embeddings: ExBifrost.Model.CohereEmbeddingResponseEmbeddings.t() | nil, id: String.t() | nil, images: [ExBifrost.Model.CohereEmbeddingResponseImagesInner.t()] | nil, meta: ExBifrost.Model.CohereEmbeddingResponseMeta.t() | nil, response_type: String.t() | nil, texts: [String.t()] | nil }