ExBifrost.Model.CohereChatV2200ResponseDeltaUsage (ex_bifrost v0.1.0)

Copy Markdown View Source

CohereChatV2200ResponseDeltaUsage model.

Summary

Types

t()

@type t() :: %ExBifrost.Model.CohereChatV2200ResponseDeltaUsage{
  billed_units:
    ExBifrost.Model.CohereChatV2200ResponseDeltaUsageBilledUnits.t() | nil,
  cached_tokens: integer() | nil,
  tokens: ExBifrost.Model.AnthropicCreateComplete200ResponseUsage.t() | nil
}

Functions

decode(value)