Models¶
Model assets remain organized for local-first runtime and offline operation where required.
Asset Layout¶
- LLM model assets live under
models/llm/<model-name>/... - Wake-word assets live under
models/kws/ - Local staging and compose overrides continue to control runtime-specific mounting and accelerator settings
Canonical storage notes: models/README.md.
Control Plane¶
Model management is now owned by ModelOps.
- Control-plane APIs live under
/v1/modelops/* - Canonical task classification uses
task_keyandcategory - Ownership and sharing use
owner_type,owner_user_id, andvisibility_scope - Deployment bindings reference ModelOps-managed inventory through generic capability
resources, with managed-model resources used forllm_inferenceandembeddings - Only ModelOps models that are both
activeand currently validated may be bound into platform deployments
See ModelOps for lifecycle, validation, sharing, and API details.
Owner: LLM and KWS maintainers. Update this document when asset layout or runtime path contracts change.