inference
models.local
List locally downloaded inference models.
strata inference models localdb.ai.models.local() -> 'Any'wire inference_models_local
Lists the catalog models that have at least one quantization variant present in the local model directory, as a terminal page. Entries carry the same facts as `inference models list` but are restricted to models that can run without a further download. The local model directory is resolved from `STRATA_MODELS_DIR`, falling back to `~/.strata/models`.
To see the complete help for this command, run:
strata inference models local --helphelp(db.ai.models.local)
Returns
Page<ModelInfo, String>
- dataobject
Shared pagination continuation facts.
- typestring
Errors
Recover by code. Retry policy and commit outcome come from the shipped error registry.
| Code | Retry | Commit outcome |
|---|---|---|
| failed_precondition.engine.runtime_closed | never | not_started |
| not_found.engine.branch | never | not_applicable |