Skip to main content
This endpoint is not yet available. It is planned for a future release.
Fine-tune models on Hindi, Tamil, Bengali, and other Indic-language data. Matches OpenAI’s fine-tuning API shape so existing training pipelines work.

Planned endpoints

OperationMethodPath
Create SFT jobPOST/inference/v1/fine_tuning/jobs
List SFT jobsGET/inference/v1/fine_tuning/jobs
Get SFT jobGET/inference/v1/fine_tuning/jobs/{id}
Cancel SFT jobPOST/inference/v1/fine_tuning/jobs/{id}/cancel

India differentiation

No global platform offers fine-tuning on Indic-language data well. Forii will provide:
  • Hindi, Tamil, Bengali — Domain-specific fine-tuning on Indic languages
  • Legal, medical, financial — Vertical-specific datasets for Indian industries
  • SFT first, DPO later — Start with supervised fine-tuning, add DPO and RFT later
DPO (Direct Preference Optimization) and RFT (Reinforcement Fine-Tuning) are planned for a future release, after SFT is solid.