What you can override
RunInfra lets advanced users narrow the optimization search without changing the pipeline itself.| Field | Type | Effect |
|---|---|---|
forceQuant | string | Prefer a specific quantization mode when the selected model and runtime allow it. |
skipTechniques | string array | Skip techniques such as quantization, speculation, compile, expert-parallel, or disaggregated serving. |
maxBudgetUsd | number | Set a spend ceiling for the optimization session. |
targetLatencyMs | number | Override the latency target used by the optimizer. |
qualityRegressionCeiling | number | Tighten or relax the maximum accepted quality regression. |
hardBans | array | Add tenant-policy bans that RunInfra must respect. |
Safety rules
Overrides can narrow the search, but they cannot force an unsafe or incompatible deployment.- Hard bans still apply even when a user forces a technique.
- If a skip list would remove every candidate, RunInfra restores a safe baseline instead of running an empty search.
- Budget ceilings are checked before promoting an optimized version.
- Quality gates still run before a candidate can replace the baseline.
- Plan gates still apply. Overrides do not unlock features outside the account plan.