Model-host capability matrix

July 28, 2026 ยท View on GitHub

Last modified: 2026-07-13

Generated from the executable registry; do not hand-edit.

Registry version: 1

Product capabilities

CapabilityDomainStatusEvidenceSummary
manifest.serve_model_declarationsmanifeststablecontract.serve_models_change_desired_deploymentsServe model declarations change normalized desired model names.
manifest.canonical_desired_statemanifeststablecontract.canonical_desired_state_reconciles_atomically
test.runtime_reconcile
test.model_host_reload
Canonical proxy.model_host deployments compile into one atomic runtime revision.
manifest.legacy_catalog_resolutionmanifeststablecontract.catalog_id_resolves_exact_repoLegacy catalog IDs resolve during the migration window.
manifest.catalog_v2manifeststablecontract.catalog_v2_selects_exact_artifact
test.catalog_v2
Catalog v2 resolves pinned logical models to exact immutable artifacts.
artifact.legacy_downloadartifactpreviewnoneLegacy file downloads lack the complete atomic artifact contract.
artifact.verified_acquisitionartifactstablecontract.verified_artifact_policy_blocks_unauthorized_network
test.artifact_manager
test.artifact_policy
Managed artifacts are exact, atomic, resumable, and policy enforced.
artifact.cache_addressingartifactstablecontract.cache_directory_changes_artifact_pathExplicit cache directories deterministically change artifact paths.
artifact.cache_budgetartifactstablecontract.cache_budget_protects_active_artifacts
test.artifact_gc
Cache collection enforces LRU budgets without deleting protected artifacts; the same protected collection runs on demand through the admin gc route.
artifact.exact_removalartifactstablecontract.exact_removal_protects_references
test.artifact_manager
test.models_lifecycle_cli
Exact cache removal is idempotent and rejects configured, resident, pinned, locked, leased, or active artifacts.
engine.typed_managed_driversenginestablecontract.managed_drivers_expose_typed_capabilities
test.engine_drivers
Managed engines share typed detect, provision, launch, health, and shutdown contracts over verified local artifacts.
engine.llama_cpp_managedenginepreviewtest.engine_drivers
test.cuda_build
cert.apple_metal.2026-07-11
Managed llama.cpp acquires a digest-verified prebuilt binary to serve GGUF models on CPU and Apple Metal. NVIDIA GPU serving is handled by vLLM and SGLang, not llama.cpp.
engine.vllm_uvenginepreviewtest.engine_driversManaged vLLM can use a pinned uv environment; live NVIDIA certification remains deferred.
engine.vllm_containerenginepreviewtest.engine_driversDigest-pinned private container plans use read-only artifacts and selected devices; live NVIDIA certification remains deferred.
engine.sglangenginepreviewtest.engine_driversManaged SGLang serves safetensors weights on a CUDA worker from a pinned uv environment or a digest-pinned container, mirroring vLLM and adding RadixAttention prefix caching; live NVIDIA certification remains deferred.
lifecycle.atomic_reconciliationlifecyclestablecontract.canonical_desired_state_reconciles_atomically
test.runtime_reconcile
test.model_host_reload
Startup, file reload, SIGHUP, and admin reload prepare a complete revision before commit; pre-commit failures do not publish the candidate.
lifecycle.single_node_residencylifecyclestablecontract.eviction_changes_admissionSingle-node residency honors the global resident limit and configured eviction policy across devices.
lifecycle.keep_alivelifecyclestablecontract.keep_alive_starts_after_last_permit
test.local_admission
test.runtime_reconcile
Keep-alive starts after the last completed request and never expires active or queued work.
cluster.managed_replicasclusterstablecontract.cluster_placement_converges
test.placement
test.runtime_reconcile
test.cluster_control_plane
test.model_cluster_control
Managed replicas use versioned worker snapshots, deterministic placement and spread, readiness-gated rollout, and authenticated cluster health status.
cluster.remote_dispatchclusterpreviewtest.model_plane_envelope
test.model_plane_transport
test.managed_replica_routing
test.managed_replica_dispatch
test.model_cluster_dispatch
Authenticated HTTP/2 local and peer dispatch, coordinated cold starts, streaming cancellation, and pre-output failover have local test coverage; a dedicated executable consumer contract and live production certification remain incomplete.
policy.local_provider_governancepolicypreviewtest.managed_replica_dispatch
test.admin_model_host
test.model_cluster_dispatch
Managed routes preserve gateway provider and model policy, expose topology-free logical discovery, and emit bounded route metadata; strict distributed limits and full key introspection remain deferred.
admin.model_statusadminstablecontract.status_reports_stable_lifecycle
test.models_lifecycle_cli
test.admin_model_host
Authenticated admin status, load, stop, drain, and reset adapt the shared runtime lifecycle.
admin.model_managementadminpreviewcontract.canonical_desired_state_reconciles_atomically
test.admin_model_management
test.ui_model_management
Backend E2E covers authenticated full-map revision conflicts and restart persistence; UI unit and component contracts cover mode-aware catalog evidence, lifecycle state, conflict recovery, removal guards, and cluster authority proof.
platform.apple_metalplatformstablecontract.catalog_v2_selects_exact_artifact
test.engine_drivers
cert.apple_metal.2026-07-11
Apple Metal completed a real managed gateway completion, status, stop, cache-reuse, and Ctrl-C shutdown gate on Apple M4 Max.
platform.nvidia_cudaplatformpreviewtest.cuda_build
test.local_admission
NVIDIA discovery and the vLLM and SGLang container engines have deterministic coverage; live GPU serving is recorded in the certification ledger.
lifecycle.priority_admissionlifecyclestablecontract.priority_gate_changes_dispatchConfigured local concurrency changes request admission.
lifecycle.model_clilifecyclestablecontract.exact_removal_protects_references
test.models_lifecycle_cli
Pull, list, show, remove, process status, and stop commands use versioned JSON and shared artifact or runtime contracts.
admin.value_reportadminstablecontract.reference_price_records_savings
test.value_ledger
A configured cloud reference prices each local completion as dollars saved, recorded per model and served on the admin value route.

