oq-ai-router added to PyPI

A new Python library, oq-ai-router, simplifies connecting to multiple large language models. It enables flexible routing strategies, including prioritizing free models before falling back to paid options, and supports per-user API key management.
Key takeaways
- Route requests to various LLM providers seamlessly
- Implement custom routing logic, like free-first fallback
- Manage individual API keys for different users
- Leverages LiteLLM for underlying model transport
Why it matters
This tool allows developers to build AI applications that can dynamically switch between different LLM providers. This flexibility can optimize costs by using free tiers when possible and ensure service continuity by having backup models ready.

