Evidence-gated optimization
InferCrane separates proposing a configuration from proving it. The optimizer starts with reviewed model metadata and locally or really qualified provider/runtime compatibility. When the exact optional estimator toolchain is available, it uses AIConfigurator to reduce the candidate space. Otherwise it creates conservative reviewed catalog candidates. Neither path contacts a control plane or provisions paid capacity. Check the optional estimator once:plotext pin is required: AIConfigurator 0.11.0 is not compatible with plotext 6.0.0 even
though its published dependency range permits it. optimize doctor validates the complete tuple,
not just the top-level package.
--source auto tries the pinned AIConfigurator adapter and visibly falls back to the
reviewed catalog when the optional tool is unavailable. Use --source aiconfigurator to require the
estimator or --source catalog for deterministic reviewed starting profiles only.
The result is a bounded candidate set. Each spec pins:
- the exact model revision;
- runtime engine and version;
- provider adapter, region, and accelerator;
- reviewed runtime arguments;
- compute mode, scale bounds, and routing strategy.
--output json to archive the
input digest, source, compatibility evidence, required evidence, and limitations with the specs.
The simple and advanced paths
The common path needs an objective, not a collection of runtime flags:--allow-model-metadata-network.
Create a durable campaign
Usepropose for a completely offline preview. Use create to persist the same immutable proposal
without provisioning anything:
Plan an optimized artifact
Builders run outside InferCrane. The common path produces a strict immutable plan:--plan-file.
Propose, prove, release
Use the generated files through the existing lifecycle:What the first planner knows
The first source composes:- reviewed model recipes;
- the executable integration compatibility inventory;
- reviewed vLLM configuration profiles for balanced, interactive, and throughput workloads;
- exact runtime versions and provider adapters.
--include-simulated only for development exploration; simulated candidates are excluded by
default.
Upstream composition roadmap
InferCrane will reuse upstream execution and optimization work behind replaceable adapters:
The durable rule is: the optimizer proposes; InferCrane proves. See
ADR 0038 for the ownership and evidence boundary.
The pinned adapter and migration decision is recorded in
ADR 0039.
Durable authority and artifact provenance are recorded in
ADR 0040.