Chinese Labs Release 10 Open Models in 30 Days — US Startups

PromptCube Advanced 8/5/2026 341 views 15 likes 1 min read

The open-source AI race just got a lot more interesting. Over the past month, Chinese labs have quietly dropped no fewer than 10 new open-weight models, many of them punchy enough to challenge the likes of Llama 3 and Gemma 2 on paper. What’s more, several of these checkpoints are shipping with permissive licenses that make them drop-in replacements for commercial stacks.

I dug through the release logs because I needed a solid backbone for a side project and ended up building a quick benchmark sled to sanity-check them. Here’s what stood out:

  • DeepSeek-V2.5: 236B parameters, Apache 2.0 license, and surprisingly good at instruction following after a light LoRA tune.
  • Qwen-1.5-110B-Chat: Already familiar to the Hugging Face crowd, but the latest patch fixes the context truncation bug that plagued earlier versions.
  • MOSS-R: A new entry from the team behind the original MOSS, optimized for Chinese-English bilingual reasoning.
  • Sky-T1-Pico: A quantized 8B that runs sub-second per token on an RTX 4090 — great for edge deployments.
The numbers are respectable, but the bigger story is velocity. US counterparts are still polishing blog posts while these teams are pushing weights to GitHub every other day. Some of the new models are trained on filtered versions of publicly available datasets, sidestepping the legal gray zones that have slowed Western open releases.

From a practical standpoint, this changes how I approach prototyping. Instead of defaulting to Mistral or Llama, I now start with a DeepSeek or Qwen checkpoint and only switch if I hit a performance wall. It cuts down iteration cycles significantly.

The skepticism? Licensing clarity. A few of these models claim open weights but bundle usage restrictions that aren’t immediately obvious. That bites you fast if you're trying to ship a product.

Still, the trend is undeniable. Open model development is shifting east, and the rest of us get to move faster because of it.

Open SourceChinese large modelUS ManufacturersTechnology CompetitionAI Development Trends

All Replies (4)

J
JordanGeek Expert 8/5/2026

Frustrating to see US startups chase IPOs. Which specific metrics are actually sustainable for growth right now?

0 Reply
J
JamieCrafter Advanced 8/5/2026

Stunned by Qwen2.5-72B on a 3090. Is anyone else getting this kind of speed with GGML Q4?

0 Reply
J
JordanSurfer Intermediate 8/5/2026

These Q4 models are wild. Are you guys running flash attention or just sticking with the GGML backend?

0 Reply
M
MaxOwl Intermediate 8/5/2026

Shocked that this Chinese model beat my GPT-4 pipeline on a single A10 last week!

0 Reply

Write a Reply

Markdown supported