Skip to content

fix(examples): use non-dated model aliases#1602

Open
nightcityblade wants to merge 1 commit into
anthropics:mainfrom
nightcityblade:fix/issue-1596
Open

fix(examples): use non-dated model aliases#1602
nightcityblade wants to merge 1 commit into
anthropics:mainfrom
nightcityblade:fix/issue-1596

Conversation

@nightcityblade
Copy link
Copy Markdown

Fixes #1596

Summary

  • replace dated claude-sonnet-4-5-20250929 model snapshots in non-Bedrock examples with the stable claude-sonnet-4-5 alias
  • leave Bedrock example model IDs unchanged because Bedrock uses provider-specific model identifiers

Tests

  • uv run ruff check examples/messages_stream.py examples/thinking_stream.py examples/text_completions_demo_sync.py examples/web_search_stream.py examples/tools.py examples/tools_runner_search_tool.py examples/thinking.py examples/text_completions_streaming.py examples/images.py examples/messages.py examples/web_search.py examples/mcp_tool_runner.py examples/text_completions_demo_async.py examples/tools_stream.py
  • uv run python -m compileall -q examples

@nightcityblade nightcityblade requested a review from a team as a code owner May 27, 2026 03:15
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