dust-llm

Installation
SKILL.md

Adding Support for a New LLM Model

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

Quick Reference

Files to Modify

File Purpose
front/types/assistant/models/{provider}.ts Model ID + configuration
front/lib/api/assistant/token_pricing.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

Prerequisites

Related skills
Installs
55
Repository
dust-tt/dust
GitHub Stars
1.3K
First Seen
Jan 24, 2026