This document provides comprehensive information about the free models supported by hive-mind when using the --tool agent option.
Last Updated: April 10, 2026 Related:
- Agent CLI FREE_MODELS.md - Upstream free models list (canonical source)
- Agent PR #243 - Upstream: replace deprecated qwen3.6-plus-free with nemotron-3-super-free as default
- Agent PR #234 - Upstream: qwen3.6-plus-free as default, add nemotron-3-super-free
- Agent PR #209 - Upstream free model updates (minimax-m2.5-free as default)
- Agent Issue #208 - kimi-k2.5-free removed from OpenCode Zen
Hive-mind supports free models from two providers:
- OpenCode Zen - 4 free models with
opencode/prefix - Kilo Gateway - 6 free models with
kilo/prefix (Issue #1282)
- Short Alias:
nemotron-3-super-free - Provider: OpenCode Zen
- Status: Fully Supported (Default for
--tool agentas of Issue #1563) - Features: Reasoning, tool calling, hybrid Mamba-Transformer architecture
- Context Window: ~262,144 tokens
- Output Limit: 262,144 tokens
- Cost: Free (no input/output charges)
- Knowledge Cutoff: January 2025
- Release Date: March 2026
- Open Weights: Yes
- Notes: NVIDIA hybrid Mamba-Transformer MoE, strong reasoning capabilities
- Short Alias:
minimax-m2.5-free - Provider: OpenCode Zen
- Status: Fully Supported (Former default, Issues #1391, #1543)
- Features: Reasoning, tool calling, temperature control
- Context Window: 204,800 tokens
- Output Limit: 131,072 tokens
- Cost: Free (no input/output charges)
- Knowledge Cutoff: January 2025
- Release Date: February 2026
- Open Weights: Yes
- Short Alias:
gpt-5-nano - Provider: OpenCode Zen
- Status: Fully Supported
- Features: Reasoning, tool calling, structured output, temperature control
- Context Window: ~400,000 tokens
- Output Limit: 128,000 tokens
- Cost: Free (no input/output charges)
- Knowledge Cutoff: January 2025
- Short Alias:
big-pickle - Provider: OpenCode Zen
- Status: Fully Supported
- Features: Reasoning, tool calling, temperature control
- Context Window: ~200,000 tokens
- Output Limit: 128,000 tokens
- Cost: Free (no input/output charges)
- Knowledge Cutoff: January 2025
The following models were previously free but are no longer available:
| Model | Former Model ID | Status |
|---|---|---|
| Qwen 3.6 Plus Free | opencode/qwen3.6-plus-free |
Free promotion ended (April 2026) — now requires OpenCode Go subscription. See agent#242 |
| Kimi K2.5 Free | opencode/kimi-k2.5-free |
Removed from OpenCode Zen (March 2026) — see agent#208 |
| Grok Code Fast 1 | opencode/grok-code |
Discontinued January 2026 |
| MiniMax M2.1 Free | opencode/minimax-m2.1-free |
Replaced by opencode/minimax-m2.5-free |
| GLM 4.7 Free | opencode/glm-4.7-free |
No longer free on OpenCode Zen |
Note: See OpenCode Zen Documentation and Agent CLI FREE_MODELS.md for the current list of free models.
Kilo Gateway provides access to 500+ AI models through an OpenAI-compatible API. The following free models are available without API key configuration.
Note: Kilo-exclusive models (models only available on Kilo Gateway) support short aliases without the
kilo/prefix. For example, you can useglm-5-freeinstead ofkilo/glm-5-freesince this model is unique to Kilo.
- Model ID:
kilo/glm-5-free - Short Alias:
glm-5-free(Kilo-exclusive model) - Provider: Kilo Gateway (Z.AI)
- Status: Fully Supported (Free for limited time)
- Features: Deep reasoning, fast inference, bilingual (Chinese/English), tool calling, structured outputs
- Context Window: 202,752 tokens
- Output Limit: 131,072 tokens
- Cost: Free (limited time offer)
- Release Date: February 11, 2026
- Special Features: "Matches Opus 4.5 on many tasks" - Kilo Blog
- Model ID:
kilo/glm-4.5-air-free - Short Alias:
glm-4.5-air-free(Kilo-exclusive model) - Provider: Kilo Gateway (Z.AI)
- Status: Fully Supported
- Features: Agent-centric, lightweight, fast inference
- Context Window: 131,072 tokens
- Output Limit: 65,536 tokens
- Cost: Free
- Model ID:
kilo/minimax-m2.5-free - Provider: Kilo Gateway (MiniMax)
- Status: Fully Supported (upgraded from M2.1)
- Features: Strong general-purpose performance
- Context Window: 204,800 tokens
- Output Limit: 131,072 tokens
- Cost: Free
- Model ID:
kilo/deepseek-r1-free - Short Alias:
deepseek-r1-free(Kilo-exclusive model) - Provider: Kilo Gateway (DeepSeek)
- Status: Fully Supported
- Features: Advanced reasoning, open-source, fully open reasoning tokens
- Context Window: 163,840 tokens
- Output Limit: 65,536 tokens
- Cost: Free
- Model ID:
kilo/giga-potato-free - Short Alias:
giga-potato-free(Kilo-exclusive model) - Provider: Kilo Gateway
- Status: Fully Supported (Evaluation period)
- Features: General-purpose evaluation model
- Context Window: 256,000 tokens
- Output Limit: 131,072 tokens
- Cost: Free (during evaluation)
- Model ID:
kilo/trinity-large-preview - Short Alias:
trinity-large-preview(Kilo-exclusive model) - Provider: Kilo Gateway (Arcee AI)
- Status: Fully Supported (Preview)
- Features: Strong capabilities, preview model
- Context Window: 131,000 tokens
- Output Limit: 65,536 tokens
- Cost: Free (preview)
The following Kilo models were previously the recommended free models but have been updated:
| Model | Former Model ID | Status |
|---|---|---|
| GLM 4.7 | kilo/glm-4.7-free |
Replaced by kilo/glm-4.5-air-free |
| Kimi K2.5 | kilo/kimi-k2.5-free |
Replaced by other Kilo free models |
| MiniMax M2.1 | kilo/minimax-m2.1-free |
Replaced by kilo/minimax-m2.5-free |
Note: See Kilo Free Models Documentation for current availability.
# OpenCode Zen models (short aliases without prefix)
solve https://github.com/owner/repo/issues/123 --tool agent --model nemotron-3-super-free
hive https://github.com/owner/repo --tool agent --model minimax-m2.5-free
# OpenCode Zen models (full model IDs)
solve https://github.com/owner/repo/issues/123 --tool agent --model opencode/nemotron-3-super-free
hive https://github.com/owner/repo --tool agent --model opencode/big-pickle
# Kilo Gateway models (full model IDs)
solve https://github.com/owner/repo/issues/123 --tool agent --model kilo/glm-5-free
hive https://github.com/owner/repo --tool agent --model kilo/deepseek-r1-free
# Kilo-exclusive models (short aliases without kilo/ prefix)
solve https://github.com/owner/repo/issues/123 --tool agent --model glm-5-free
hive https://github.com/owner/repo --tool agent --model deepseek-r1-free# OpenCode Zen models (short aliases)
/solve https://github.com/owner/repo/issues/123 --tool agent --model nemotron-3-super-free
/solve https://github.com/owner/repo/issues/123 --tool agent --model minimax-m2.5-free
/agent https://github.com/owner/repo/issues/123 --model nemotron-3-super-free
# Kilo Gateway models (full model IDs)
/solve https://github.com/owner/repo/issues/123 --tool agent --model kilo/glm-5-free
/hive https://github.com/owner/repo --tool agent --model kilo/glm-4.5-air-free
# Kilo-exclusive models (short aliases without kilo/ prefix)
/solve https://github.com/owner/repo/issues/123 --tool agent --model glm-5-free
/hive https://github.com/owner/repo --tool agent --model glm-4.5-air-free
# Default model (nemotron-3-super-free via OpenCode Zen):
/solve https://github.com/owner/repo/issues/123 --tool agent
/agent https://github.com/owner/repo/issues/123# OpenCode Zen models
echo "Your prompt here" | agent --model opencode/nemotron-3-super-free
echo "Your prompt here" | agent --model opencode/minimax-m2.5-free
# Kilo Gateway models
echo "Your prompt here" | agent --model kilo/glm-5-free
echo "Your prompt here" | agent --model kilo/deepseek-r1-freeFlagship Free Models:
opencode/nemotron-3-super-free- NVIDIA hybrid Mamba-Transformer, strong reasoning (OpenCode, default)kilo/glm-5-free- Z.AI flagship, matches Opus 4.5 on many tasks (Kilo)
General Purpose & Reasoning:
opencode/gpt-5-nano- Strong general reasoning capabilitiesopencode/big-pickle- Well-balanced performancekilo/minimax-m2.5-free- Strong general-purpose performancekilo/deepseek-r1-free- Advanced reasoning model
For Large Context Tasks:
opencode/gpt-5-nano- Very large context (~400,000 tokens)opencode/nemotron-3-super-free- Large context (~262,144 tokens)kilo/giga-potato-free- Large context (256,000 tokens)opencode/minimax-m2.5-free- Large context (204,800 tokens)
Agent-Centric / Coding:
kilo/glm-4.5-air-free- Purpose-built for agent-centric applicationskilo/deepseek-r1-free- Optimized for reasoning and code synthesisopencode/minimax-m2.5-free- Strong coding performance
| Feature | OpenCode Zen | Kilo Gateway |
|---|---|---|
| Free Models | 4 models | 6 models |
| Default Model | nemotron-3-super-free (~262K context) | glm-5-free (recommended) |
| API Format | OpenAI-compatible | OpenAI-compatible |
| Free API Key | public |
public |
| Total Models | 50+ | 500+ |
| Flagship Free | Nemotron 3 Super (~262K context) | GLM-5 (limited time) |
| BYOK Support | Yes | Yes |
| New Models | Nemotron 3 Super (Issue #1543, #1563) | DeepSeek R1, GLM 4.5 Air |
All free models have been tested and validated for:
- Model Configuration: All models are properly configured in
src/models/index.mjs - CLI Integration: All models are accepted by both hive-mind and agent CLI
- Tool Compatibility: All models are compatible with the
--tool agentoption - Case Insensitive Usage: Models can be specified in any case (e.g.,
KILO/GLM-5-FREE) - Alias Support: Short aliases work for all models
If you encounter issues with any of these models:
- Check Model Spelling: Ensure exact model name or alias is used
- Update Dependencies: Run
npm installto ensure latest agent CLI - Check Network: Some models may require internet access for first-time setup
- Verify Provider: Ensure correct provider prefix (
opencode/orkilo/)
- Agent CLI FREE_MODELS.md - Canonical upstream free models list
- Models Module - Unified model data, validation, mapping, and info
- Agent CLI Documentation - Direct agent CLI usage
- Agent Kilo Documentation - Kilo Gateway details
- Case Study: Issue #1282 - Kilo models integration analysis
- Case Study: Issue #1300 - Free models update (MiniMax M2.5, DeepSeek R1)
- Case Study: Issue #1391 - Free models update (minimax-m2.5-free as default, kimi-k2.5-free deprecated)
- Case Study: Issue #1473 - Model recognition fix and free models sync
- Case Study: Issue #1543 - Free models update (qwen3.6-plus-free as default, nemotron-3-super-free added)
- Case Study: Issue #1563 - Free models update (qwen3.6-plus-free deprecated, nemotron-3-super-free as default)
- OpenCode Zen Documentation - OpenCode Zen provider details
- Kilo Gateway Documentation - Kilo Gateway provider details
Last Updated: April 10, 2026 Hive-Mind Version: 1.48.2 Agent CLI Version: Latest (with free model updates from PR #243)