From ba663e263c5b4a2c8d58f23420bd49ae91f40e09 Mon Sep 17 00:00:00 2001 From: Thomas DELORGE Date: Thu, 22 May 2025 20:10:26 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=86=95[Anthropic]=20Add=20new=20Claude=20?= =?UTF-8?q?4=20Sonnet=20&=20Opus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/pipelines/providers/anthropic_manifold_pipeline.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/pipelines/providers/anthropic_manifold_pipeline.py b/examples/pipelines/providers/anthropic_manifold_pipeline.py index 069ecf1..12ae634 100644 --- a/examples/pipelines/providers/anthropic_manifold_pipeline.py +++ b/examples/pipelines/providers/anthropic_manifold_pipeline.py @@ -64,6 +64,8 @@ class Pipeline: {"id": "claude-3-5-haiku-20241022", "name": "claude-3.5-haiku"}, {"id": "claude-3-5-sonnet-20241022", "name": "claude-3.5-sonnet"}, {"id": "claude-3-7-sonnet-20250219", "name": "claude-3.7-sonnet"}, + {"id": "claude-opus-4-20250514", "name": "claude-4-opus"}, + {"id": "claude-sonnet-4-20250514", "name": "claude-4-sonnet"}, ] async def on_startup(self):