diff --git a/bolna/providers.py b/bolna/providers.py
index 84cc348..afd7bbd 100644
--- a/bolna/providers.py
+++ b/bolna/providers.py
@@ -42,6 +42,7 @@
     'ola': OpenAiLLM,
     'groq': LiteLLM,
     'anthropic': LiteLLM,
+    'deepseek': LiteLLM,
     'azure': LiteLLM #Backwards compatibility
 }
 SUPPORTED_INPUT_HANDLERS = {