Skip to content

fix(examples): replace dated model IDs with stable aliases#1603

Open
xodn348 wants to merge 1 commit into
anthropics:mainfrom
xodn348:fix/issue-1596-dated-model-ids
Open

fix(examples): replace dated model IDs with stable aliases#1603
xodn348 wants to merge 1 commit into
anthropics:mainfrom
xodn348:fix/issue-1596-dated-model-ids

Conversation

@xodn348
Copy link
Copy Markdown
Contributor

@xodn348 xodn348 commented May 27, 2026

Fixes #1596

What

Replace all dated model IDs (claude-sonnet-4-5-20250929, claude-sonnet-4-20250514) with their stable non-dated aliases (claude-sonnet-4-5, claude-sonnet-4) across 16 example files. Bedrock and Vertex examples are intentionally left unchanged as they use provider-specific model ID formats.

Verification

  • Build: pass
  • Tests: pass (all 16 modified examples compile cleanly)
  • Lint: pass (ruff)
  • Type check: pass (pyright — 0 errors, 0 warnings)

…s#1596)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@xodn348 xodn348 requested a review from a team as a code owner May 27, 2026 05:19
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.

fix(examples): replace dated model IDs with non-dated aliases

1 participant