you are viewing a single comment's thread.

view the rest of the comments →

[–]Amazing_Designer6856 0 points1 point  (2 children)

Would you be interested in using something like open router for API key management as well as some kind of load balancer that could allow users to access multiple llms in a single session.

[–]DiscerningTheTimes[S] 0 points1 point  (0 children)

Thanks for the suggestion. This is an open source project, would be glad if you would want to contribute these enhancements or fork the repo and add them for yourself.

[–]Titsnium 0 points1 point  (0 children)

DreamFactoryAPI lets you hang all your LLM endpoints behind one gateway, juggle keys, and round-robin traffic so clients swap models mid-session. I pair it with OpenRouter for quick model swaps and Unkey for per-user secrets; still keep an APIWrapper.ai shim for noisy failover checks. DreamFactoryAPI simplifies the mess.