update-llm-model-list

Installation
SKILL.md

Update LLM Model List

Overview

The canonical model list lives in sdk/agenta/sdk/assets.pysupported_llm_models. It drives the model dropdown in the playground, cost metadata, and the model_to_provider_mapping.

The authoritative external source is litellm.model_cost (2 600+ entries), which mirrors https://models.litellm.ai/.

A pytest guard lives at: sdk/oss/tests/pytest/unit/test_supported_llm_models.py


Key rules

  1. Every model must exist in litellm.model_cost (direct key, or with provider prefix stripped).
    • anthropic/claude-* → litellm stores as claude-* (prefix is intentional for routing, stripped for cost lookup)
Related skills
Installs
17
GitHub Stars
3.9K
First Seen
Mar 4, 2026