Skip to content
Advertisement

Free AI Coding Agents and Free Model APIs: Real Quotas

SumitSumit··14 min read
Free AI coding agents and free APIs quota table cover

Free AI coding got a lot less free in 2026. Gemini CLI dropped its famous 1,000-requests-a-day free tier. Qwen Code ended its free login. GitHub Models shut down. Roo Code closed and Continue stopped development. Cerebras turned its free tier into a 30-day trial. Most "free AI coding" lists online still recommend all of them.

This page is the corrected version. It lists the coding agents that are still free to use, the free model APIs you can plug into them, and the real published limits for each. Every number below was checked on the provider's own pricing or rate-limit page on September 26, 2026. Where a provider no longer publishes its limits, we say so.

Good to know

Last checked: September 26, 2026. Free tiers change often. We re-check this table monthly and note the date each time.

Quick answers
  • The free agent itself is the easy part: opencode, Cline, Kilo Code, Goose and Zed are free and open source. The model is what costs money.
  • Best zero-cost combo: opencode with its free Zen models, or opencode or Cline with OpenRouter's :free models.
  • OpenRouter gives 50 free requests a day, or 1,000 a day once you have bought $10 of credits (one time).
  • Groq's free plan is the most generous published quota: 1,000 requests a day per model on gpt-oss-120b and Qwen.
  • Gemini CLI is no longer free. Google's free option is now Antigravity CLI, with weekly limits.

Free AI coding agents at a glance

Every agent on this page in one table. "Free limit" is what you get without paying anything. "Bring your own key" means you can plug in a free API from the second table below.

AgentWhere it runsOpen sourceFree limitBring your own keyPaid plan from
opencodeTerminal, desktop appYes (MIT)Free Zen models (limited time), no published capYes, 75+ providersGo $10/mo
ClineVS Code, JetBrains, CLIYes (Apache-2.0)Tool is free, limits come from your modelYesPay per model use
Kilo CodeVS Code, JetBrains, CLIYes (MIT)Free models on its gatewayYesKilo Pass $19/mo
Antigravity CLITerminalNoGemini Flash, 3.1 Pro and more, weekly limits (not published)NoGoogle AI Pro
GooseDesktop app, CLIYes (Apache-2.0)Tool is freeYes, 15+ providersNone
ZedEditorYes (GPL-3.0)2,000 edit predictions/mo, unlimited agent use with your own keysYesPro $10/mo
GitHub Copilot FreeVS Code, JetBrains, GitHubNo2,000 completions + 50 chats/moLimitedPro $10/mo
KiroDesktop IDENo50 credits/moNoPro $20/mo
Cursor HobbyDesktop IDENo"Limited agent requests" (not published)Not confirmedPro $20/mo
Devin Desktop (was Windsurf)Desktop IDENo"Light quota" (not published)Not mentionedPro $20/mo
Mistral VibeTerminal, IDEYes (Apache-2.0)Limited sessions + $10/mo API creditn/aMistral Pro
CrushTerminalSource available (FSL)Tool is freeYesNone
Claude CodeTerminal, IDE, desktopNoNone (Pro plan needed), or free models via OpenRouterYes, via gatewayPro $20/mo
Codex CLITerminal, IDE, desktopYes (Apache-2.0)Desktop app only on ChatGPT Free, CLI needs PlusAPI keyPlus $20/mo
Gemini CLITerminalYes (Apache-2.0)None since June 18, 2026Paid API key onlyCode Assist Standard

What changed in 2026

Tool or APIWhat happenedWhen
Gemini CLIStopped serving free users and Google AI Pro/Ultra. Free users moved to Antigravity CLIJune 18, 2026
Qwen CodeFree Qwen OAuth tier endedApril 15, 2026
Roo CodeShut down, repo archived (community fork: ZooCode)May 15, 2026
ContinueFinal 2.0.0 release, repo now read-onlyJune 2026
GitHub ModelsFree model playground and API retiredJuly 30, 2026
Amazon Q DeveloperNo new free sign-ups, users pointed to KiroMay 15, 2026
CerebrasPermanent free tier replaced by a $5, 30-day trial with a card2026
WindsurfRenamed Devin Desktop, free plan now a "light quota"June 2026

Free AI coding agents

These are the agent apps themselves. Most are free and open source, and you pay only for the model, which can also be free (see the next section).

01 / TERMINAL

opencode

Terminal agent

Our pick for free AI coding. opencode works with 75+ model providers and has its own Zen gateway, which currently offers eight free models (including Big Pickle, MiMo-V2.6-Flash Free and Nemotron 3 Ultra Free), marked limited time. If you outgrow those, its Go plan is $10 a month for open models like GLM, Kimi, Qwen and DeepSeek. It also reads Claude Code's CLAUDE.md and skills, so switching back and forth is painless.

Free limit: Zen free models, no published daily cap. Install: curl -fsSL https://opencode.ai/install | bash.

