Some model providers offer a hosted fine-tuning service on their closed models — upload data, get back a custom endpoint. This trades control for convenience, and the trade is worth understanding before committing to either path.

Hosted fine-tuning on a closed model

  • No infrastructure to manage; upload data, wait, get an endpoint.
  • You can't inspect, quantize, or self-host the resulting weights — you depend on that provider indefinitely.
  • Pricing is usually per-token on top of the base model's rate, which compounds at scale.

Fine-tuning an open-weight model yourself

More setup (GPU access, training code, evaluation), but you own the weights, can quantize and self-host, and aren't locked to one provider's pricing or availability. For a portfolio project specifically, owning the artifact usually matters more than convenience.

See picking a base model to fine-tune in 2026.

Pranjul Rathour, GenAI Engineer from Kanpur, India. Open to GenAI roles, hackathon judging, mentorship sessions and guest talks at any campus: pranjulrathour41@gmail.com.