Zyphra shipped ZAYA1-8B on June 18, 2026, an 8 billion total parameter Mixture-of-Experts model built for math, code, and reasoning. The model uses roughly 2.1 billion active parameters per forward pass, which keeps inference cost low for an open release. Zyphra announced the launch on its official site and made the weights available through Hugging Face. The package includes BF16 weights, a 32k token context window, and a permissive Apache 2.0 license. That license lets developers use, modify, and deploy the model without paying per token fees. This is the kind of release that makes local reasoning tools practical, not just possible for well funded teams.

The release comes from Zyphra, an AI lab known for efficient open weight models. Zyphra posted the technical details and weight links on Hugging Face, where users can download safetensors, try an inference snippet, or run the model through transformers. The lab positioned ZAYA1-8B as a smaller sibling to larger MoE systems, but tuned for edge and single GPU use. Its architecture keeps memory use low because only a fraction of experts fire per token. That design matters for local tooling, offline coding assistants, and any project that cannot afford closed API billing. You can find the full field of options in our best open-source LLM models 2026 roundup.

ZAYA1-8B matters because open models are closing the gap with closed reasoning systems at a fraction of the cost. On math and code benchmarks, Zyphra reports results that challenge larger proprietary models while running on ordinary hardware. A single 24GB GPU can serve the model at usable speeds for autocomplete, agent loops, or batch evaluation. For developers tired of usage based pricing and free tier limits, this is a signal that local agency is possible. It also changes the risk calculation around AI free tier limits and API policy changes. Open weights do not reset your quota overnight.

The timing fits a broader open source wave in June 2026. Qwen, Mistral, and DeepSeek all pushed new open weights, and Zyphra adds a math and code specialist to that field. ZAYA1-8B does not require a data center, which changes who can build reasoning features. Teams can self host, avoid vendor lock in, and keep prompts on their own machines. That is the core appeal. For a wider look at what shipped this month, see our open source AI news June 2026 startup edition.

How Do the Top Options Compare?

Model Total Params Active Params Context License Best For
ZAYA1-8B 8.0B 2.1B 32k Apache 2.0 Local math and code
Qwen3-6B 6.0B 6.0B 32k Apache 2.0 Low memory coding
Mistral Small 4 24B 24B 128k Apache 2.0 Enterprise generalist
DeepSeek V4 1.6T ~30B 128k Open weights Large scale research

Benchmarks and context lengths are based on vendor disclosures and may change with revision. Active params are approximate for DeepSeek V4.

1. ZAYA1-8B , Best for local math and code inference

ZAYA1-8B is Zyphra’s latest open Mixture-of-Experts model. It holds 8.0 billion total parameters but activates only about 2.1 billion per token, so it behaves like a much smaller model at runtime. The weights ship in BF16 on Hugging Face under Apache 2.0. The context window supports 32k tokens, enough for long code files, multi-step math proofs, and agent logs. Zyphra announces release details on its homepage, while the weights live on Hugging Face.

Zyphra reports strong results on math and code tasks, including GSM8K, MATH, HumanEval, and MBPP style evaluations. The model is tuned to reason step by step instead of answering immediately, which helps on multi-hop problems. It does not match frontier closed models on every benchmark, but it clears the bar for local coding and tutoring tools. Developers can try it through the Transformers library or llama.cpp. The full model needs around 17GB of VRAM at BF16, so a 24GB GPU is the practical floor. For a smaller footprint, quantized versions reduce that further. See the dedicated ZAYA1-8B open source reasoning update for more detail.

The license is the real headline. Apache 2.0 means no usage restrictions, no output ownership clauses, and no per-seat fees. Teams can fine-tune ZAYA1-8B on internal codebases, deploy it behind a firewall, or bundle it into products without needing to publish changes. That is a different risk profile from hosted APIs that can change prices or limits overnight. See AI free tier limits for why that matters. The main caveat is that 8B total parameters with 2.1B active still loses to 70B dense models on very hard tasks. It is a specialist, not a replacement for a full research assistant.

