Bifrost · Example Payload

Bifrost Chat Completion Request Example

AI GatewayLLMLoad BalancingOpen SourceOpenAI CompatibleMCP

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

Top-level fields

modelmessagestemperaturemax_tokensstreamtop_pn

Example Payload

Raw ↑
{
  "model": "openai/gpt-4o",
  "messages": [],
  "temperature": 0.7,
  "max_tokens": 256,
  "stream": false,
  "top_p": 1.0,
  "n": 1
}