Create Finetune Job
Start a new finetune job.
Creates a training job for fine-tuning a VLA model on the specified dataset. Camera mappings must map model camera slots to valid dataset image keys. Use GET /v1/datasets/{dataset_id}/image-keys to discover available keys.
Parameters
Section titled “ Parameters ”Header Parameters
Section titled “Header Parameters ”Request Body required
Section titled “Request Body required ”Request to start a finetune job.
object
Project ID to associate the job with
VLA model type (determines camera slot configuration)
HuggingFace dataset ID
Training duration in hours
Training batch size
Camera mappings from model camera slots to dataset image keys.
object
Example
{ "cam_1": "observation.images.top", "cam_2": "observation.images.wrist", "cam_3": "observation.images.front"}Whether to use SARM Reward-Aware Behavior Cloning (RA-BC) for training
SARM head mode to use: ‘sparse’, ‘dense’, or ‘both’
Responses
Section titled “ Responses ”Finetune job created successfully
Invalid camera mappings or request parameters
Standard error response.
object
Error message describing what went wrong
Invalid or missing API key
Standard error response.
object
Error message describing what went wrong
Validation error