Model route
Select provider deployments by alias, health, fallback order, rate, and budget state.
Enterprise comparison / Agent Access Manager vs LiteLLM
Evaluate provider compatibility, virtual-key access, scoped governance, guardrails, encrypted credentials, and durable call evidence.
Architecture comparison based on publicly documented product focus. Validate current editions during evaluation.
01model_list:02 - model_name: reasoning-high03 litellm_params:04 model: anthropic/claude-sonnet05 api_key: os.environ/ANTHROPIC_API_KEY06 07router_settings:08 routing_strategy: latency-based-routing09 fallbacks:10 - reasoning-high: [openai-fallback]11 12# Model routing is configured.13# Downstream tool credentials and action policy14# remain an application responsibility.01# Configure the on-prem broker02POST /admin/providers03{ "name": "anthropic-prod", "protocol": "anthropic",04 "credential": "<encrypted-at-rest>" }05 06POST /admin/deployments07{ "alias": "fast", "provider": "anthropic-prod",08 "upstreamModel": "claude-sonnet" }09 10POST /admin/keys11{ "orgId": "acme", "teamId": "platform",12 "expiresAt": "2026-07-22T00:00:00Z" }13 14# Applications use the virtual key15POST /v1/chat/completions16Authorization: Bearer sk-aam-virtual-key17{ "model": "fast", "messages": [...], "stream": true }Problem / agitation / control
Provider compatibility alone does not resolve master-key exposure, application access, budget enforcement, sensitive-data policy, or durable call accountability.
Select provider deployments by alias, health, fallback order, rate, and budget state.
Keep vendor master credentials encrypted while applications receive revocable broker keys.
Inspect request and response text for PII, secrets, and denied content by scope.
Record scope, provider, model, tokens, spend, latency, policy decisions, and outcome.
Control capability matrix
Compare the documented LiteLLM product focus with verified Agent Access Manager gateway capabilities.
Review date: 2026-06-22. Capability labels summarize public documentation and common deployment patterns, not contractual guarantees. Confirm current plan, edition, and custom plugin support with each vendor.
Migration path / controlled evaluation
Start from the routes, providers, applications, and controls your platform team already runs. Then test virtual-key mapping, aliases, limits, guardrails, and evidence against explicit acceptance criteria.
Review LiteLLM public documentationDefine success criteria, evidence requirements, rollback boundaries, and accountable technical owners before production rollout.
Define success criteria, evidence requirements, rollback boundaries, and accountable technical owners before production rollout.
Define success criteria, evidence requirements, rollback boundaries, and accountable technical owners before production rollout.
Enterprise technical evaluation
We will map provider routing, application keys, governance scopes, budgets, rate limits, guardrails, vendor credentials, deployment boundaries, and audit requirements to a concrete evaluation plan.
01 / Security architecture review
02 / Deployment and data boundaries
03 / Success criteria and migration scope
Architecture FAQ
No. Agent Access Manager is a separate Java and Spring Modulith on-prem gateway with its own provider adapters, routing, governance, analytics, SIEM, and SOAR modules.
A phased evaluation can keep an existing proxy while selected applications move to an Agent Access Manager endpoint and virtual keys. Final topology depends on client compatibility and operational ownership.
Both cover LLM gateway concerns. Agent Access Manager is one modular Spring Boot deployable with Postgres as the durable system of record and optional OpenSearch, Valkey, and Keycloak capabilities.