惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

云风的 BLOG
云风的 BLOG
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
J
Java Code Geeks
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Engineering at Meta
Engineering at Meta
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
小众软件
小众软件
博客园 - 聂微东
酷 壳 – CoolShell
酷 壳 – CoolShell
月光博客
月光博客
Last Week in AI
Last Week in AI
博客园_首页
I
InfoQ
T
Tailwind CSS Blog
爱范儿
爱范儿
雷峰网
雷峰网
Recent Announcements
Recent Announcements
F
Fortinet All Blogs
B
Blog
WordPress大学
WordPress大学
A
About on SuperTechFans
V
Visual Studio Blog
有赞技术团队
有赞技术团队
P
Proofpoint News Feed

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
Coding plan comparisons based on actual usage
Topfi · 2026-05-08 · via Hacker News - Newest: "AI"

Coding plans are now the default way to use frontier models for a lot of people, and the gap between the frontier models and open-weight models is narrowing each week — Kimi 2.6 and MiMo Pro score 54 on the Artificial Analysis Index, compared to 57/60 for Opus-4.7/GPT-5.5.

It is obvious that coding plans are the cheapest way to access the most intelligent models. But how does the pricing compare?

Blended subscription rate*

Provider$ / M blended tokens
MiniMax 2.7$0.004
Kimi 2.6$0.047
GLM 5.1 (Lite)$0.065
Codex (GPT-5.5)$0.080
MiMo V2.5-Pro$0.141
Claude Pro (Opus 4.7)$0.744

* Subscription cost ÷ monthly tokens delivered, on a blended Claude-Code workload. See the methodology note at the bottom.

The usage these plans provide is intentionally obfuscated and likely played around with depending on supply and demand. I make an effort here to measure and snapshot what you actually get on each plan. This data is from May 1st, 2026.

I proxy each request through a server that logs, and measure input tokens, thinking tokens, output tokens, and calculate the price it would cost to use these models directly from the API.

Two notable absences: DeepSeek v4 doesn’t offer a subscription plan — only pay-as-you-go API access. Gemini has yet to launch a serious coding plan; Code Assist on the OAuth path is request-capped at the free tier and meters by request count rather than tokens.

Subscription$/mo5h capWeekly capSessions/wkMonthly capAPI-$ / sub-$Monthly tokensTokens / sub-$
Claude Pro — Opus 4.720.00$4.75$388.0×$1527.6×26.9 M1.35 M
Codex (GPT-5.5)20.00$22$1346.0×$53626.8×250 M12.5 M
Kimi 2.6 (for Coding)20.00$8.50$404.7×$1608.0×423 M21.1 M
GLM 5.1 (Lite)18.00$7.70$34.604.5×$1387.7×275 M15.3 M

Two more plans don’t fit the rolling-$-cap pattern, so I split them out. MiniMax meters request count instead of tokens, and MiMo gives a flat monthly credit pool with no rolling 5h or weekly windows.

Subscription$/moWeekly capMonthly capAPI-$ / sub-$Monthly tokensTokens / sub-$
MiniMax 2.720.0045,000 req$675 (at 30K tok/req)33.8×5,400 M270 M
MiMo V2.5-Pro (token-plan-sgp)14.08200 M credits / $14.081.0×100 M7.1 M

Speed

Opus 4.7 in Claude is the most expensive option in subscription plans, but possibly one that costs lesser in user frustration. I personally reach for it again and again for two reasons:

  • It understands my intention and direction I want to go in and gets working on it.
  • It is also the fastest to execute as is seen from the table below.
ProvidernTTFT avgOut avgTPS avgTPS max
anthropic232244 ms130682.3159.6
zai-glm3245097 ms565972.9107.5
xiaomi-mimo102791 ms118262.982.6
minimax262048 ms78753.988.1
kimi-coding1483848 ms86350.989.8
openai-chatgpt1591566 ms81546.154.5

A quick practical tip to maximize usage. I used Claude Code as the harness and in using Kimi and MiniMax API’s, I didn’t have a faster, smaller model to work with. I instead routed every Haiku level call to deepseek-v4-flash. I loaded $2 for all of these experiments and I still have most of it.

A caveat on scope. Something that I haven’t tested for is using these subscriptions outside of coding harnesses. Most of them support being used in OpenClaw/Hermes setups other than Claude Code. While I was able to use the APIs of all the chinese providers for testing purposes, your mileage may vary and they may strike your account with a ban.


A note on blended usage. From proxy logs, an average Claude Code call breaks down as 92.4% cache_read · 5.2% output · 2.4% fresh input. Each provider prices these axes differently, so I apply each one’s per-axis pricing to the same workload — all the numbers above sit on identical request shapes.