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.
Examples
List the built-in model catalog (spans embedding, generation, ranking).
CLI
$ strata inference models list
Wire
{"type":"inference_models_list"}
Parameters
No parameters.
Returns
Page<ModelInfo, String>.
Errors
Invocation
- CLI:
strata inference models list - Wire type:
inference_models_list