From 99a39049390c09bcf0960ca9134001be49c73b49 Mon Sep 17 00:00:00 2001 From: Guillermo Battistel Date: Thu, 23 Apr 2026 20:04:46 -0400 Subject: [PATCH] feat: add TELNYX to LlmProviders enum --- litellm/types/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/types/utils.py b/litellm/types/utils.py index c347956cba7..a16e65a6984 100644 --- a/litellm/types/utils.py +++ b/litellm/types/utils.py @@ -3305,6 +3305,7 @@ class LlmProviders(str, Enum): POE = "poe" CHUTES = "chutes" XIAOMI_MIMO = "xiaomi_mimo" + TELNYX = "telnyx" LITELLM_AGENT = "litellm_agent" CURSOR = "cursor" BEDROCK_MANTLE = "bedrock_mantle"