Manage files with the VLM Run Python SDK
client.files
lets you upload, retrieve, and manage files used by the VLM Run platform. Files are essential for predictions, fine-tuning, and dataset creation.
Purpose | Description | Common File Types |
---|---|---|
fine-tune | For fine-tuning models | Training data, JSON files |
assistants | General usage (default) | Images, PDFs, text files |
assistants_output | Output from assistants | Generated content |
batch | Input files for batch processing | Large collections |
batch_output | Output from batch processing | Results and reports |
vision | For vision-based models | Images, screenshots |
datasets | For dataset creation | Labeled data collections |
FileResponse
object has the following structure: