Represents data about a model.
ModelData
const modelData: ModelData = { id: "model-123", in_cache: true, path: "/models/qwen4b", status: { value: "loaded", args: ["--model", "qwen4b"] }}; Copy
const modelData: ModelData = { id: "model-123", in_cache: true, path: "/models/qwen4b", status: { value: "loaded", args: ["--model", "qwen4b"] }};
The unique identifier of the model.
Indicates if the model is in cache.
The file path of the model.
The current status of the model.
Represents data about a model.
ModelData
Example