·dust-llm
</>

dust-llm

dust-tt/dust

Step-by-step guide for adding support for a new LLM in Dust. Use when adding a new model, or updating a previous one.

8Installs·2Trend·@dust-tt

Installation

$npx skills add https://github.com/dust-tt/dust --skill dust-llm

SKILL.md

This skill guides you through adding support for a newly released LLM.

| front/types/assistant/models/{provider}.ts | Model ID + configuration | | front/lib/api/assistant/tokenpricing.ts | Pricing per million tokens | | front/types/assistant/models/models.ts | Central registry | | front/lib/api/llm/clients/{provider}/types.ts | Router whitelist | | sdks/js/src/types.ts | SDK types |

| front/components/providers/types.ts | UI availability (optional) | | front/lib/api/llm/tests/llm.test.ts | Integration tests |

Step-by-step guide for adding support for a new LLM in Dust. Use when adding a new model, or updating a previous one. Source: dust-tt/dust.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/dust-tt/dust --skill dust-llm
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is dust-llm?

Step-by-step guide for adding support for a new LLM in Dust. Use when adding a new model, or updating a previous one. Source: dust-tt/dust.

How do I install dust-llm?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/dust-tt/dust --skill dust-llm Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/dust-tt/dust

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01