powered by
Get the status of a download job
lms_download_status(job_id, host = "http://localhost:1234")
An object of class lms_download_status containing the download status.
lms_download_status
Character. The unique identifier for the download job.
Character. The host address of the local server. Defaults to "http://localhost:1234".
LM Studio Download Status API
if (FALSE) { lms_server_start() job_id <- lms_download("google/gemma-3-1b") status <- lms_download_status(job_id) print(status) }
Run the code above in your browser using DataLab