One 8 vCPU instance sustained 52,000 req/s at 100% success, adding a few milliseconds per call. Cortega’s data plane is agentgateway; on identical hardware it carried about 36× the throughput of LiteLLM.
agentgateway benchmarked against LiteLLM on identical hardware: Fortio load generator, mock backend, 32 connections, June and August 2026. LiteLLM’s Rust mode measured slower than its Python mode.
| Gateway | Requests / sec | p99 latency added | Memory |
|---|---|---|---|
| Cortega data plane (agentgateway) | ~36,000 | ~2 ms | ~25 MB |
| LiteLLM, Rust mode | 983 | 71 ms | 2.15 GB |
| LiteLLM, Python mode | 3,198 | 32 ms | 11.8 GB |
LiteLLM publishes a 0.66 ms p99 figure for its Rust gateway. Benchmarked independently on that build, it sustained 983 requests per second at 71 ms p99.
Load generator, gateway, and control plane on separate nodes. Upstream is a mock server with a fixed 60 ms delay, so the only variable is what the gateway adds. Each row is 30 seconds at a fixed rate.
| vCPU | $/hr | Requests/sec | End-to-end p50 | Gateway overhead | Success |
|---|---|---|---|---|---|
| 2 | $0.087 | 5,000 | 61.7 ms | ~2 ms | 100% |
| 2 | $0.087 | 8,000 | 61.9 ms | ~2 ms | 100% |
| 2 | $0.087 | 12,000 | 64.8 ms | ~5 ms | 100% |
| 4 | $0.174 | 15,000 | 60.6 ms | ~1 ms | 100% |
| 4 | $0.174 | 25,000 | 61.9 ms | ~2 ms | 100% |
| 8 | $0.348 | 40,000 | 62.0 ms | ~2 ms | 100% |
| 8 | $0.348 | 48,000 | 62.7 ms | ~3 ms | 100% |
| 8 | $0.348 | 52,000 | 64.9 ms | ~5 ms | 100% |
| 8 | $0.348 | 53,000 | 69.3 ms | out of headroom | 99.97% |
A 4 vCPU node held 25,000 req/s. Doubling to 8 vCPUs roughly doubled that, to more than 52,000, still at 100% success.
About 2 ms up to 40,000 req/s, rising to about 5 ms near the limit. Streaming passes through token by token with no added buffering.
Cortega runs as a fleet. Capacity grows as you add gateways, at the same cost per request, placed close to where traffic originates.
The 8 vCPU node costs about 35 cents an hour. Counting the whole test rig, it stays under a cent per million requests.
Foundation is free — one gateway, standard guardrails, no time limit.
Tell us what you’re evaluating and we’ll run Cortega against it on your terms.