topic: model
12 modules sharing the model name family (derived from the tree's prefix discipline).
The 'model' topic family in the Nishi sovereign ecosystem manages the lifecycle of machine learning models, from enumeration to storage and retrieval. The nx_model_enumerate module fetches model metadata from HuggingFace, while nx_model_fetch handles secure and efficient model downloads using CDN infrastructure. nx_model_get and nx_model_get_gate work together to ensure reliable, hash-verified model acquisition and storage, supporting the sovereign model-lane lease system for controlled model access and distribution.
auto-narrated by the local model from this topic's module headers; links verified against the wiki index.
narrated overview -- maintained by the narration lane, module links verified against this wiki.
| module | description | lines | funcs |
|---|---|---|---|
| nx_model_card.nx | F785 THE SOVEREIGN MODEL CARD RENDERER (operator 2026-07-20: "model card like | 400 | 17 |
| nx_model_enumerate.nx | the STANDARD, reusable model-port ENUMERATE stage: fetch a HuggingFace repo's tree API | 74 | 4 |
| nx_model_fetch.nx | D2: SOVEREIGN model download (HF resolve -> 302 -> CDN TLS -> stream GGUF to disk). | 162 | 7 |
| nx_model_get.nx | G9 mg_fetch: hash-verified model acquisition into the gen model store (/compare/gen watch G9). | 395 | 9 |
| nx_model_get_gate.nx | GATE for the offline decision half of G9 mg_fetch (nx_model_get_lib). The network half | 108 | 1 |
| nx_model_get_lib.nx | LIB: the pure decision half of G9 mg_fetch (model acquisition). Everything here is | 155 | 11 |
| nx_model_lane.nx | CLI for the sovereign model-lane lease (core = nx_model_lane_core). | 73 | 1 |
| nx_model_lane_core.nx | SOVEREIGN MODEL-LANE LEASE (pure core, no main; CLI = nx_model_lane, | 327 | 11 |
| nx_model_lane_gate.nx | gate for the sovereign model-lane lease. Deterministic, tiny-RAM, | 79 | 2 |
| nx_model_port_registry.nx | the STANDARD sovereign MODEL-PORT registry: ONE data-driven place that maps every | 89 | 7 |
| nx_model_port_registry_gate.nx | executed proof of the standard model-port registry. Verifies count, name | 74 | 3 |
| nx_model_spec.nx | typed model configuration envelope. | 337 | 14 |