Skip to main content
For conceptual background on vision language tuning, including supported models and when to use it, see Vision language tuning.

Prepare a vision language dataset

Upload a dataset that follows the vision-language message schema. Each training example is a single-turn conversation where user messages contain both image and text content.

Example dataset schema

Dataset validation

SeekrFlow validates the dataset on upload and rejects datasets with:
  • Malformed message content or missing required fields
  • Unsupported image formats
  • Schema violations against the expected multimodal structure

Upload a vision language dataset

Upload your dataset with purpose=fine-tune. See Upload file for the full schema reference.

Create a vision language fine-tuning job

All other TrainingConfig parameters behave the same as in text-only instruction fine-tuning. See Create a fine-tuning job for the full workflow including project setup, file retrieval, and monitoring.
Last modified on June 22, 2026