diff --git a/packages/llm-info/data/models.yml b/packages/llm-info/data/models.yml index e25c1128be1..db7c95cff4d 100644 --- a/packages/llm-info/data/models.yml +++ b/packages/llm-info/data/models.yml @@ -2,22 +2,29 @@ # Anthropic +- name: Claude 4.5 Sonnet + model: claude-sonnet-4-5 + description: Latest Sonnet model with enhanced capabilities and performance improvements + providers: [anthropic] + roles: [chat, edit] + thinking: true + - name: Claude 4.1 Opus - model: claude-opus-4-1-20250805 + model: claude-opus-4-1 description: Latest Opus model with enhanced capabilities and performance improvements providers: [anthropic] roles: [chat, edit] thinking: true - name: Claude 4 Opus - model: claude-opus-4-20250514 + model: claude-opus-4 description: Most capable model with superior performance on complex tasks and reasoning providers: [anthropic] roles: [chat, edit] thinking: true - name: Claude 4 Sonnet - model: claude-sonnet-4-20250514 + model: claude-sonnet-4 description: Next-generation Sonnet model with advanced reasoning and multimodal capabilities providers: [anthropic] roles: [chat, edit]