diff --git a/examples/pipelines/providers/deepseek_manifold_pipeline.py b/examples/pipelines/providers/deepseek_manifold_pipeline.py index 068b9e3..a8b1c49 100644 --- a/examples/pipelines/providers/deepseek_manifold_pipeline.py +++ b/examples/pipelines/providers/deepseek_manifold_pipeline.py @@ -44,6 +44,7 @@ class Pipeline: def get_deepseek_models(self): return [ {"id": "deepseek-chat", "name": "DeepSeek Chat"}, + {"id": "deepseek-reasoner", "name": "DeepSeek R1"}, ] async def on_startup(self):