ExBifrost.Model.VirtualKeyQuotaResponseBudgetsInnerAllOfPerModelUsageInner (ex_bifrost v0.1.0)

Copy Markdown View Source

One model's actual usage (from request logs) within a budget cycle

Summary

Types

t()

@type t() ::
  %ExBifrost.Model.VirtualKeyQuotaResponseBudgetsInnerAllOfPerModelUsageInner{
    model: String.t(),
    provider: String.t() | nil,
    total_cost: number(),
    total_requests: integer(),
    total_tokens: integer()
  }

Functions

decode(value)