Represents the loaded model status.
ModelStatusLoaded
const loadedStatus: ModelStatusLoaded = { value: "loaded", args: ["--model", "qwen4b"]}; Copy
const loadedStatus: ModelStatusLoaded = { value: "loaded", args: ["--model", "qwen4b"]};
Arguments used during the loading process.
The status value indicating the model is loaded.
Represents the loaded model status.
ModelStatusLoaded
Example