Skip to content

fix: update stale Anthropic model IDs in examples#3480

Merged
dgageot merged 1 commit into
docker:mainfrom
dgageot:fix/examples-stale-anthropic-models
Jul 6, 2026
Merged

fix: update stale Anthropic model IDs in examples#3480
dgageot merged 1 commit into
docker:mainfrom
dgageot:fix/examples-stale-anthropic-models

Conversation

@dgageot

@dgageot dgageot commented Jul 6, 2026

Copy link
Copy Markdown
Member

The models.dev catalog periodically removes retired model IDs, and TestParseExamples in pkg/config validates every example YAML against that live catalog. Several Anthropic model IDs referenced across the examples were dropped from the catalog, causing CI to fail with unknown-model errors.

This updates 24 example YAMLs to use current model IDs: claude-3-7-sonnet-20250219 and claude-sonnet-4-0 are replaced with claude-sonnet-4-5, and claude-opus-4-0 is replaced with claude-opus-4-6. No code changes are included; the full test suite and linter pass cleanly.

Replaces retired claude-3-7-sonnet-20250219, claude-sonnet-4-0, and
claude-opus-4-0 with current claude-sonnet-4-5 and claude-opus-4-6.

Assisted-By: claude-sonnet-4-5
@dgageot dgageot requested a review from a team as a code owner July 6, 2026 07:40
@dgageot dgageot merged commit 1896132 into docker:main Jul 6, 2026
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants