Skip to content

Free Models

Best for: You want to complete your first OpenCode conversation with 0 cost and 0 configuration.

OpenCode includes a set of completely free models that require no registration or API Key - they work immediately after installation.


Current Free Models

Model IDNameFeatures
glm-4.7-freeGLM-4.7By Zhipu, supports reasoning, excellent Chinese performance
minimax-m2.1-freeMiniMax M2.1By MiniMax, supports reasoning, 200K context
gpt-5-nanoGPT-5 NanoBy OpenAI, lightweight and fast
kimi-k2.5-freeKimi K2.5By Moonshot, supports reasoning, 256K context
big-pickleBig PickleHidden model, limited-time free trial

Note

The free model list may change over time. The list shown in /models command is always accurate.

Free models have IP-level usage limits, suitable for trial and light use. For higher quotas, you can log in to OpenCode Zen to get an API Key.


Follow Along

Step 1: Start OpenCode

bash
opencode

On first launch, OpenCode automatically loads free models with no configuration needed.


Step 2: Select a Free Model

Enter:

/models

Choose any free model from the list, for example:

  • opencode/glm-4.7-free
  • opencode/minimax-m2.1-free

How to identify free models?

Free models usually have a -free suffix, or show $0 price in the /models list.


Step 3: Send Your First Message

Hello, please introduce yourself

If you receive a response, you've successfully completed the "Install → Select Model → Chat" workflow.


Checklist

  • [ ] Running /models shows opencode/*-free or models with $0 price
  • [ ] Sending a message receives an AI response

Common Issues

IssueCauseSolution
No free models in /modelsNetwork issue or outdated versionCheck network, run opencode upgrade to update
Request rejected / rate limitedFree models have IP-level quotasTry a different free model or wait a while
Slow responseFree model servers under high loadNormal behavior, be patient or try another model

Want More?

Free models are great for trial and light use. If you need:

  • Higher request quotas
  • More model choices (Claude, GPT-5, etc.)
  • More stable service

You can log in to OpenCode Zen to get an API Key. See 1.4 Connect Models for more details.


Next Steps