ExBifrost.Model.CohereEmbeddingResponseMeta (ex_bifrost v0.1.0)

Copy Markdown View Source

Metadata in embedding response

Summary

Types

t()

@type t() :: %ExBifrost.Model.CohereEmbeddingResponseMeta{
  api_version: ExBifrost.Model.CohereEmbeddingResponseMetaApiVersion.t() | nil,
  billed_units:
    ExBifrost.Model.CohereChatV2200ResponseDeltaUsageBilledUnits.t() | nil,
  tokens: ExBifrost.Model.AnthropicCreateComplete200ResponseUsage.t() | nil,
  warnings: [String.t()] | nil
}

Functions

decode(value)