Kong Rate Limits
Kong's pricing constrains Konnect through plan-level quotas (Plus = 1M API requests/month included, $200/M overage; AI Gateway = 5 LLM models included, $100/extra). The Konnect control-plane API itself does not publicly publish per-second / per-minute throttling thresholds in its developer documentation; consumers should code against the standard 429 / Retry-After contract. Kong's flagship product is itself a rate-limiting plugin set, applied to data-plane traffic the customer terminates.
Kong Rate Limits is the machine-readable rate-limit profile for Kong on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 10 rate-limit definitions, measuring requests_per_month, llm_models, gateways, portals, and apis.
The profile also includes 3 backoff/retry policies defined and response codes documented for throttled and serviceUnavailable.
Tagged areas include Rate Limiting, API Gateway, and API Management.