Description
Track which models support fine-tuning (LoRA, full fine-tuning, etc.) and add a fine_tuning field to the model schema.
Why
Fine-tuning is a critical capability for many production use cases. Users need to know which models support it before committing to a provider.
Suggested Approach
- Add
fine_tuning boolean field to the model schema in types/model.ts
- Update scrape scripts to detect fine-tuning support from provider APIs
- Add a
docs/fine-tuning-models.md documentation page listing models with fine-tuning support
Data Sources
Labels
good first issue, enhancement
Description
Track which models support fine-tuning (LoRA, full fine-tuning, etc.) and add a
fine_tuningfield to the model schema.Why
Fine-tuning is a critical capability for many production use cases. Users need to know which models support it before committing to a provider.
Suggested Approach
fine_tuningboolean field to the model schema intypes/model.tsdocs/fine-tuning-models.mddocumentation page listing models with fine-tuning supportData Sources
Labels
good first issue, enhancement