inference
models.list
List catalog inference models.
strata inference models listdb.ai.models.list() -> 'Any'wire inference_models_list
Lists every model in Strata's built-in catalog as a terminal page. Each entry reports the model's task (embed, generate, or rank), architecture, default quantization, embedding dimension, HuggingFace repository, approximate artifact size, and whether the model artifact is already present in the local model directory. Use `inference models local` to see only the downloaded models, or `inference models pull` to fetch one.
To see the complete help for this command, run:
strata inference models list --helphelp(db.ai.models.list)
Example
List the built-in model catalog (spans embedding, generation, ranking).
strata inference models listsorted(set(m["task"] for m in db.ai.models.list()["items"]))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 |