Key strengths:

  • ✅ Apache 2.0 license permits commercial use, modification, and private deployment without output restrictions
  • ✅ Mixture of Experts keeps active parameters low, cutting latency and VRAM use
  • ✅ Strong math and code benchmarks for an 8B class model
  • ✅ Runs on a single 24GB consumer GPU with BF16 weights
  • ✅ No API fees or token based pricing after you download the weights
  • ❌ 8B total parameters are not enough for frontier level open research or very long context
  • ❌ 32k context window is smaller than some newer open models at 128k or more
  • ❌ You must manage your own runtime, quantization, and updates

Who it’s for: Developers who want a license clean local reasoning model for math, code completion, and offline agent tasks on one GPU.

2. Qwen3-6B , Best for coding on constrained hardware

Qwen3-6B is a dense open model from Alibaba’s Qwen team. It has 6 billion parameters, a 32k context window, and an Apache 2.0 license. It is not an MoE, so all parameters are active on every token. That makes it slower per token than ZAYA1-8B at similar memory, but easier to optimize with vLLM and other stacks. The Qwen team publishes releases through Alibaba Cloud.

For local coding, Qwen3-6B is a strong baseline because it handles Python, JavaScript, and shell tasks well at 4-bit quantization. It runs in under 8GB VRAM with GGUF quants, which opens the door to laptops and older GPUs. The tradeoff is raw math depth. Qwen3-6B can solve routine arithmetic and algebra, but it stumbles more often on competition math than ZAYA1-8B. If your workload is mostly code completion, this is the safer small model. If you need step by step math, ZAYA1-8B pulls ahead. See the full Qwen 3 6 Apache open source coding page for benchmarks.

The design tradeoff is clear. Dense models use every parameter for every token, which can improve some instruction following tasks but increases memory bandwidth pressure. ZAYA1-8B’s sparse MoE design activates fewer parameters, so it can produce more tokens per second on mid range GPUs. Qwen3-6B remains the easiest to deploy when VRAM is very limited. That is why it still earns a place in the local stack.

Key strengths:

  • ✅ Small dense architecture fits in less than 8GB VRAM when quantized
  • ✅ Apache 2.0 license with no commercial restrictions
  • ✅ Strong code completion for Python, JavaScript, and common tooling
  • ✅ Mature vLLM, llama.cpp, and Ollama support
  • ❌ All parameters active on every token, so inference can be slower at equal VRAM
  • ❌ Math and multi-step reasoning lag ZAYA1-8B in Zyphra’s tests
  • ❌ Smaller parameter count limits advanced agent behavior

Who it’s for: Hobbyists and developers who need a low memory coding model on laptops or older single GPU machines.

3. Mistral Small 4 , Best for enterprise balanced use

Mistral Small 4 is a larger dense model from Mistral AI. It carries around 24 billion parameters, a 128k context window, and an Apache 2.0 license. Because it is dense, it needs more VRAM than ZAYA1-8B, around 48GB at BF16. Quantization can bring that under 24GB, but at some quality cost. Mistral AI publishes the release notes and weight links.

The model is aimed at enterprise use: document summarization, agent orchestration, multilingual text, and code review. It handles long context better than ZAYA1-8B and is more robust for production RAG pipelines. On math it is competitive, but on a per token and per dollar basis, ZAYA1-8B wins when you only need a math and code specialist. Mistral Small 4 is the better generalist. See Mistral Small 4 Apache open source for benchmarks.

The downside is operational. A 24B dense model is heavier to serve, needs more memory bandwidth, and costs more to run continuously. If you have one 24GB GPU, ZAYA1-8B can live alongside other tools. Mistral Small 4 will want the whole card or a second shard. Still, for teams that need one model for many tasks, the bigger model is worth the overhead.

Key strengths:

  • ✅ 128k context window handles long documents and codebases
  • ✅ Apache 2.0 license suits enterprise deployment
  • ✅ Strong multilingual and general reasoning, not just math and code
  • ✅ 24B dense parameters deliver robust instruction following
  • ❌ Requires more than 24GB VRAM at full precision
  • ❌ Higher latency and cost per token than a 2.1B active MoE
  • ❌ Overkill if your workload is mostly local code and math

