Submit training
The gateway passes requests to the internal Unsloth FastAPI worker on the GPU server. Protected endpoints require the x-api-key header configured on the GPU-side service.
curl -X POST https://unsloth.nohvis.net/training/vision/unsloth \
-H 'x-api-key: YOUR_LLM_API_KEY' \
-F 'dataset=@dataset.jsonl' \
-F 'target_model_name=nohvis-vision-demo' \
-F 'base_model_name=Qwen/Qwen2.5-VL-3B-Instruct'
Follow jobs
Each job returns a status URL and logs URL. Those are forwarded directly through this domain so operators do not need shell access to the GPU box just to monitor training progress.