Hy3 vs GPT-5.5

The $0.80 Apache Agent vs The $30 Proprietary Giant

July 8, 2026 · 12 min read

TL;DR: GPT-5.5 wins coding decisively — SWE-bench Verified +10.7, Terminal-Bench 2.1 +11.7, DeepSWE +42.0. But Hy3 fights back on agents: wins MCP Atlas (+3.8), edges HLE w/tools (+1.0), near-ties BrowseComp (84.2 vs 84.4), and claims DeepSearchQA (91.0%). All at 1/37th the output cost ($0.80 vs $30/1M). If you need the best coder, pay for GPT-5.5. If you need the best value agent, Hy3 rewrites the economics.
295B
Hy3 Total Params (21B active)
Undisclosed
GPT-5.5 Params
Apache 2.0
Hy3 License
Proprietary
GPT-5.5 License
$0.80
Hy3 Output /1M tok
$30.00
GPT-5.5 Output /1M tok

Two Radically Different Philosophies

Tencent Hy3 (July 6, 2026) is an open-weight 295B Mixture-of-Experts model under Apache 2.0 — 21B active parameters, 192 routed experts, $0.20/$0.80 per 1M tokens (or $0.063/$0.21 on preview pricing). Built in under 90 days, hardened through 50+ internal Tencent products, it prioritizes reliability: hallucination rates dropped 57%, commonsense errors halved. It's available on Hugging Face, ModelScope, and GitHub.

OpenAI GPT-5.5 (April 23, 2026) is OpenAI's flagship general-purpose model — proprietary, $5/$30 per 1M tokens (standard), $30/$180 (Pro tier). It features a 1M-token context window (4× Hy3's 256K), explicit chain-of-thought reasoning, and ships inside ChatGPT, Codex CLI, and the OpenAI API. It holds the #1 non-Mythos position on Terminal-Bench 2.1 and ranks #3 on SWE-bench Verified behind only Claude Fable 5 and Opus 4.8.

"GPT-5.5 underperforms Mythos on SWE-bench Pro and HLE. It is basically on-par on GPQA Diamond, BrowseComp, and OSWorld-Verified. It is better on Terminal-Bench 2.0. All while being more token efficient, smaller and cheaper than Mythos." — @synthwavedd

Coding: The Gap Is Real

BenchmarkHy3GPT-5.5ΔWinner
SWE-bench Verified78.088.7+10.7GPT-5.5
SWE-bench Pro ★57.958.6+0.7~Tie
SWE-bench Multilingual75.8Hy3*
Terminal-Bench 2.171.783.4+11.7GPT-5.5
DeepSWE28.070.0+42.0GPT-5.5
Coding benchmarks chart

The SWE-bench Pro near-tie (57.9 vs 58.6) is the most surprising result. On the harder, more realistic benchmark with 1,865 tasks across 41 repos, Hy3 is statistically tied with GPT-5.5. But DeepSWE tells the opposite story: GPT-5.5's 70% vs Hy3's 28% is a 42-point chasm. DeepSWE's tasks require 5.5× more code than SWE-bench Pro with shorter prompts — closer to real engineering work. GPT-5.5's lead here is decisive.

For Terminal-Bench 2.1, GPT-5.5 (83.4% via Codex CLI) leads Hy3 (71.7%) by 11.7 points. However, note the harness matters: GPT-5.5 drops to 78.2% on the standardized Terminus 2 harness. Hy3's score is vendor-reported without a public harness, so direct comparison should be treated as directional.

Agents & Search: Hy3's Counterpunch

BenchmarkHy3GPT-5.5ΔWinner
BrowseComp ★84.284.4+0.2~Tie
MCP Atlas (Public)79.175.3+3.8Hy3
HLE (with tools)53.252.2+1.0Hy3
DeepSearchQA91.0Hy3*
OSWorld-Verified78.7GPT-5.5*

* Not published by the other vendor

Agent benchmarks chart

Hy3 wins MCP Atlas by 3.8 points (79.1% vs 75.3%) — the #3 score overall and #1 among open-weight models. This measures multi-server tool orchestration, the core of autonomous agent reliability. Hy3 also edges GPT-5.5 on HLE with tools (+1.0), suggesting its tool-use capabilities hold up under the hardest reasoning tasks.

The BrowseComp near-tie (84.2 vs 84.4) is the story-within-the-story: on OpenAI's own agentic browsing benchmark, a $0.80/1M open-weight model is 0.2 points behind a $30/1M proprietary model. The gap has effectively closed.

Reasoning & STEM

BenchmarkHy3GPT-5.5ΔWinner
GPQA Diamond90.493.6+3.2GPT-5.5
HLE (no tools)37.041.4+4.4GPT-5.5
USAMO 202672.0Hy3*
IMOAnswerBench90.0Hy3*
FrontierMath T1–351.7GPT-5.5*
Radar chart

