Bifrost · Example Payload

Bifrost Usage Stats Example

AI GatewayLLMLoad BalancingOpen SourceOpenAI CompatibleMCP

Bifrost Usage Stats Example is an example object payload from Bifrost, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

prompt_tokenscompletion_tokenstotal_tokens

Example Payload

Raw ↑
{
  "prompt_tokens": 12,
  "completion_tokens": 14,
  "total_tokens": 26
}