ExBifrost.Model.VirtualKeyQuotaResponseBudgetsInner (ex_bifrost v0.1.0)

Copy Markdown View Source

A virtual key budget with the actual per-model spend (from request logs) accumulated in its current cycle [last_reset, now]. The per-model totals reconcile with current_usage. The models list is empty when the logging plugin is not enabled.

Summary

Types

t()

@type t() :: %ExBifrost.Model.VirtualKeyQuotaResponseBudgetsInner{
  calendar_aligned: any() | nil,
  config_hash: any(),
  created_at: any(),
  current_usage: any(),
  id: any(),
  last_reset: any(),
  max_limit: any(),
  per_model_usage: [
    ExBifrost.Model.VirtualKeyQuotaResponseBudgetsInnerAllOfPerModelUsageInner.t()
  ],
  provider_config_id: any() | nil,
  reset_duration: any(),
  team_id: any() | nil,
  updated_at: any(),
  virtual_key_id: any() | nil
}

Functions

decode(value)