Reports the runtime model cache as three lists of specs: the generation, embedding, and ranking models currently loaded in memory. Use it to check what is resident before generating, or to confirm that inference unload freed the models you expected. The lists reflect only in-memory engines, not models available on disk.
Examples
Inspect which models are currently loaded in the runtime cache.
CLI
$ strata inference cache-status
Wire
{"type":"inference_cache_status"}
Parameters
No parameters.
Returns
ModelCacheStatus.
Errors
Invocation
- CLI:
strata inference cache-status - Wire type:
inference_cache_status