AI & Automation

U.S. Firms Now Spend 30-46% of Their Tokens on Chinese Open Models — When DeepSeek Is 35x Cheaper Than GPT, Recompute Your AI Cost Structure

2026.07.08 · 36 views
U.S. Firms Now Spend 30-46% of Their Tokens on Chinese Open Models — When DeepSeek Is 35x Cheaper Than GPT, Recompute Your AI Cost Structure

OpenRouter data shows the share topped 30% weekly since Feb 8, peaking at 46% — the real lesson for SMBs isn't geopolitics, it's that bolting features to one flagship model is a runaway fixed cost.

Share:

On July 7, 2026, a CNBC story surfaced a shift that had been quietly building for half a year: U.S. companies are routing more and more of their AI usage to Chinese open-source models, even as OpenAI and Anthropic costs climb. The sharpest number comes from routing platform OpenRouter: the share of tokens U.S. companies spend on Chinese models has sat above 30% every week since February 8, peaking at 46%. The trailing-12-month average was just 11%, and in the first half of 2025 it was 4.5%. In six months, the line nearly quadrupled.

To read the shift, look at the price structure. Ever since DeepSeek shocked the market in early 2025 with "as good as ChatGPT, at an order of magnitude less," Chinese model pricing has left Western rivals behind. Today DeepSeek quotes roughly $0.28 per million input tokens versus about $10 per million for a comparable GPT-5.2 — a 35x gap. Moonshot's Kimi K2.5 runs about one-seventh the price of Anthropic's Claude Opus. Overall, open Chinese models are 60% to 90% cheaper than the OpenAI/Anthropic flagships. When "good enough" and "an order of magnitude cheaper" both hold, corporate procurement logic changes.

DeepSeek isn't alone on the field. Alibaba's Qwen, Moonshot's Kimi, and Zhipu's GLM each hold a niche; DeepSeek V4 pushed prices to the floor and tightly integrated with Huawei chips. On the Western side: Sam Altman began talking about a "new world order" for AI in early July, with OpenAI ceding ground to Google and Anthropic while cost pressure passes through to customers. This isn't a single-product headline — it's a watershed for "model as a commodity."

For SMBs and freelancers, the real question isn't "will Chinese models win," but: how much of your AI feature set actually needs a flagship model? Below we lay out the full numbers, what three reader types should do today, a model comparison table, and how to control cost without locking into a single cloud SaaS.

The Details: What's Actually Happening

First, the hard figures (per OpenRouter and CNBC):

  • Usage share: U.S. companies' token share on Chinese models > 30% weekly since Feb 8, peaking at 46%; 12-month average 11%, H1 2025 4.5%.
  • Price gap: DeepSeek ~$0.28/M input tokens vs GPT-5.2 ~$10/M ≈ 35×; Kimi K2.5 ≈ 1/7 of Claude Opus.
  • Overall band: open Chinese models 60%–90% cheaper than Western flagships, API pricing broadly 5–30x lower.
  • Who wins: teams running high-volume "no top-tier reasoning needed" tasks (support, classification, summarization, translation, extraction) on cheap models.
  • Who's squeezed: companies with the whole product bolted to a single flagship API and no fallback — cost scales linearly with usage.

Crucially, these "Chinese models" are mostly open weights — you can self-host, or call them through neutral platforms like OpenRouter. That's the biggest difference from simply "switching to another cloud API."

Immediate Actions for Three Reader Types

For brand owners / SMB bosses:

  • Swap "can we afford AI" for "which features deserve a flagship, and which are fine on a cheap model." Most inquiry auto-replies, classification and summaries don't need the priciest reasoning.
  • Ask your tech partner for an "AI monthly cost × which model per feature" breakdown, not a vague subscription bill.
  • If personal data or compliance is involved, prefer the "self-host open weights" route to avoid sending customer data into an overseas hosted API.

For marketers / SEO operators:

  • For bulk content generation, rewriting and translation, draft with a cheap model and use a flagship only for the final polish — cutting cost sharply.
  • Bake "model choice" into your content SOP: quality-sensitive goes premium, high-volume goes cheap.

