API Overview
Bifrost exposes an OpenAI-compatible API. Drop it into any OpenAI client.
Base URL
https://bifrost.omixsystems.store/v1
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:
| Parameter | Type | Description |
|---|---|---|
| model | string | Use "bifrost/auto" for intelligent routing |
| temperature | number | Sampling temperature (0-2) |
| max_tokens | integer | Maximum tokens to generate |
| stream | boolean | Enable streaming responses |