Skip to content

Add fine-tuning availability tracking #14

@i-need-token

Description

@i-need-token

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

  1. Add fine_tuning boolean field to the model schema in types/model.ts
  2. Update scrape scripts to detect fine-tuning support from provider APIs
  3. Add a docs/fine-tuning-models.md documentation page listing models with fine-tuning support

Data Sources

Labels

good first issue, enhancement

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions