Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions packages/llm-info/data/models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Model ID Changes Without Notification

Existing Claude model identifiers for Claude 4.1 Opus, Claude 4 Opus, and Claude 4 Sonnet were changed by removing date suffixes. This is a breaking change that could cause failures in systems referencing the previous IDs, and it wasn't mentioned in the PR description.

Fix in Cursor Fix in Web

description: Next-generation Sonnet model with advanced reasoning and multimodal capabilities
providers: [anthropic]
roles: [chat, edit]
Expand Down
Loading