Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.vlm.run/llms.txt

Use this file to discover all available pages before exploring further.

The vlmrun files command manages files on the VLM Run platform.

Upload

vlmrun files upload photo.jpg
vlmrun files upload document.pdf --purpose vision
Argument/OptionDescription
FILEPath to the file to upload (required)
--purposeFile purpose: datasets, fine-tune, assistants, vision, etc. (default: fine-tune)

List

vlmrun files list

Get

# Get file info
vlmrun files get <file-id>

# Download to a specific path
vlmrun files get <file-id> --output ./downloaded-file.jpg
Argument/OptionDescription
FILE_IDID of the file to retrieve (required)
--outputOutput file path

Delete

vlmrun files delete <file-id>
Argument/OptionDescription
FILE_IDID of the file to delete (required)