From db5a59bcb8473bf9db75d4048b0453adbb172e13 Mon Sep 17 00:00:00 2001 From: Takahiro Kikumoto Date: Tue, 30 Sep 2025 12:49:54 +0900 Subject: [PATCH] feat: Add support for Claude Sonnet 4.5 model - Add claude-sonnet-4-5-20250929 model to anthropic manifold pipeline - Model ID: claude-sonnet-4-5-20250929 - Display name: claude-4.5-sonnet --- examples/pipelines/providers/anthropic_manifold_pipeline.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/pipelines/providers/anthropic_manifold_pipeline.py b/examples/pipelines/providers/anthropic_manifold_pipeline.py index f8a4c67d..424289a5 100644 --- a/examples/pipelines/providers/anthropic_manifold_pipeline.py +++ b/examples/pipelines/providers/anthropic_manifold_pipeline.py @@ -67,6 +67,7 @@ def get_anthropic_models(self): {"id": "claude-opus-4-20250514", "name": "claude-4-opus"}, {"id": "claude-sonnet-4-20250514", "name": "claude-4-sonnet"}, {"id": "claude-opus-4-1-20250805", "name": "claude-4.1-opus"}, + {"id": "claude-sonnet-4-5-20250929", "name": "claude-4.5-sonnet"}, ] def get_thinking_supported_models(self):