nohvis training gateway

Unsloth over the GPU tunnel.

This domain fronts the GPU-side Unsloth worker running behind the internal SSH tunnel. Use it to submit training jobs, inspect job status, and stream logs without exposing the GPU host directly to the public internet.

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.