agentgateway oss ui: add hugging face as an llm provider — api key (or $HUGGINGFACE_API_KEY), optional model + base url.
docs: agentgateway.dev/docs/standa…#agentgateway
TypeSafe’s new Jev model is fast 🔥 and Agentgateway keeps up!
In minutes, I had Jev running as a prompt guard through Agentgateway, with distributed tracing and cost tracking.
Check out the example below
Example: github.com/agentgateway/agen…
Intro to Jev: typesafe.ai/blog/introducing…
agentgateway oss ui: add google cloud vertex ai as an llm provider — adc auth, project + region, models ready to route.
docs: agentgateway.dev/docs/standa…#agentgateway
agentgateway oss ui: add anthropic (claude) as an llm provider in a few clicks — api key + models, ready for /v1/messages.
docs: agentgateway.dev/docs/standa…#agentgateway
day-one model ids don't need a gateway fork.
with openai `name: "*"`, agentgateway forwards whatever model string the client sends — including gpt-6-astra — while you keep one control plane for authz, spend, and mcp.
#agentgateway
agentgateway routes openai gpt-6-astra today.
add the openai provider with model name "*" (or pin gpt-6-astra). clients keep the usual /v1/chat/completions call with "model": "gpt-6-astra" — virtual keys, budgets, and policies still apply.
agentgateway.dev/docs/standa…