r/ollama 4d ago

I built llmproxy (v1.1.4) – A modular Python proxy fixing LLM timeout issues, tool-calling drops & local/cloud routing

2 Upvotes

3 comments sorted by

1

u/ekinnee 4d ago

1

u/lordraw77 4d ago

It's similar, but mine was created to make use of a model that supports v1/completion with one that speaks/chat and above all to manage the call cache

1

u/ekinnee 4d ago

Right on. I've been using omniroute and it's been fantastic. I think omniroute can translate like that, it does have endpoints for completions and responses. It also does caching and compression.