For developers / freelancers:

  • Adopt model routing: auto-split by task difficulty across price tiers, with fallback. Far more stable than betting on a single vendor.
  • Design for "no single cloud": an OpenAI-compatible abstraction lets you switch DeepSeek/Qwen/GPT/Claude with a one-line config.
  • For compliance-sensitive clients, prepare a "self-hosted open model" delivery module (GPU host or cloud inference).

Model Comparison

ModelInput price (~ /M tokens)WeightsBest-fit tasks
DeepSeek V4/V3.2~$0.28Open, self-hostableHigh-volume classification/summarization/coding assist, cost-sensitive
Alibaba QwenLow (open-model band)Open, self-hostableMultilingual (incl. Chinese) content, extraction, agent tool-calls
Moonshot Kimi K2.5~1/7 of Claude OpusOpen / APILong context, document Q&A
OpenAI GPT-5.x~$10ClosedHardest reasoning, complex agent orchestration
Anthropic Claude OpusPremium bandClosedHigh-risk code, tasks needing stable long-chain logic

Prices are approximate public quotes; confirm on each vendor's official pricing page (OpenAI, Anthropic, DeepSeek). The point isn't "which is best" — it's mixing them inside one workflow.

What They Won't Tell You

  • Cheap isn't a free lunch. Data residency, audit and compliance risk on overseas hosted APIs is a real cost for Taiwanese SMBs handling personal data. Cheap-and-compliant usually means self-hosting open weights, not hitting the vendor's cloud directly.
  • The "35x gap" is input tokens, not total cost of ownership. Self-hosting means GPU, ops and idle time; a neutral platform means routing and retry overhead. Compare "cost per successful business outcome," not sticker price.
  • A pretty benchmark ≠ usable for your case. Leaderboards and your support corpus / compliance needs are different things. A/B any switch on your own data instead of trusting rankings.

SMB Alternatives Without a SaaS Subscription

  • Neutral routing layer: via an OpenAI-compatible platform like OpenRouter, switch multiple models from one codebase, pay per use, no single-vendor lock-in.
  • Self-hosted open weights: run DeepSeek/Qwen-class open weights on your own GPU host or cloud inference — data stays put, marginal cost is controllable.
  • Tiered routing: 90% of volume on cheap models, 10% of the hardest on a flagship, plus fallback. An OpenAI-compatible gateway lets you build this yourself, no enterprise SaaS required.
  • Cost measurement: add a usage log first, tracking tokens and cost per feature — without measurement, any "savings" is a guess.

FAQ

Can Chinese open models be self-hosted? Will data leak?

DeepSeek, Qwen and others are mostly open weights you can download and run on your own GPU host or cloud inference, so data need not go to the vendor's cloud. If you hit their hosted API, data does leave your border — that's when residency and compliance concerns apply. For cheap-and-compliant, self-host.

My product is bolted to GPT — is switching costly?

If you built on an OpenAI-compatible SDK, switching is mostly a base-URL and model-name change; if you scattered vendor-specific logic, abstract a layer first. Use a routing layer from day one and future model swaps become a config file.

Are cheap models good enough?

Depends on the task. Support replies, classification, summarization and translation are usually well within reach of cheap models; the hardest reasoning and complex agent orchestration still favor flagships. The right move is tiered routing, not either/or.

Can freelancers turn this into a service?

Yes — and it's one of the easiest sells right now: an AI cost audit plus model-routing rollout. Measure a client's current LLM spend, offload cheap tasks, keep flagships for the critical path, and you can typically cut significant monthly fees without losing quality.

My Take

The market narrative is "Chinese models are winning," but that frame leads to bad decisions. For SMBs, the real signal isn't geopolitics — it's that bolting your AI features to a single flagship model is turning what should be a variable cost into a runaway fixed cost center. My call runs against the "chase the strongest model" mainstream: over the next 12 months, "which model you use" will matter less and less, and "whether you have routing and fallback" becomes the watershed. Single-vendor lock-in is the real risk of this wave. For a Laravel/Flutter studio like ScriptWalker, this is a clear productization opportunity: turn "AI cost audit + model routing" into a standard delivery module — measure a client's current spend, offload the 90% of tasks that don't need a flagship to cheap (ideally self-hosted open) models, and reserve GPT/Claude for the hardest 10%. The monthly fees you save are the reason you get remembered each month.

Sources

Share:
AI & Automation Back to Blog