Bifrost · Example Payload

Bifrost Chat Completion Response Example

AI GatewayLLMLoad BalancingOpen SourceOpenAI CompatibleMCP

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

Top-level fields

idobjectcreatedmodelchoicesusage

Example Payload

Raw ↑
{
  "id": "chatcmpl-abc123",
  "object": "chat.completion",
  "created": 1713000000,
  "model": "openai/gpt-4o",
  "choices": [],
  "usage": {}
}