Qodo · Rate Limits

Qodo Gen Rate Limits

Qodo does not publish fixed numeric per-minute request rate limits for a public API. Because Qodo's surfaces are an IDE plugin, a webhook-driven Git app, and a CLI rather than an open REST API, consumption is governed by a monthly credit budget rather than a request-per-second cap. On the hosted platform, PR reviews and agent runs draw down pooled credits (a 2,500-credit pack is roughly 18 PR reviews per month); the Trial is unlimited for 14 days, and customers can set a monthly overage cap on Pro Team. When self-hosting the open-source PR-Agent engine, the effective limits are those of your own LLM provider (tokens per minute, requests per minute) and your infrastructure.

Qodo Gen Rate Limits is the machine-readable rate-limit profile for Qodo on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 5 rate-limit definitions, measuring credits and requests.

The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.

Tagged areas include AI Coding Assistant, Code Review, Test Generation, Rate Limiting, and Quotas.

5 Limits Throttle: 429
AI Coding AssistantCode ReviewTest GenerationRate LimitingQuotas

Limits

Hosted Credit Budget account
credits
per plan (pooled monthly credit packs)
PR reviews and agent runs consume pooled credits; 2,500 credits is about 18 reviews/month.
Trial Usage account
requests
unlimited for 14 days
The 14-day Trial grants unlimited credits and unlimited reviews.
Pro Team Overage Cap account
credits
customer-set
Customers set a monthly overage cap on the Pro Team plan.
Public API Request Rate account
requests
not published
No documented public REST API and no published per-minute request cap.
Self-Hosted PR-Agent Throughput deployment
requests
bound by your LLM provider
Self-hosting shifts limits to your own LLM provider (TPM/RPM) and infrastructure.

Policies

Credit-Based Metering
Hosted usage is metered in credits pooled across the team rather than by a request-rate limit.
Overage Cap
Pro Team accounts can cap monthly overage to control spend once packs are exhausted.
Backoff Strategy
Clients of any HTTP surface (single-tenant webhook, CLI --webhook) should implement exponential backoff with jitter and honor Retry-After on 429 responses.

Sources