作者: Jakub Rusinowski · 最后更新: 2026年9月11日
Multi-step autonomous loops where the model calls tools, reads results and decides what to do next.
Top pick: Ternary Bonsai 27B
Scores 91.7/100 for autonomous agents and tool use. 27B parameters, needing about 17.1 GB at Q4_K_M, 256K context, Apache 2.0.
| Model | Score | Params | Context | Licence | Quality index |
|---|---|---|---|---|---|
| 1. Ternary Bonsai 27B | 91.7 | 27B | 256K | Apache 2.0 | — (estimated) |
| 2. Devstral Small 2 24B | 91.2 | 24B | 256K | Apache-2.0 | — (estimated) |
| 3. Nemotron-Cascade 2 30B-A3B | 90.6 | 32B | 1M | NVIDIA Open Model License | — (estimated) |
| 4. Kimi K2.5 | 89 | 1000B | 250K | Modified MIT | — (estimated) |
| 5. North Mini Code 1.0 30B-A3B | 88.8 | 30B | 250K | Apache-2.0 | — (estimated) |
| 6. Inkling (NVFP4) | 88.5 | 975B | 977K | Apache 2.0 | — (estimated) |
The strongest model overall is rarely the right answer — what matters is the strongest model that fits the memory you have. These picks are re-ranked per tier, so each one uses its budget rather than simply being small.
| Memory | Typical hardware | Recommended models |
|---|---|---|
| 8 GB | RTX 4060, RTX 3070, base MacBook Air | GLM-6 9B (86.8) GLM-5 9B (85.4) IBM Granite 4.2 Granite 4.2 8B (77.6) |
| 12 GB | RTX 3060 12 GB, RTX 5070 | GLM-6 9B (86) GLM-5 9B (84.6) Qwen 3.5 14B (84.6) |
| 16 GB | RTX 5080, RTX 4080, RX 9070 XT | Devstral Small 2 24B (92.6) GLM-6 9B (84.7) Qwen 3.5 14B (84.4) |
| 24 GB | RTX 4090, RTX 3090, RX 7900 XTX | Ternary Bonsai 27B (94) Nemotron-Cascade 2 30B-A3B (92.8) Devstral Small 2 24B (92.6) |
| 48 GB | RTX 6000 Ada, MacBook Pro M4 Max 48 GB | Ternary Bonsai 27B (91.6) Nemotron-Cascade 2 30B-A3B (91) Devstral Small 2 24B (89.9) |
| 128 GB+ | Mac Studio, DGX Spark, multi-GPU | Devstral-2 123B (95.2) Qwen3.8-Flash-Next (93.9) Ternary Bonsai 27B (89) |
Reliable structured tool calls are a hard gate here, not a bonus: a model with no tool-use tag is excluded regardless of score. Coding weight is high (40%) because tool arguments are effectively code. Context needs match RAG — an agent loop accumulates every observation it has ever seen.
Worked example — Ternary Bonsai 27B: capability 89.3 × 0.427, quality 87.7 × 0.251, context 100 × 0.163, license 70 × 0.045, accessibility 80 × 0.113 + 3 tag bonus (agents).
Requirements applied: context floor 32,768 tokens (ideal 262,144), quality floor 60, licence weight 0.4, latency weight 0.6. Tool-calling capability is required.
Ternary Bonsai 27B, scoring 91.7/100 against this workload's published requirements. 45 models qualified.
A credible answer starts at 8 GB of memory. Larger budgets unlock materially stronger models — the table above lists the best pick at each tier.
Reliable structured tool calls are a hard gate here, not a bonus: a model with no tool-use tag is excluded regardless of score. Coding weight is high (40%) because tool arguments are effectively code. Context needs match RAG — an agent loop accumulates every observation it has ever seen.