api_base. But I might be completely wrong in my approach, any help is appreciated.from google.adk.agents import Agent
from google.adk.models.lite_llm import LiteLlm
ARCHESTRA_LLM_PROXY_ID = "bc0ecdc9-ff33-43a1-a703-73a1fd1c80fb"
ARCHESTRA_MODEL_ROUTER_URL = f"<http://localhost:3000/v1/model-router/{ARCHESTRA_LLM_PROXY_ID}>"
root_agent = Agent(
name="test_agent",
model=LiteLlm(
model="gemini-2.5-flash",
api_base=ARCHESTRA_MODEL_ROUTER_URL,
api_key=os.getenv("ARCHESTRA_API_KEY"),
),
description=(
"Agent to talk to."
),
instruction=(
"You are a helpful agent who can have a discussion with the user."
),
)```Read-only live mirror of Archestra.AI Slack
👋Join the discussion withAI enthusiasts!api_base. But I might be completely wrong in my approach, any help is appreciated.from google.adk.agents import Agent
from google.adk.models.lite_llm import LiteLlm
ARCHESTRA_LLM_PROXY_ID = "bc0ecdc9-ff33-43a1-a703-73a1fd1c80fb"
ARCHESTRA_MODEL_ROUTER_URL = f"<http://localhost:3000/v1/model-router/{ARCHESTRA_LLM_PROXY_ID}>"
root_agent = Agent(
name="test_agent",
model=LiteLlm(
model="gemini-2.5-flash",
api_base=ARCHESTRA_MODEL_ROUTER_URL,
api_key=os.getenv("ARCHESTRA_API_KEY"),
),
description=(
"Agent to talk to."
),
instruction=(
"You are a helpful agent who can have a discussion with the user."
),
)```image_url/file parts when converting your OpenAI-format request into Gemini's native format. Text-only routing works, which is why chat is fine.main very soon!main or running a release (docker run / helm chart)?main?openai/gemini:gemini-2.5-flash to custom_openai/gemini:gemini-2.5-flash