Please add an option to specify a custom base URL when creating an LLM client in Java ADK (similar to how OpenAI and Spring AI SDKs allow baseUrl configuration). #402
iamkaustubh1910
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the current Java ADK, the Gemini client is hard-coded to Google’s public endpoints.
My company requires routing all LLM traffic through a proxy (LiteLLM), which exposes the same API but at a custom base URL.
Right now there is no way to configure or override the base URL in ADK, which makes it impossible to use ADK’s tool-calling and agent features in such environments.
Beta Was this translation helpful? Give feedback.
All reactions