Model slugs
Use the API Slug — not the display name — whenever you select a model programmatically.In Tess, every AI model has:
- a display name (what you see in the UI, e.g.
Claude 4.5 Haiku) - an API Slug (the stable technical id, e.g.
claude-4.5-haiku)
Where slugs appear in the API
The most common place is the OpenAI-compatible Chat Completions endpoint. Pass the slug in themodel field:
Full slug catalog
For the complete list of models with costs and API Slugs, use:- Models and Costs — authoritative table (text, image, video, and more)
Cowork / Digital Employees
When importing a Digital Employee pack (JSON), the same slug goes inmodel_override. Guide and examples:
Example slugs
Prefer the Models and Costs table for the up-to-date catalog.