0.1.18
vLLora now supports Custom Endpoints, allowing you to connect your own API endpoints to any provider. Simply provide your endpoint URL and API key through the Provider Keys UI, and vLLora will route requests to your custom endpoint instead of the default provider endpoint.

This feature enables you to:
- Use custom API gateways and proxies
- Connect to self-hosted models
- Route through OpenAI-compatible endpoints
Learn more in the Custom Endpoints documentation.
Features
- Add custom endpoint support to ProviderInfo (eb9f43c)