Integration model
InferCrane is a durable inference control plane, not a wrapper around one cloud. Its deployment, revision, operation, Release Guard, explanation, and telemetry models do not belong to RunPod, SkyPilot, or vLLM. External systems enter through capability-specific contracts.Registration is not qualification
A control-plane process registers concrete adapters during startup. Durable replicas persist the adapter identity used to create them, so restart, rollback, and deletion return to the same implementation without guessing from a cloud name. The release support matrix is a separate policy. An adapter can exist in development without being advertised publicly. Qualification requires configuration, documentation, compatibility records, failure testing, real infrastructure acceptance, and zero leaked billable resources.The current adapter registry includes RunPod elastic/serverless, narrow AWS EC2, GCP Compute, and
Kubernetes elastic adapters; vLLM, SGLang, custom OCI, and governed external targets; plus LiteLLM,
external-sandbox access, and signed-artifact-handoff composition profiles. The compatibility matrix
qualifies only exact combinations; registration never implies real-system evidence.
Adding an integration
- Implement only the narrow capability contract the external system owns.
- Give the adapter a stable durable identity and register it at process composition.
- Map trustworthy observations into InferCrane’s normalized state and telemetry.
- Add configuration, diagnostics, documentation, and deterministic failure behavior.
- Qualify the exact cloud/runtime/compute-mode combination with real lifecycle evidence.