list_models
List available coding LLMs from over 130 models across 17 providers. Filter by tier, provider, or free status to get model IDs and labels.
Instructions
List models in the catalog without pinging. Use when the user asks what models are available or to browse by tier/provider/free.
Response includes model_id (the code name to use when inserting/configuring, e.g. run(prompt, model_id=...) or Cursor settings) and label (display only).
Args: tier: Filter to exact tier (S+, S, A+, A, A-, B+, B, C) provider: Filter to provider key (nvidia, groq, cerebras, etc.) min_tier: Show this tier and above (e.g. "A" = A, A+, S, S+) free_only: If true, only list models marked as free (from API or :free/-free in id)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tier | No | ||
| min_tier | No | ||
| provider | No | ||
| free_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |