This service (llm proxy to all providers) are a dime-a-dozen This one has very little on monitoring and no reference to OTEL in the docs
Control LLM Spend and Access with any-LLM-gateway
11–20 of 29 posts
Re: Control LLM Spend and Access with any-LLM-gateway
#12Re: Control LLM Spend and Access with any-LLM-gateway
#13Interested to see how this stacks up against Bifrost (fast but many features paywalled) and LiteLLM Proxy (featureful but garbage code quality). Especially if it gets a web admin / reporting frontend and high availability.
We are just now looking into LLM Gateways and LiteLLM was one I was considering looking into. I’m curious to hear more about what makes the code quality garbage.
Re: Control LLM Spend and Access with any-LLM-gateway
#14I'm conflicted on what Mozilla is doing here. On the one hand, it is nice that they are getting involved but com'on, dont you all have Firefox to work on? This is a classic case of an over enthusiastic engineer who says yes / raises hand to everything, but doesnt do any one thing properly. At some point, you have to sit down and tell them to focus on one thing and do it properly.
Re: Control LLM Spend and Access with any-LLM-gateway
#15Interested to see how this stacks up against Bifrost (fast but many features paywalled) and LiteLLM Proxy (featureful but garbage code quality). Especially if it gets a web admin / reporting frontend and high availability.
We are just now looking into LLM Gateways and LiteLLM was one I was considering looking into. I’m curious to hear more about what makes the code quality garbage.
Re: Control LLM Spend and Access with any-LLM-gateway
#16Earlier quoted context omitted.
Which self-hosted one would you recommend?
LiteLLM is one of the most popular solutions. You would self host the gateway
We are actively looking to switch away from it, so it was nice to stumble on a post like this. Something so simple as a proxy with budgeting for keys should not be such a tangled mess.
Re: Control LLM Spend and Access with any-LLM-gateway
#17Earlier quoted context omitted.
LiteLLM is one of the most popular solutions. You would self host the gateway
We use LiteLLM and it is a bit of a dumpster fire of enterprise features and bugs. I can't even update the budget on keys in the UI (enterprise feature, although it may be a bug that it is marked as such). I can still update budgets through the API, but the API is a bit of a mess as well. Then we've ran into a lot of bugs like the UI DDOSing itself when the retry mechanism broke and it just started spamming API reque…
Re: Control LLM Spend and Access with any-LLM-gateway
#18I'm conflicted on what Mozilla is doing here. On the one hand, it is nice that they are getting involved but com'on, dont you all have Firefox to work on? This is a classic case of an over enthusiastic engineer who says yes / raises hand to everything, but doesnt do any one thing properly. At some point, you have to sit down and tell them to focus on one thing and do it properly.
Re: Control LLM Spend and Access with any-LLM-gateway
#19Earlier quoted context omitted.
LiteLLM is one of the most popular solutions. You would self host the gateway
We use LiteLLM and it is a bit of a dumpster fire of enterprise features and bugs. I can't even update the budget on keys in the UI (enterprise feature, although it may be a bug that it is marked as such). I can still update budgets through the API, but the API is a bit of a mess as well. Then we've ran into a lot of bugs like the UI DDOSing itself when the retry mechanism broke and it just started spamming API reque…
Re: Control LLM Spend and Access with any-LLM-gateway
#20I couldn't find something, so I rolled a version together based on redis and job queues. It works decently well, but I'd prefer to use something better if it exists.
Does anyone know of something like this that isn't completely over engineered / abstracted?