Bifrost · Schema

ChatCompletionResponse

Response from a chat completion request.

AI GatewayLLMLoad BalancingOpen SourceOpenAI CompatibleMCP

Properties

Name Type Description
id string Unique identifier for the completion.
object string Object type, always chat.completion.
created integer Unix timestamp of when the completion was created.
model string Provider and model used for the completion.
choices array Array of completion choices.
usage object
View JSON Schema on GitHub