GPT-5.5 leads on GPQA Diamond (+3.2) and HLE no-tools (+4.4). But Hy3 brings unique strengths: IMOAnswerBench 90.0% and USAMO 2026 72.0% suggest strong mathematical reasoning. FrontierMath T1-3 (51.7% for GPT-5.5) has no Hy3 equivalent published — Tencent didn't evaluate on it.

The Economics: 37.5× Output Price Gap

MetricHy3GPT-5.5 (Std)GPT-5.5 Pro
Input /1M tok$0.20$5.00$30.00
Output /1M tok$0.80$30.00$180.00
Output Multiplier37.5×225×
Context Window256K1M1M
LicenseApache 2.0ProprietaryProprietary
Cost comparison chart

For 100M output tokens/month: Hy3 costs $80. GPT-5.5 costs $3,000. That's the difference between a hobby project and a venture-funded startup. Even at GPT-5.5's cached input rates ($0.50/1M), Hy3's uncached rate is cheaper.

And there's the reasoning token multiplier: GPT-5.5's chain-of-thought tokens bill as output. Complex coding tasks can generate 3-10× more reasoning tokens than visible output. Hy3 supports configurable reasoning levels (disabled/low/high), letting you dial the thinking budget per request.

Value scatter

The Self-Hosting & Ecosystem Factor

GPT-5.5 cannot be self-hosted. It lives inside OpenAI's API and ChatGPT. Hy3, under Apache 2.0, can run on your own hardware — 295B total / 21B active fits 2× DGX Spark or 8× H20 GPUs via vLLM or SGLang. For regulated industries, defense contractors, or anyone who needs air-gapped deployment, this alone may be the deciding factor.

GPT-5.5 counters with unmatched ecosystem depth: Codex CLI, ChatGPT, OpenAI API, Azure, and an army of third-party tooling. Hy3's ecosystem is smaller but growing — OpenRouter, SiliconFlow, and GMICloud all host it, and the Apache 2.0 license means the community can build around it freely.

12-Point Verdict

🔧 Repository-Scale Coding
GPT-5.5 (+0.7 Pro, +10.7 Verified)
🖥️ CLI / Terminal Tasks
GPT-5.5 (+11.7 TB 2.1)
🏗️ Long-Horizon Engineering
GPT-5.5 (+42.0 DeepSWE)
🔗 Tool Orchestration (MCP)
Hy3 (+3.8 MCP Atlas)
🔍 Web Search & Browsing
~Tie (BrowseComp 84.2 vs 84.4)
🧠 Hard Reasoning (w/ tools)
Hy3 (+1.0 HLE w/tools)
🧠 Hard Reasoning (no tools)
GPT-5.5 (+4.4 HLE, +3.2 GPQA)
💰 Cost Efficiency
Hy3 (37.5-225× cheaper)
📏 Context Window
GPT-5.5 (1M vs 256K)
🛡️ Production Reliability
Hy3 (57% less hallucination)
🏠 Self-Hosting
Hy3 (Apache 2.0, 2× DGX Spark)
🏢 Ecosystem & Distribution
GPT-5.5 (ChatGPT, Codex, Azure)

Which One?

Choose GPT-5.5 if:

  • Coding is your primary workload. +10.7 Verified, +11.7 TB 2.1, +42 DeepSWE are not small gaps.
  • You need 1M context. For codebase-scale reasoning across thousands of files.
  • You want the OpenAI ecosystem. Codex CLI, ChatGPT, Azure, third-party integrations everywhere.
  • You need frontier math. FrontierMath T4 at 35.4% has no open-weight peer.

Choose Hy3 if:

  • Cost matters at scale. 37.5× cheaper output, 25× cheaper input. At production volume, this is six figures vs six figures.
  • You need to self-host. Apache 2.0, fits consumer hardware, no vendor lock-in.
  • You're building agents. MCP Atlas #3 overall, BrowseComp near-tie, DeepSearchQA 91.0%.
  • You want predictable economics. No reasoning-token surprises, configurable thinking budget.

The Bottom Line

GPT-5.5 is the better coder — by a margin that ranges from near-tie (SWE-bench Pro) to canyon (DeepSWE). Hy3 is the better value agent — winning MCP Atlas, near-tying BrowseComp, and doing it all at 1/37th the price. The BrowseComp near-tie (84.2 vs 84.4) is the canary: on agentic web tasks, open-weight has caught proprietary. On deep coding, the gap remains real. Pick your weapon accordingly.

Test Both on Real Code

20+ LLMs on CodingFleet. Run Hy3 and GPT-5.5 side-by-side.

🚀 Try on CodingFleet →

Sources: Tencent Hy3 · OpenAI GPT-5.5 · Vellum · Terminal-Bench 2.1 · DeepSWE · Snorkel AI · 36Kr. Vendor-reported scores unless noted.