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):