Bifrost · Example Payload

Bifrost Chat Choice Example

AI GatewayLLMLoad BalancingOpen SourceOpenAI CompatibleMCP

Bifrost Chat Choice 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

indexmessagefinish_reason

Example Payload

Raw ↑
{
  "index": 0,
  "message": {},
  "finish_reason": "stop"
}