Open
Description
Problem Description
In the current version, the service provider Google
does not support custom endpoints, unlike the service provider OpenAI
, which provides a custom endpoint URL.
Solution Description
Implementing support for custom endpoints in the service provider Google
could greatly enhance performance. As an example, I've been operating this repository on Kubernetes
, utilizing containers such as one-api
and litellm
across 13 pods
. This configuration has shown to be more stable compared to deployments on Vercel
or other platforms.
Alternatives Considered
No response
Additional Context
No response