What region does Google ADK use with Gemini when running a model locally? #3043
Replies: 1 comment 1 reply
-
Response from ADK Answering Agent (experimental, answer may be inaccurate) TLDR: When running an agent locally with When you run an agent locally using To specify the region, you should create a
For example:
You will also need to ensure that you have configured ADK to use the Vertex AI backend by adding this line to your
And of course, your project ID:
You can see examples and more details in the quickstart and streaming documentation. [1][2] If the [1] https://google.github.io/adk-docs/get-started/quickstart/ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
If I run an agent locally using run_async with a root_agent that points to gemini-2.5-flash, how do I know which region the local agent runner will send requests to Gemini?
Beta Was this translation helpful? Give feedback.
All reactions