kiln-add-model

Add LLM models to Kiln's registry and draft Discord release posts.

5.0k|376|Updated Jul 23, 2024
One-click install
npx skills add https://github.com/Kiln-AI/Kiln --skill kiln-add-model
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: kiln-add-model
Source: https://github.com/Kiln-AI/Kiln/tree/main/.cursor/skills/kiln-add-model
Command: npx skills add https://github.com/Kiln-AI/Kiln --skill kiln-add-model

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines onboarding new AI models into Kiln by updating the ml_model_list.py registry and generating a clear Discord release note, reducing manual, error-prone edits.

Core Features & Use Cases

  • Enum and model list updates: add a new ModelName entry, KilnModel(...) data for providers, and adjust family classifications as needed.
  • Provider slug verification: verify exact model IDs against official sources (OpenRouter, Anthropic, OpenAI, Gemini, etc.) before committing changes.
  • Discord announcement drafting: automatically prepare a release note describing the new model and its providers for team communication.

Quick Start

Run the Kiln add-model workflow to register a new LLM and generate the corresponding Discord post.

Frequently Asked Questions about kiln-add-model

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add a new LLM model to the Kiln model registry?▼

To add a new LLM model to the Kiln registry, you update the ModelName enum and KilnModel entries in ml_model_list.py. This process also adjusts family classifications and prepares a Discord release note for team communication.

How do I verify provider slugs before integrating models like Claude or Gemini into Kiln?▼

Verifying provider slugs requires checking exact model IDs against official sources like OpenRouter, Anthropic, or OpenAI. This validation ensures the correct identifiers are committed to the KilnModel entries in your ml_model_list.py file.

Can I automate Discord release posts when adding new AI models to Kiln?▼

Yes, you can automate Discord release posts when integrating new AI models. The workflow drafts a release note describing the new model and its providers, streamlining team communication directly after registry updates.

What is the best way to integrate models like DeepSeek, Kimi, or Qwen into Kiln?▼

The best way to integrate models like DeepSeek, Kimi, or Qwen is automating the registry update in ml_model_list.py. This adds the necessary ModelName entry and KilnModel data while verifying provider slugs from official sources.

Do I need to manually update family classifications when onboarding new models in Kiln?▼

You do not need to manually manage all family classifications when onboarding new models. The automation workflow adjusts related flags and classifications in the ml_model_list.py registry during the model registration process.