Platform
Private AI infrastructure — from compute to agents.
Target groups
For enterprise, SMBs, and individual developers.
Knowledge & Support
Everything you need to succeed with Mycelis.
Integration
Drop-in replacement for the OpenAI API. Change only base_url and api_key — no additional code changes required.
2-line migration from OpenAI
Before (OpenAI direct)
client = OpenAI(
api_key="sk-..."
)After (Mycelis Gateway)
client = OpenAI(
base_url="https://api.mycelis.io/proxy/v1",
api_key="pat_..."
)Supported endpoints
| Endpoint | Function | Status |
|---|---|---|
POST /chat/completions |
Chat, streaming, function calling | ✓ |
POST /embeddings |
Text embeddings | ✓ |
GET /models |
List available models | ✓ |
POST /completions |
Legacy completions (OpenAI v1) | ✓ |
POST /images/generations |
Image generation (DALL-E) | Soon |
Gateway features
Personal access tokens with configurable scopes — read-only, write, admin.
Complete request logging: timestamp, model, tokens, latency, costs.
Configurable rate limits per PAT, workspace, or model.
No logging of prompt content. EU data centers, DPA available on request.
Frequently asked questions
Your existing code keeps running. Only change base_url and api_key.
Start for free