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.
Quickstart
This guide takes you from zero to a running model with an OpenAI-compatible API. No DevOps knowledge required.
Step 01
Register at mycelis.io/register. After login, you are guided through workspace creation. A workspace is your isolated area for deployments, agents, and API keys.
For teams: you can invite workspace members under Settings → Invite members. Roles (admin, member) control feature access.
Step 02
Choose between three deployment options:
Navigate to Model Marketplace → Select model → Start deployment. A GPU instance is ready in under 60 seconds.
Step 03
Under API Keys to create a Personal Access Token (PAT). In your existing code, only replace
base_url and api_key :
Step 04 — Optional
Under Agents create a VirtualModel. Link a deployment, set a system prompt, add knowledge bases (RAG), and enable Smart Routing for automatic cost control.
After that, use your agent slug instead of the direct deployment slug:
model="mein-assistent" # your agent slug