✨ LiteLLM Feb 2025 Roadmap + How to Contribute #8375
Replies: 5 comments 3 replies
|
cc: @jamesbraza @paul-gauthier @xingyaoww @okhat @joaomdmoura let us know if we missed anything here |
|
Nice! Is with the Langfuse embedding point also the token monitoring included? Because for example if you start up an embedding model with VLLM, which gives also the tokencount as response I think at the moment LiteLLM is not forwarding them to langfuse. |
|
Note: Next gen wildcard support should include intelligent model type discovery. This is because not every region has every LLM model type available. When given credentials for a specific region, LiteLLM should be able to use provider APIs to intelligently enumerate which model types are available for that region. Keep in mind, providers (e.g., GCP, AWS) do roll out new support for model types per region every month or so -- so this isn't a static one-time operation. My recommendation would be to have this setup on some sort of monthly cron schedule to regularly refresh this list from time-to-time. Bonus points: If a user in the Admin UI does a "model health" check, that also refreshes this list as well, on-demand. |
|
Looking at this roadmap, it feels like a lot of improvements focus on individual parts of the system logging, spend tracking, proxy, security. Each of these makes sense on its own. But in practice, when something goes wrong, the main difficulty is not fixing a specific component, but understanding what actually happened across the whole flow. Especially when multiple layers are involved, it often feels like: logs don’t fully align, events are fragmented, system state can’t be reliably reconstructed afterward. Over time it becomes more about interpreting traces than actually knowing. Curious how others deal with this in real-world setups not just at a component level, but across the entire system. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
✨ LiteLLM Feb 2025 Roadmap + How to Contribute
We’re excited for 2025! Below are key improvements with direct links to issues.
Our main focus areas are:
What would you like to see added, fixed, or improved in Feb 2025?
Detailed Issues & Feature Requests
How to Contribute (We need help) 🤗🤗
🌟 Goal: Complete 50 items by Feb 28th
🔧 LLM Translation
Bedrock
Bugs:
Features:
/bedrock/invoke/route support for all Anthropic and Nova models/bedrock/invokeOpenAI
Bugs:
Features:
Anthropic
Bugs:
Vertex AI
Bugs
New models / providers
General Improvements
Spend Tracking / Token Counting
Bugs:
Features:
📊 Logging (focus on Langfuse)
Bugs:
Features:
Proxy Admin UI Improvements
deletebutton is hidden fix sizingGeneral Proxy Improvements
accept-data-lossfor prisma migrationsCaching
🔐 Security
Strengthen system security.
Bugs:
Features:
--
⚙️ Service Availability
Bugs:
completion()withstream=True#8620Adding a New Issue
bedrock,openai,structured outputs,logging,langfuse,security,service availability.Happy contributing!
All reactions