OpenCode + Go: An Open-Source Coding Agent at $10/Month

AI Tools Insight • 2026-09-17 • OpenCode Open-Source AI Coding Agent Terminal Anomaly LLM Coding Agent

What OpenCode Is

OpenCode is an open source AI coding agent. It runs in your terminal, as a desktop app, or as an IDE extension. The company behind it is Anomaly (anoma.ly). The license is MIT. The source is on GitHub.

As of September 17, 2026, the repo has 207,928 stars and 27,306 forks. The latest release is v1.18.31.

It works with any model provider. You bring your own API key, or you subscribe to OpenCode Go.

Install

On Windows:

choco install opencode

On macOS or Linux:

curl -fsSL https://opencode.ai/install | bash

With Node.js:

npm install -g opencode-ai

Start a Project

  1. Open your project folder in a terminal.
  2. Run opencode.
  3. Run /init. This creates an AGENTS.md file. The agent reads it to learn your project structure and coding patterns.

Disclosure: Affiliate link. The Go link in this article contains my referral code. When a new user subscribes through it, both of us get $5 credit. OpenCode runs this referral program for its own users. There is no ongoing commission. You can also subscribe directly at opencode.ai/go.

Plan Mode vs Build Mode

Press Tab to switch between the two modes.

In Plan mode, OpenCode suggests how it will build a feature. It does not edit your files. You review the plan. You can add details and drop images into the terminal as references.

In Build mode, OpenCode makes the changes. After each change, run /undo to revert it or /redo to repeat it.

OpenCode Go

OpenCode Go is a $10/month subscription. It gives you access to 28 open and open-weight models through one API key. The models are tested by the OpenCode team for agent work.

The lineup includes Kimi K3, GLM-5.3, MiniMax M3, GPT 5.6 Luna, Qwen3.7 Plus, DeepSeek V4, Grok 4.6, and MiMo-V2.5. The list changes as OpenCode tests new models.

Go is a provider inside OpenCode, not a lock-in. You can use any other provider at the same time.

Usage Limits

Each model has a monthly dollar cap. The 5-hour limit is 20% of the monthly cap. The weekly limit is 50%.

Pick a model and a budget:

Model $/M in $/M out Monthly cap Est. requests/month
Kimi K2.7 Code 0.95 4.00 $60 6,750
GLM-5.3-Flash 0.15 0.50 $60 31,580
MiniMax M3 0.30 1.20 $60 16,000
GPT 5.6 Luna 0.20 1.20 $15 10,250
DeepSeek V4 Flash 0.15–0.30 0.60–1.20 $30 65,000
Kimi K3 3.00 15.00 $15 490
MiMo-V2.5 0.14 0.28 $60 150,400
Union Alpha Free 0 0 Unlimited (limited time) Unlimited

DeepSeek V4 Flash uses peak/off-peak pricing. Peak hours are 01:00–04:00 and 06:00–10:00 UTC on weekdays.

The request estimates use a fixed token profile per request. Your numbers will vary.

Referral Program

OpenCode Go has a referral program. When a friend subscribes through your link, both of you get $5 credit. There is no tier system. OpenCode announces the program on X and in the community.

Data and Privacy

Read this before you pick a model:

If you need full zero data retention, pick the DeepSeek or Grok rows with ZDR. If cost is the only concern, the Muse rows are cheapest.

Where It Loses to Claude Code, Codex, and Cursor

OpenCode is a thin, fast, model-agnostic agent. The trade-off:

For everyday coding on open models at $10/month, Go is the cheapest reliable option in this article. For hard reasoning tasks, pair it with a frontier model provider.

Quick Start

choco install opencode
opencode
/init

Then subscribe to Go, run /connect, pick OpenCode Go, and paste your API key.

Sources

All numbers verified against the official docs on September 17, 2026.

Try OpenCode Go

OpenCode Go: 28 open models, $10/month, $5 credit when a friend signs up through your link.

Subscribe to Go — $10/month
Share this article
AI Tools Insight may earn a commission from some links. Editorial independence is always maintained.