AI agents · OpenClaw · self-hosting · automation

Quick Answer

Best Open-Weight AI Model to Self-Host (July 2026)

Published:

The Short Answer

There is no single winner — the best open-weight model to self-host in July 2026 depends on your constraint:

  • Best intelligence + vision → Kimi K3 (2.8T MoE, weights out July 27, 2026)
  • Best coding + speed → GLM-5.2 (62.1% SWE-bench Pro, ~168 tok/s)
  • Cheapest + easiest to run → DeepSeek V4 Flash (single 80GB GPU)

The Three Contenders

Kimi K3GLM-5.2DeepSeek V4
MakerMoonshot AIZ.aiDeepSeek
Weights releasedJul 27, 2026Jun 17, 2026mid-Jul 2026
Params~2.8T MoE744B MoE (~40B active)Pro 1.6T / Flash 284B
Context1M1M1M
Vision
StandoutAA Index ~57 (#1 open)SWE-bench Pro 62.1%cheapest API, easy Flash deploy
Licensemodified MITMITMIT

Pick by Use Case

  • Frontier general intelligence, multimodal appsKimi K3. It edges every other open model on the Artificial Analysis Intelligence Index and is the only one of the three with native image/video input. The catch is deployment scale — plan for a supernode (64+ H100/B200).
  • Coding agents, long-horizon dev work, fast inferenceGLM-5.2. It beats DeepSeek V4 Pro (55.4%) and GPT-5.5 (58.6%) on SWE-bench Pro, hits 82.7% on Terminal-Bench 2.1, and is the fastest of the three. Text-only, and it burns more output tokens per task.
  • Cost-sensitive, limited GPUs, self-host todayDeepSeek V4 Flash. One 80GB GPU when quantized, MIT license, and the API fallback ($0.14/$0.28 per MTok off-peak) is the cheapest frontier-class option if you’d rather not host at all.

Don’t Forget the Hosting Bill

Open weights are free; serving them is not. Kimi K3 at production scale is a multi-server, multi-GPU commitment. GLM-5.2 needs 1TB+ VRAM in BF16. Only DeepSeek V4 Flash is realistic on a single high-end card. For most teams, an OpenRouter/Together/Fireworks-style hosted endpoint is cheaper than owning the hardware until you hit serious volume.

Sources