BIFROST
Dashboard

API Overview

Bifrost exposes an OpenAI-compatible API. Drop it into any OpenAI client.

Base URL
https://bifrost.omixsystems.store/v1

Endpoints

POST/v1/chat/completionsCreate a chat completion
GET/v1/modelsList available models

Authentication

Pass your gateway key via the Authorization header:

Authorization: Bearer sk-bifrost-your-key-here

Bifrost-specific options

These can be added to any chat completion request:

ParameterTypeDescription
modelstringUse "bifrost/auto" for intelligent routing
temperaturenumberSampling temperature (0-2)
max_tokensintegerMaximum tokens to generate
streambooleanEnable streaming responses
← Previous
Concepts
Next →
Authentication