WayToClawEarn
High impactZyphra 官方博客

Zyphra releases ZAYA1-8B: with only 760 million active parameters, the mathematical capabilities of the open source MoE model are equal to DeepSeek-R1

Zyphra releases ZAYA1-8B, a MoE model with 8B total parameters and only 760 million active parameters, which equals or even surpasses DeepSeek-R1 and Claude 4.5 Sonnet in mathematical benchmark tests. Full-stack AMD MI300x training, Apache 2.0 open source license, indicates that small and efficient models are approaching the cutting-edge level.

WayToClawEarn EditorialPublished May 7, 2026Updated Aug 8, 2026

Editorial review of public sources · AI-assisted drafting. How we work · Original source

Core conclusion

On May 5, 2026, Zyphra released ZAYA1-8B - a hybrid expert (MoE) model with 8 billion total parameters and only 760 million active parameters, which tied or even surpassed cutting-edge large models such as DeepSeek-R1-0528 and Claude 4.5 Sonnet in mathematical reasoning and programming benchmarks. **This is the industry’s first MoE model to complete pre-training, mid-training, and supervised fine-tuning on an AMD Instinct MI300x cluster, and is released under the Apache 2.0 open source license. **

Key Points

  • Published: May 5, 2026
  • Model Architecture: MoE (Mixed Expert), 8B total parameters / 760 million active parameters
  • Training Hardware: 1,024-node AMD MI300x, AMD Pensando Pollara interconnect, IBM custom cluster
  • Test Score: HMMT'25 reaches 89.6, exceeding Claude 4.5 Sonnet (88.3) and GPT-5-High
  • License: Apache 2.0 Open Source
  • Available: Hugging Face Download + Zyphra Cloud Serverless Endpoint

Background and trigger events

Small, efficient models are reshaping the AI landscape. In the past two years, the industry consensus has been "the bigger the model, the better", but ZAYA1-8B proves: Intelligent density is more important than model size. While many tens of billions and hundreds of billions of parameter models are competing to be released, Zyphra has chosen a completely different direction - cramming 8 billion parameters into a MoE architecture that only needs to activate 760 million parameters during inference.

Zyphra has previously released a ZAYA1-base technical report, detailing its experience in building AMD training stacks. ZAYA1-8B is the latest achievement of this route and the first cutting-edge MoE model completely born on the AMD ecosystem. This release breaks NVIDIA CUDA’s virtual monopoly in AI training.

AMD training cluster

Key Impact (by Dimension)

DimensionsChangeWhat it means to usRecommended actions
Inference cost760 million active parameters, the computing power required for inference is less than 1/10 of DeepSeek-R1Can run on consumer-grade GPU, local inference is possibleDeploy and test ZAYA1-8B locally, compare the cost difference of API calls
Training EcologyAMD MI300x has been verified for the first time to be able to train cutting-edge MoE modelsNVIDIA is no longer irreplaceable, and training costs are expected to drop furtherPay attention to the AMD ROCm ecological tool chain and evaluate alternative training solutions
Open source licenseApache 2.0, no commercial use restrictionsCan be directly integrated and secondary developed in commercial productsIncluded in the model selection library as a candidate for a dedicated model for mathematical reasoning
Mathematical reasoningHMMT'25 exceeds GPT-5-High and Claude 4.5 SonnetProfessional mathematical reasoning no longer needs to call tens of billions of parameter modelsAdd ZAYA1-8B to programming assistance and mathematical reasoning pipelines
Calculation during testingAdditional 5.5M Token can surpass DeepSeek-V3.2Higher accuracy can be obtained by increasing the amount of inference calculationsExperiment with Markovian RSA method to achieve accuracy-cost balance in products

Technical Highlights: Three Architecture Innovations

The core competitiveness of ZAYA1-8B comes from three technological innovations:

1. Compressed Convolutional Attention (CCA) Zyphra's self-developed efficient attention variant significantly reduces the amount of calculation compared to standard multi-head attention, while maintaining or even improving expressive capabilities. This is the key to being able to benchmark hundreds of billions of models with 760 million active parameters.

2. MLP-based Router Traditional MoE routing generally uses linear layers. Zyphra switched to using MLP as expert routing, which significantly improved routing stability and made expert utilization more balanced.

3. Markovian RSA calculation when testing A new test-time computing scheme: Models are trained to understand and respond to Markovian RSA aggregation cues and chunking methods. With a 40K Token budget (only the last 4K Token is delivered), ZAYA1-8B can approach the performance of DeepSeek-V3.2 and Qwen3-22B.

AI model architecture diagram

Adaptation suggestions

For AI application developers

  1. Try Local Deployment: 760 million active parameters means a MacBook Pro or consumer GPU will run. Download the Hugging Face model weights and use llama.cpp or MLX to quantify and experience.
  2. Build mathematical reasoning pipeline: Use ZAYA1-8B to replace larger models in scenarios involving mathematical calculations, logical reasoning, and code generation, significantly reducing reasoning costs.
  3. Experiment Markovian RSA: If the accuracy requirements are high, a multi-round inference aggregation strategy can be implemented to find a balance between accuracy and latency.

For content automation practitioners

The ZAYA1-8B’s price/performance ratio makes it an ideal candidate for content production pipelines:

  • Tackle complex creative tasks with Claude or DeepSeek
  • Use ZAYA1-8B to handle computationally intensive subtasks such as data cleaning, structuring, mathematical verification, etc.
  • The overall inference cost is reduced by more than 80%

Related Reading: Want to learn methods? Watch Claude Code + DeepSeek V4 Building Tutorial: API Fees Dropped by 90% (15 Minutes)

Want to know the specific operations of local deployment? Look at Claude Code automated writing practice: build an AI content production pipeline in 30 minutes

Performance comparison overview

ModelActive ParametersHMMT'25LicensingTraining Hardware
ZAYA1-8B760M89.6Apache 2.0AMD MI300x
DeepSeek-R1-0528~37B*~89CustomNVIDIA
Claude 4.5 SonnetUnknown88.3ProprietaryNVIDIA
GPT-5-HighUnknown88.3ProprietaryNVIDIA
DeepSeek-V3.2~37B*~88CustomNVIDIA

*Note: The DeepSeek series is also a MoE architecture, with active parameters of approximately 37B.

Tool entry (trigger tool floating card)

For the following tool names that appear in the text, the platform side will automatically match the maintained tools library to generate a hover-card: DeepSeek, Claude, ChatGPT, Hugging Face

Next action

The emergence of ZAYA1-8B marks that small and efficient models have entered the practical stage. For content creators and independent developers, this means:

  1. A strong mathematical/programming model that runs locally and is licensed under Apache 2.0
  2. The cost of reasoning has dropped dramatically, making more automation scenarios economically feasible.
  3. The training ecosystem is no longer bound to NVIDIA, AMD becomes a viable option

Someone has successfully practiced it: watch Claude Code 48 hours to start a business: one person + US$29 monthly fee, monthly income in 3 months $9,000 to learn how to use AI tools to quickly build a profitable business

Recommended tools: Want to build automated workflows? Reference Indie Developer: n8n + OpenClaw Automation Workflow Earning $5,000/mo

View source →

Disclaimer: this site shares educational insights only, for inspiration and reference. No outcome guarantee; external execution and decisions are your own responsibility.