Add NebiusLLMService for Nebius Token Factory

Adds an OpenAI-compatible LLM service for Nebius Token Factory, supporting
open-source models (Meta Llama, Qwen, DeepSeek) via their OpenAI-compatible
REST API at https://api.tokenfactory.nebius.com/v1/.
This commit is contained in:
Arindam200
2026-03-29 14:35:46 +05:30
parent a84c69858e
commit 39919f7889
5 changed files with 120 additions and 3 deletions

View File

@@ -65,6 +65,7 @@ cerebras = []
daily = [ "daily-python~=0.27.0" ]
deepgram = [ "deepgram-sdk>=6.1.1,<7", "pipecat-ai[websockets-base]" ]
deepseek = []
nebius = []
elevenlabs = [ "pipecat-ai[websockets-base]" ]
fal = []
fireworks = []