Configuration fields

FieldStatusCapabilityConsumer contract
serve.modelsstablemanifest.serve_model_declarationscontract.serve_models_change_desired_deployments
serve.catalog_filepreviewmanifest.catalog_v2none
serve.cache_dirstableartifact.cache_addressingcontract.cache_directory_changes_artifact_path
serve.cache_budget_gibpreviewartifact.cache_budgetcontract.cache_budget_protects_active_artifacts
serve.evictionstablelifecycle.single_node_residencycontract.eviction_changes_admission
serve.enginespreviewengine.typed_managed_driversnone
serve.max_concurrent_requestsstablelifecycle.priority_admissioncontract.priority_gate_changes_dispatch
serve.queue_timeout_msstablelifecycle.priority_admissioncontract.priority_gate_changes_dispatch
serve.models[].modelstablemanifest.serve_model_declarationscontract.serve_models_change_desired_deployments
serve.models[].namestablemanifest.serve_model_declarationscontract.serve_models_change_desired_deployments
serve.models[].variantstablemanifest.catalog_v2contract.catalog_v2_selects_exact_artifact
serve.models[].enginepreviewengine.typed_managed_driversnone
serve.models[].keep_alivestablelifecycle.keep_alivecontract.keep_alive_starts_after_last_permit
serve.models[].max_contextpreviewengine.typed_managed_driversnone
serve.models[].extra_argspreviewengine.typed_managed_driversnone
serve.models[].kv_quantpreviewengine.typed_managed_driversnone
serve.models[].enable_prefix_cachingpreviewengine.typed_managed_driversnone
serve.models[].speculativepreviewengine.typed_managed_driversnone
serve.models[].chunked_prefillpreviewengine.typed_managed_driversnone
serve.models[].lora_adapterspreviewengine.typed_managed_driversnone
serve.models[].pinnedpreviewlifecycle.single_node_residencynone
serve.models[].tool_call_parserpreviewengine.typed_managed_driversnone
serve.models[].swap_space_gibpreviewengine.typed_managed_driversnone
serve.models[].cpu_offload_gibpreviewengine.typed_managed_driversnone
serve.models[].max_loraspreviewengine.typed_managed_driversnone
serve.models[].gguf_filepreviewartifact.legacy_downloadnone
serve.models[].referencestableadmin.value_reportcontract.reference_price_records_savings
serve.models[].modalitypreviewengine.typed_managed_driversnone