Get Started in Minutes
After provisioning a model, run inference with a single API call.
curl -X POST http://localhost:8083/mimik-ai/openai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer 1234" \
-d '{
"model": "smollm2-360m",
"messages": [{"role": "user", "content": "Complete this sentence: AI is like a"}]
}'
Documentation
AI Foundation
Run AI models on-device
Upload models, run inference, and build AI-powered applications using the OpenAI-compatible API.
- Model upload and management
- Chat completions and embeddings
- Example applications
Mesh Foundation
Discover and connect nodes
Enable nodes to find each other and communicate across local and wide-area networks.
- Link-local and cross-network discovery
- Direct node-to-node communication
- AI Mesh example
Platform
Build distributed AI agents
Create mims (microservices and AI agents) with custom logic and cross-node communication.
- JavaScript & WASM runtimes
- Serverless on-device execution
- Go beyond local with Continuum
Go Beyond Local
Connect mimOE instances across networks with mimik Continuum cloud services.
Fleet Management
Deploy, update, and monitor mimOE instances across networks from a central dashboard.
Continuum Identity
Federate local device identities with cloud identity providers for seamless authentication.
Fleet Observability
Metrics, logging, and tracing across your distributed AI agent fleet.