OpenRouter rank
not in tracked usage yet
Tokens / day
awaiting usage
OpenRouter token volume
usage history pending — this tool isn't in the tracked OpenRouter app rankings yet
Subscription plans
| Plan | $/mo | Notes |
|---|---|---|
| Trial | $0 | Free 14 Day Trial, no credit card required · Unlimited users during free trial · Unlimited reviews · Unlimited credits |
| Pro Team | $30 | Monthly billing, no commitment · Customer-set monthly overage cap · Standard support · Strict data retention · Switch or add credit packs anytime · 2,500 credits (~36 Reviews/Mo) · 5,000 credits (~144 Reviews/Mo) · 20,000 credits · Designed for up to 30 users · $.012/credit, pooled across the team |
| Enterprise | — | Custom plan · Includes SSO/SAML, audit logs, BYOK, single-tenant SaaS or on-prem, priority support, dedicated CSM · For 30+ users |
source: www.qodo.ai/pricing/
captured Aug 21, 2026
Change history
Aug 21, 2026
Qodo plans changed: Trial limits changed; Pro Team limits changed
sourceAug 20, 2026
Qodo plans changed: Pro Team limits changed; added Trial
sourceAug 19, 2026
Qodo plans changed: Pro Team limits changed
sourceAug 18, 2026
Qodo plans changed: Pro Team limits changed; removed Trial
sourceAug 17, 2026
Qodo plans changed: Trial limits changed; Pro Team limits changed
sourceAug 14, 2026
Qodo plans changed: Pro Team limits changed
sourceAug 12, 2026
Qodo plans changed: Trial limits changed; Pro Team limits changed
sourceAug 11, 2026
Qodo plans changed: Trial limits changed; Pro Team limits changed
sourceAug 9, 2026
Qodo plans changed: Pro Team limits changed; added Trial
sourceAug 8, 2026
Qodo plans changed: Pro Team limits changed; Enterprise limits changed
sourceAug 7, 2026
Qodo plans changed: Pro Team limits changed; Enterprise limits changed
sourceAug 6, 2026
Qodo plans changed: Pro Team limits changed; Enterprise limits changed; removed Trial
sourceAug 4, 2026
Qodo plans changed: Pro Team limits changed
sourceAug 3, 2026
Qodo plans changed: Pro Team limits changed; Enterprise limits changed; added Trial
sourceAug 2, 2026
Qodo plans changed: Pro Team limits changed; Enterprise limits changed
sourceJul 31, 2026
Qodo plans changed: Pro Team limits changed; Enterprise limits changed
sourceJul 30, 2026
Qodo plans changed: Pro Team limits changed; Enterprise limits changed; removed Trial
sourceJul 29, 2026
Qodo plans changed: Pro Team limits changed; Enterprise limits changed; added Trial
sourceJul 26, 2026
Qodo plans changed: Pro Team limits changed
sourceJul 24, 2026
Qodo plans changed: Pro Team limits changed; removed Trial
sourceJul 23, 2026
Qodo plans changed: Enterprise limits changed
sourceJul 22, 2026
Qodo plans changed: Pro Team limits changed; Enterprise limits changed
sourceJul 18, 2026
Qodo plans changed: Pro Team limits changed
sourceJul 16, 2026
Qodo plans changed: Pro Team limits changed; Enterprise limits changed
sourceJul 14, 2026
Qodo plans changed: Pro Team limits changed; Enterprise limits changed
sourceJul 12, 2026
Qodo plans changed: Trial limits changed; Pro Team limits changed
sourceJul 11, 2026
Qodo plans changed: Trial limits changed; Pro Team limits changed
sourceJul 10, 2026
Qodo plans changed: Pro Team limits changed; added Trial
source
Releases
- v0.42.0v0.42.0Aug 8, 2026
- > [!NOTE]
- > **v0.42.0 isn't on PyPI yet.** We're working on getting it published and will update this note as soon as it lands. In the meantime, `pip install pr-agent==0.42.0` won't resolve — use one of these instead:
- >
- v0.41.1v0.41.1Aug 1, 2026
- > [!NOTE]
- > **v0.41.1 isn't on PyPI yet.** We're working on getting it published and will update this note as soon as it lands. In the meantime, `pip install pr-agent==0.41.1` won't resolve — use one of these instead:
- >
- v0.41.0v0.41.0Jul 26, 2026
- ## What's Changed
- ci(mosaico): detect drift between docker/mosaico and the GitLab mirror by @ofir-frd in #2559
- Add newly released Claude Opus 5 model support by @PeterDaveHello in #2553
- v0.40.0v0.40.0Jul 25, 2026
- > [!NOTE]
- > **v0.40.0 isn't on PyPI yet.** We're working on getting it published and will update this note as soon as it lands. In the meantime, `pip install pr-agent==0.40.0` won't resolve — use one of these instead:
- >
- v0.39.0v0.39.0Jul 5, 2026
- ## ✨ Highlights
- 📄 **Repo context in prompts** — PR-Agent now feeds `AGENTS.md` to `/review`, `/describe`, and `/improve` **by default**, so the AI picks up your project conventions out of the box. (#2387)
- 🧩 **Agent Skills (`SKILL.md`)** — package reusable, domain-specific guidance and expose it to the AI by pointing `[skills] paths` at it. (#2385)
- v0.38.0v0.38.0Jun 26, 2026
- ## 🚀 Features
- feat(deepseek): register deepseek-v4-pro and deepseek-v4-flash models by @naorpeled in #2477
- feat(models): support Databricks-hosted models by @naorpeled in #2464
- v0.37.0v0.37.0Jun 21, 2026
- ## What's Changed
- Add configurable `.pr_agent.toml` branch selection via CLI/env with GitHub fallback by @[copilot-swe-agent[bot]](https://github.com/apps/copilot-swe-agent) in #2411
- test: strengthen focused unit coverage for core behavior by @PeterDaveHello in #2397
- v0.36.1v0.36.1Jun 16, 2026
- ## ⚠️ Security
- This release **temporarily disables the `/help_docs` command** as a mitigation for a credential-exposure vulnerability (#2445).
- `/help_docs` accepted an untrusted runtime override of its git clone target (e.g. `--pr_help_docs.repo_url=...` from a PR comment), and the clone-URL host validation only checked substring containment. A host that merely *contained* the allowed host — e.g. `github.com.attacker.tld` — passed validation, so the git provider token was embedded into a clone URL pointing at an attacker-controlled host, exposing `GITHUB_TOKEN` (and the equivalent token on other providers).
- v0.36.0v0.36.0Jun 1, 2026
- ## What's Changed
- Update azuredevops_provider.py by @agonzalesipcoop-cmyk in https://github.com/The-PR-Agent/pr-agent/pull/2375
- fix: prevent KeyError when removing type from PR description data by @wishhyt in https://github.com/The-PR-Agent/pr-agent/pull/2271
- v0.35.0v0.35.0May 14, 2026
- ## What's Changed
- feat: update default model to OpenAI's GPT-5.5 by @PeterDaveHello in #2368
- feat(providers): add Sambanova provider by @luisfucros in #2313
source: vendor changelog
latest Aug 8, 2026
GitHub & package growth
GitHub stars
source: github.com/qodo-ai/pr-agent
12,637 stars · Aug 21, 2026
Package downloads/day
source: registry stats · @qodo/command
0/day · Aug 20, 2026
Reddit pulse
no Reddit mentions tracked for this tool yet
Benchmark results
| Benchmark | Configuration | Score | Date | Source |
|---|---|---|---|---|
| SWE-bench Verified | qodo command | 71.2% | Jul 15, 2025 | swebench-experiments |
scores as published by each benchmark; configurations differ — compare within a row's benchmark only
latest result Jul 15, 2025
Similar tools
| # | Tool | Tokens/day | 7d Δ | Head-to-head |
|---|---|---|---|---|
| 3 | Kilo CodeKilo Code | 325B | 22.1% | vs Qodo |
| 4 | Claude CodeAnthropic | 289B | 5.8% | vs Qodo |
| 5 | ClineCline Bot Inc. | 208.8B | 18.1% | vs Qodo |
| 6 | piEarendil Works (Mario Zechner) | 183.9B | 32.6% | vs Qodo |
ranked by OpenRouter usage-rank proximity
snapshot Aug 20, 2026
Qodo FAQ
- How much does Qodo cost?
- Qodo's paid plans start at $30/month (Pro Team), with a free tier available, per its pricing page captured Aug 21, 2026. Plan changes are tracked over time on this page.
- When was Qodo last updated?
- The most recent tracked release is v0.42.0 on Aug 8, 2026. Its full changelog history is listed above.
- What are the best alternatives to Qodo?
- By OpenRouter usage, the closest alternatives are Kilo Code, Claude Code, and Cline. Head-to-head comparisons are linked in the alternatives table.
Track Qodo
Email me when Qodo's pricing or plans change, or a new release ships.