Bifrost · Example Payload

Bifrost Chat Message Example

AI GatewayLLMLoad BalancingOpen SourceOpenAI CompatibleMCP

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

Top-level fields

rolecontent

Example Payload

Raw ↑
{
  "role": "user",
  "content": "Hello, how are you?"
}