Open-source inference control plane
Build or connect
Safe releases
Explainable operations
No Kubernetes required
```bash Deploy a model theme={"theme":{"light":"github-light-default","dark":"vesper"}}
infercrane deploy mistralai/Mistral-7B-Instruct-v0.3 \
--name support-production
# The operation continues if this terminal disconnects.
infercrane status support-production --watch
```
```bash Send a streaming request theme={"theme":{"light":"github-light-default","dark":"vesper"}}
infercrane request support-production \
--message "Summarize this incident." \
--stream
```
Build a deployment from a model or custom OCI workload, or connect inference you already run.
InferCrane gives applications one OpenAI-compatible logical endpoint while durable control-plane
operations provision, reconcile, scale, and safely replace workers behind it. Providers and runtimes
integrate through explicit contracts; Kubernetes is not required.