ToolsQodo

Qodo

formerly CodiumAI

OpenRouter rank

not in tracked usage yet

Tokens / day

awaiting usage

Usage

OpenRouter token volume

90-day daily

usage history pending — this tool isn't in the tracked OpenRouter app rankings yet

Pricing

Subscription plans

Latest captured subscription plans for Qodo.
Plan$/moNotes
Trial$0Free 14 Day Trial, no credit card required · Unlimited users during free trial · Unlimited reviews · Unlimited credits
Pro Team$30Monthly 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
EnterpriseCustom 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

  1. Aug 21, 2026

    Qodo plans changed: Trial limits changed; Pro Team limits changed

    source
  2. Aug 20, 2026

    Qodo plans changed: Pro Team limits changed; added Trial

    source
  3. Aug 19, 2026

    Qodo plans changed: Pro Team limits changed

    source
  4. Aug 18, 2026

    Qodo plans changed: Pro Team limits changed; removed Trial

    source
  5. Aug 17, 2026

    Qodo plans changed: Trial limits changed; Pro Team limits changed

    source
  6. Aug 14, 2026

    Qodo plans changed: Pro Team limits changed

    source
  7. Aug 12, 2026

    Qodo plans changed: Trial limits changed; Pro Team limits changed

    source
  8. Aug 11, 2026

    Qodo plans changed: Trial limits changed; Pro Team limits changed

    source
  9. Aug 9, 2026

    Qodo plans changed: Pro Team limits changed; added Trial

    source
  10. Aug 8, 2026

    Qodo plans changed: Pro Team limits changed; Enterprise limits changed

    source
  11. Aug 7, 2026

    Qodo plans changed: Pro Team limits changed; Enterprise limits changed

    source
  12. Aug 6, 2026

    Qodo plans changed: Pro Team limits changed; Enterprise limits changed; removed Trial

    source
  13. Aug 4, 2026

    Qodo plans changed: Pro Team limits changed

    source
  14. Aug 3, 2026

    Qodo plans changed: Pro Team limits changed; Enterprise limits changed; added Trial

    source
  15. Aug 2, 2026

    Qodo plans changed: Pro Team limits changed; Enterprise limits changed

    source
  16. Jul 31, 2026

    Qodo plans changed: Pro Team limits changed; Enterprise limits changed

    source
  17. Jul 30, 2026

    Qodo plans changed: Pro Team limits changed; Enterprise limits changed; removed Trial

    source
  18. Jul 29, 2026

    Qodo plans changed: Pro Team limits changed; Enterprise limits changed; added Trial

    source
  19. Jul 26, 2026

    Qodo plans changed: Pro Team limits changed

    source
  20. Jul 24, 2026

    Qodo plans changed: Pro Team limits changed; removed Trial

    source
  21. Jul 23, 2026

    Qodo plans changed: Enterprise limits changed

    source
  22. Jul 22, 2026

    Qodo plans changed: Pro Team limits changed; Enterprise limits changed

    source
  23. Jul 18, 2026

    Qodo plans changed: Pro Team limits changed

    source
  24. Jul 16, 2026

    Qodo plans changed: Pro Team limits changed; Enterprise limits changed

    source
  25. Jul 14, 2026

    Qodo plans changed: Pro Team limits changed; Enterprise limits changed

    source
  26. Jul 12, 2026

    Qodo plans changed: Trial limits changed; Pro Team limits changed

    source
  27. Jul 11, 2026

    Qodo plans changed: Trial limits changed; Pro Team limits changed

    source
  28. Jul 10, 2026

    Qodo plans changed: Pro Team limits changed; added Trial

    source
Changelog

Releases

  • v0.42.0v0.42.0
    Aug 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.1
    Aug 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.0
    Jul 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.0
    Jul 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.0
    Jul 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.0
    Jun 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.0
    Jun 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.1
    Jun 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.0
    Jun 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.0
    May 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

Adoption

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

Community

Reddit pulse

30-day

no Reddit mentions tracked for this tool yet

Benchmarks

Benchmark results

Benchmark scores for Qodo.
BenchmarkConfigurationScoreDateSource
SWE-bench Verifiedqodo command71.2%Jul 15, 2025swebench-experiments

scores as published by each benchmark; configurations differ — compare within a row's benchmark only

latest result Jul 15, 2025

Alternatives

Similar tools

Alternatives to Qodo by OpenRouter usage-rank proximity.
#ToolTokens/day7d ΔHead-to-head
3
Kilo CodeKilo Code
325B22.1%vs Qodo
4
Claude CodeAnthropic
289B5.8%vs Qodo
5
ClineCline Bot Inc.
208.8B18.1%vs Qodo
6
piEarendil Works (Mario Zechner)
183.9B32.6%vs Qodo

ranked by OpenRouter usage-rank proximity

snapshot Aug 20, 2026

FAQ

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.
Alerts

Track Qodo

Email me when Qodo's pricing or plans change, or a new release ships.

price moves, plan changes, and the weekly tape. no spam.