What problem does it solve?
Fine-tuning providers silently drop support for base models over time, leaving Kiln's fine-tune dropdown offering models that can no longer actually be fine-tuned. This Skill audits every fine-tunable model entry against live provider APIs and documentation to find stale or deprecated entries before users hit failures.
Core Features & Use Cases
- Static Model Audit: Extracts every
provider_finetune_id from ml_model_list.py and validates each against Together AI docs and the Vertex AI publisher models API.
- Fireworks Dynamic Cross-Reference: Compares Fireworks' live
supervisedLoraTunable/supervisedFullParameterTunable API fields against the canonical FIREWORKS_SUPPORTED_FINETUNE_MODELS allowlist in both directions, flagging stale entries and missing additions.
- Guided Remediation: Reports findings in a structured table and recommends concrete fixes (update the fine-tune ID, remove it, or set
deprecated=True), then verifies changes with the finetune API test suite.
- Use Case: Before a Kiln release, run the audit to discover that two Together AI Llama reference models are no longer fine-tunable, then update the model list and confirm tests pass.
Quick Start
Ask the AI to check Kiln's fine-tunable models for deprecated or unsupported base models and report which entries need updating.