Replaces
Claude Code, Codex
Runs on
Mac, Linux, Windows
Difficulty
Easy
Licence
MIT (open)
Skip if
You want one vendor's best model with no setup
02 / VS CODE

Cline

VS Code agent

The most popular open source agent inside VS Code (about 69k stars). Cline states it is free for individual developers and you pay only for inference, so pair it with OpenRouter free models, Groq or a local model through Ollama. It shows every file change and command for approval, which is reassuring when you are trying free models of uneven quality.

Free limit: the tool is free. Limits come from the model you connect.

Replaces
Cursor, Copilot agent mode
Runs on
VS Code, JetBrains, CLI
Difficulty
Easy
Licence
Apache-2.0 (open)
Skip if
You work only in the terminal
03 / VS CODE

Kilo Code

VS Code + CLI agent

An open source agent with its own gateway that charges exact provider rates with no markup, plus a rotating set of free models. It absorbed a lot of Roo Code users after Roo shut down in May. The CLI (@kilocode/cli) is updated almost daily.

Free limit: free extension and CLI, free models on the gateway. Paid Kilo Pass from $19 a month.

Replaces
Cursor
Runs on
VS Code, JetBrains, CLI
Difficulty
Easy
Licence
MIT (open)
Skip if
You already use Cline
04 / GOOGLE

Antigravity CLI

Terminal agent

Google's replacement for Gemini CLI's free tier. The free individual plan includes Gemini 3.8, 3.7 and 3.6 Flash, Gemini 3.1 Pro, and some Claude Sonnet, Claude Opus and GPT-OSS models, all under "basic weekly rate limits" that Google does not quantify. It keeps Gemini CLI's skills, hooks, subagents and extensions. It is young (version 1.2.11) and closed source.

Free limit: weekly, not published. Install: curl -fsSL https://antigravity.google/cli/install.sh | bash.

Replaces
Gemini CLI
Runs on
Mac, Linux, Windows
Difficulty
Easy
Licence
Proprietary
Skip if
You need an open source tool
05 / TERMINAL

Goose

Desktop + CLI agent

Started at Block and now a founding project of the Linux Foundation's Agentic AI Foundation, alongside MCP and AGENTS.md. Goose supports 15+ providers and can even drive your existing Claude, ChatGPT or Gemini subscription through the Agent Client Protocol. Strong MCP support, desktop app and CLI.

Free limit: free tool. Bring any model.

Replaces
Claude Code
Runs on
Mac, Linux, Windows
Difficulty
Easy
Licence
Apache-2.0 (open)
Skip if
You want a big plugin ecosystem
06 / EDITOR

Zed

Editor with agent

A fast open source editor with a built-in agent panel. The free Personal plan includes 2,000 accepted edit predictions a month and unlimited agent use when you bring your own API keys or plug in external agents like Claude Code or opencode. Pro is $10 a month with $5 of tokens included.

Free limit: 2,000 edit predictions a month, unlimited BYOK.

Replaces
Cursor
Runs on
Mac, Linux, Windows
Difficulty
Easy
Licence
GPL-3.0 (open)
Skip if
You depend on VS Code extensions
07 / IDE

GitHub Copilot Free

IDE assistant

Still free, still limited: 2,000 code completions and 50 chat requests a month, with automatic model selection only. GitHub's docs now describe the allowance in "AI Credits", so the exact chat count may shift. Fine for occasional use, not for daily agent work. Pro is $10 a month.

Free limit: 2,000 completions + 50 chats a month.

Replaces
Paid Copilot
Runs on
VS Code, JetBrains, GitHub
Difficulty
Easy
Licence
Proprietary
Skip if
You need heavy agent use
08 / IDE

Kiro

Agentic IDE

Amazon's agentic IDE, and where Amazon Q Developer users are being sent. The free tier gives 50 credits a month with open-weight models and Claude Sonnet 4.5. That is a taster, not a daily driver. Pro is $20 a month for 1,000 credits.

Free limit: 50 credits a month.

Replaces
Amazon Q Developer
Runs on
Mac, Linux, Windows
Difficulty
Easy
Licence
Proprietary
Skip if
You want unlimited free use

Also free but with vague limits: Cursor Hobby ("limited agent requests", no numbers published), Devin Desktop (formerly Windsurf, "light quota"), and Mistral Vibe, whose free Mistral plan includes limited coding sessions plus $10 a month of API credit. Crush from Charm is a free, polished terminal agent, but its FSL licence is source-available rather than open source. Aider still works but has not shipped a release since February 2026.

And if you already use Claude Code, you do not need a new agent at all: point it at free models and keep your setup. We walk through it in how to use Claude Code for free.

Free model APIs for coding: the quota table

This is the part that decides whether "free" actually works. Coding agents make many requests per task (reading files, running commands, retrying), so a limit of 20 requests a day runs out in one small feature.

