ExBifrost.Model.AnthropicCreateMessage200ResponseUsage (ex_bifrost v0.1.0)

Copy Markdown View Source

AnthropicCreateMessage200ResponseUsage model.

Summary

Types

t()

@type t() :: %ExBifrost.Model.AnthropicCreateMessage200ResponseUsage{
  cache_creation:
    ExBifrost.Model.AnthropicCreateMessage200ResponseUsageCacheCreation.t()
    | nil,
  cache_creation_input_tokens: integer() | nil,
  cache_read_input_tokens: integer() | nil,
  input_tokens: integer() | nil,
  output_tokens: integer() | nil
}

Functions

decode(value)