APIs.io
Search
Providers
APIs
Capabilities
Tags
More
Schemas
AsyncAPI
JSON-LD
Rules
Vocabularies
About
Support
Blog
Blog
Add API
Search
Home
Bifrost
ChatCompletionResponse
Bifrost
· Schema
ChatCompletionResponse
Response from a chat completion request.
AI Gateway
LLM
Load Balancing
Open Source
OpenAI Compatible
MCP
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