ProviderFree models for codingFree limit (published)Card needed?
OpenRouter (:free models)Rotating set, often Qwen, GLM, DeepSeek, gpt-oss20 per minute. 50 per day, or 1,000 per day after buying $10 of credits onceNo (yes for the 1,000/day tier)
Groqgpt-oss-120b, gpt-oss-20b, Qwen 3.8 27B30 per minute, 1,000 per day, 8K tokens per minute, 200K tokens per day, per modelNo
Google AI Studio (Gemini API)Gemini 3.8, 3.7, 3.6, 3.5 Flash and 3.5 Flash-Lite (not 3.1 Pro)No longer published. Shown per account in AI Studio. One developer measured about 20 per dayNo
opencode Zen8 free models, limited timeNot publishedNo
SambaNovaDeepSeek V3.1, Llama 3.3 70B, gpt-oss-120b20 per minute, 20 per day, 200K tokens per dayNo
Cloudflare Workers AIOpen models incl. Llama, Qwen, gpt-oss10,000 neurons per dayNo
NVIDIA NIM (build.nvidia.com)Many open modelsFree for prototyping. About 40 per minute (per NVIDIA's forums, not an official page)No
Z.aiGLM-4.7-Flash, GLM-4.5-Flash, GLM-4.6V-FlashFree, limits not publishedNo
MistralCodestral and othersFree plan includes $10 of API credit a monthNo
Hugging Face Inference ProvidersMany$0.10 of credit a month (PRO: $2)No
Cerebrasgpt-oss-120b, Qwen 3.8 27BTrial only: $5 credit, expires in 30 daysYes
Ollama CloudStarter models"Starter usage credits", amount not publishedNo

No longer free, so skip them: GitHub Models (retired July 30, 2026), Together AI (minimum $5 purchase), Chutes (paid plans only), and Qwen Code's free login (ended April 15, 2026).

The best $10 you can spend

If you use free models seriously, buy $10 of OpenRouter credits once. You keep using the free models, but your daily cap jumps from 50 to 1,000 requests, and you have credit ready for a paid model when a free one is not good enough. It is the single biggest upgrade to a free setup.

The cheap option: when free is not enough

If free limits keep stopping you, the next step is not a $20 subscription. It is a cheap API.

  • DeepSeek is the value leader. Its Flash model costs $0.15 to $0.30 per million input tokens and $0.60 to $1.20 per million output tokens, with a 50% discount off-peak. A full day of agent work often costs well under a dollar.
  • opencode Go at $10 a month covers several strong open models with monthly allowances.
  • Z.ai GLM-5.3 is $1.40 input and $4.40 output per million tokens, and one of the better open models for agent work.
  1. Easiest: install opencode and use a free Zen model. Nothing else to sign up for.
  2. Most capable free: opencode or Cline with OpenRouter, after the one-time $10 top-up for 1,000 requests a day. Try several :free models and keep the one that handles tool calls reliably.
  3. Fastest: Groq's free plan with gpt-oss-120b. Very quick responses, and the most generous published daily cap.
  4. Keep Claude Code: route it through OpenRouter free models, as in our Claude Code free setup guide.
  5. Fully offline: a local model through Ollama. Free forever, private, but you need a strong GPU or Apple Silicon Mac for usable coding models. See how to self-host Gemma 4 for a starting point.
  • Pick one agent (opencode or Cline)
  • Create an OpenRouter account and API key
  • Test two or three free models on a small real task
  • Add an AGENTS.md so every model gets the same project rules
  • Re-check limits monthly: they change without notice

Want to know how the paid agents compare? Read Claude Code vs Codex vs Gemini CLI vs opencode. For project rules that work across every agent, see our AGENTS.md and CLAUDE.md examples.

Is Gemini CLI still free?
No. Since June 18, 2026, Gemini CLI no longer serves free users or Google AI Pro and Ultra subscribers. It now needs a Gemini Code Assist Standard or Enterprise licence or a paid API key. Google's free option is Antigravity CLI, which has a free tier with weekly limits.
What is the best free AI coding agent?
opencode, in our experience. It is open source, works with 75+ providers, and includes free models on its Zen gateway. Cline is the best free choice if you prefer working inside VS Code.
How many free requests does OpenRouter give?
Free models are limited to 20 requests per minute. You get 50 free requests a day if you have bought less than $10 of credits in total, and 1,000 a day once you have bought at least $10.
Which free API has the highest limits for coding?
Groq has the most generous published free quota: 1,000 requests a day and 200,000 tokens a day per model on gpt-oss-120b, gpt-oss-20b and Qwen 3.8 27B. OpenRouter matches 1,000 requests a day after a one-time $10 purchase.
Is there a completely free Claude Code alternative?
Yes. opencode, Cline, Kilo Code and Goose are free and open source, and all support MCP servers and skills. Paired with free models from opencode Zen, OpenRouter or Groq, the whole setup can cost nothing.
SSumit

Sumit

Contributor

Hi, I'm Sumit, Being an introvert I have always been obsessed with technology-computers and reading dozens of posts to learn, find answers out of my curiosity. I love to write as I explore more.

106 articles writtenView all posts by Sumit →

Related articles

See all