Who it’s for: Enterprise teams that need an open generalist model for long context and multilingual production workloads.

4. DeepSeek V4 , Best for large scale open research

DeepSeek V4 is a massive open Mixture-of-Experts model with 1.6 trillion total parameters and around 30 billion active per token. It is not a local GPU toy. It runs on multi GPU servers or cloud clusters and is designed for frontier level reasoning, long context, and research workloads. DeepSeek publishes the technical report and weights.

If you have the hardware, DeepSeek V4 outperforms ZAYA1-8B on nearly every benchmark, including math, code, and agentic planning. That is expected. The model has 200 times the total parameters and far more training compute. The question is whether the gap justifies the cost. For a startup or indie developer, DeepSeek V4 can cost hundreds of dollars per month in cloud GPU time, while ZAYA1-8B runs on hardware you may already own. See DeepSeek V4 open source and AI cost optimization strategies for the math.

DeepSeek V4 makes sense for organizations building specialized research tools, running massive evals, or training on synthetic data. ZAYA1-8B makes sense when latency, privacy, or budget matter more than peak quality. Both are open, but they occupy different tiers.

Key strengths:

  • ✅ Frontier level math and code performance when served on clusters
  • ✅ 1.6T total parameters with sparse activation for high capability
  • ✅ Open weights permit fine tuning and self hosting at scale
  • ✅ Strong long context and agentic reasoning
  • ❌ Requires multi GPU servers and significant VRAM
  • ❌ Operational cost is high for continuous use
  • ❌ Overkill for single user or small team local tasks

Who it’s for: Research labs and enterprises with GPU clusters that need the best open model regardless of infrastructure cost.

Frequently Asked Questions

What is ZAYA1-8B?

ZAYA1-8B is an open Mixture-of-Experts model from Zyphra with 8.0B total parameters and about 2.1B active parameters. It is tuned for math, code, and step by step reasoning. The weights are available under Apache 2.0.

Where can I download ZAYA1-8B?

Zyphra released the weights on Hugging Face. The vendor homepage has links and documentation. Use the Hugging Face hub to download safetensors and inference code rather than guessing a repository path.

What hardware do I need to run it?

BF16 weights need roughly 17GB of VRAM, so a 24GB GPU is a practical floor. 4-bit or 8-bit quantized versions can run on smaller cards, including some 12GB laptops.

How does it compare to closed models like GPT or Claude?

It does not beat frontier closed models on every benchmark, but it delivers competitive math and code results for an 8B class open model. The main advantage is that you can run it locally with no API fees, usage limits, or output restrictions.

Is ZAYA1-8B free for commercial use?

Yes. The Apache 2.0 license allows commercial use, modification, fine tuning, and private deployment without requiring you to open source your changes or pay Zyphra.

What are the main limitations?

The 32k context window is smaller than some newer open models, and 8B total parameters limit performance on very hard research tasks. You also must manage your own serving stack and updates.

What Should You Remember?

  • Open weights: ZAYA1-8B ships under Apache 2.0 on Hugging Face with no commercial restrictions.
  • Mixture of Experts: It activates about 2.1B of 8.0B total parameters, cutting VRAM and latency.
  • Local hardware: A 24GB GPU can run BF16 ZAYA1-8B without cloud API fees.
  • Math and code focus: Zyphra tuned the model for step by step reasoning on GSM8K, MATH, HumanEval, and MBPP style tasks.
  • Context window: 32k tokens suits long code files and multi-step proofs but trails some 128k open rivals.
  • Competitive field: Qwen3-6B, Mistral Small 4, and DeepSeek V4 all offer open alternatives at different sizes and costs.
  • No free tier trap: Self hosting removes the risk of API price changes and rate limits described in AI free tier limits.

Free AI News is an independent editorial publication. Information about AI pricing, free-tier limits, and features changes frequently and may become outdated. Always verify current details through the vendor’s official pages. Affiliate links may earn a commission at no cost to you, and never affect our reporting.