Open LLMs/cyankiwi

Open-Weight LLM · Private & Custom AI

Qwen3-Next-80B-A3B-Instruct-AWQ-4bit

80B sparse MoE model for private deployment at scale — use it to automate complex ops workflows, reasoning tasks, and long-context agent applications while keeping data in your own environment.

Qwen3-Next-80B-A3B-Instruct is a 80B-parameter sparse mixture-of-experts model with only 3B active parameters per token, designed for efficient long-context reasoning (native 256K, extensible to 1M tokens). Built on hybrid attention (Gated DeltaNet + Gated Attention) and stability optimizations, it matches much larger models (235B) on benchmarks while consuming a fraction of the inference cost — ideal for ops teams running private AI infrastructure that needs strong reasoning without the hardware bill.

83.8B
Parameters
apache-2.0
License (OSI/permissive)
Unknown
Context
66.7k
Downloads

Model facts

Developercyankiwi
Parameters83.8B
Context windowUnknown
Licenseapache-2.0 — OSI/permissive
Tasktext-generation
GatedNo
Downloads66.7k
Likes66
Updated2026-05-06
Sourcecyankiwi/Qwen3-Next-80B-A3B-Instruct-AWQ-4bit

Private deployment

Run Qwen3-Next-80B-A3B-Instruct-AWQ-4bit in your own environment

Fully self-hostable via SGLang or vLLM on commodity multi-GPU setups (4x H100/A100 class). Model weights are Apache 2.0 licensed, ungated, and in safetensors format. Deploy as a private OpenAI-compatible API endpoint within your VPC or on-premises — no external calls, all data stays in your control. Inference framework support (SGLang 0.5.2+, vLLM 0.10.2+) is mature; MTP (multi-token prediction) speeds up completion further when available.

Operational AI use cases

01

Financial & Contract Analysis at Scale

Use the 256K native context to ingest entire contracts, regulatory filings, or month-end financial reports in a single request. Deploy privately to analyze multi-document workflows (supplier terms, SLA reviews, invoice disputes) without shipping sensitive data to third-party APIs. The sparse MoE design keeps per-token cost low for high-volume batch analysis.

02

Support Ticket Routing & Knowledge Synthesis

Index your internal knowledge base and customer context into long-context prompts; the model's reasoning benchmarks (AIME25: 69.5, LiveBench: 75.8) support accurate ticket categorization, multi-turn resolution suggestions, and root-cause analysis. Self-host to preserve customer PII and proprietary troubleshooting playbooks entirely on your infrastructure.

03

Ops Workflow Automation & Multi-Step Reasoning

Power internal agents for IT asset management, procurement workflows, and incident post-mortems. The model's strong instruction-following (IFEval: 87.6, Arena-Hard v2: 82.7) and agent benchmarks (BFCL-v3: 70.3) enable reliable step-by-step automation — compliance audits, onboarding checklists, or system diagnostics — all auditable and private.

Custom AI

As a base for custom AI

Strong foundation for building a proprietary ops AI product or vertical-specific agent. The model is instruct-tuned and supports function calling at scale via long context; fine-tune on your domain data (contracts, incident reports, internal processes) to create a custom reasoning engine. 3B active parameters keeps fine-tuning and inference costs manageable. Base model (Qwen3-Next-80B-A3B-Instruct) is production-ready without further alignment work.

In the operating system

Where it fits

Sits in the **agentic reasoning & knowledge layer** of an ops AI system. Use it as the core LLM backbone for agents that need to reason over long documents (contracts, logs, FAQs) or execute multi-step workflows. Pair with RAG (for external knowledge) and function-calling middleware (vLLM/SGLang tools) to wire into your ops tooling. Not suitable as a lightweight embedding/classifier layer — use smaller models for that.

Data control & security

Self-hosting eliminates data transit to third parties. Your company runs the model in your own infrastructure (private VPC, on-prem cluster, or dedicated hardware) — all input/output tokens stay within your boundary. No telemetry, no external inference calls. This is an architecture choice, not a property of the model itself; you're responsible for securing the deployment (network isolation, access controls, audit logging). No built-in compliance certifications claimed by the model; compliance depends on your infrastructure and operational controls.

Hardware footprint

**Estimate (verify in your environment):** - **BF16 (full precision):** ~170–180 GB VRAM (80B × 2 bytes/param + activations) - **AWQ 4-bit quantized (this variant):** ~25–35 GB VRAM (this is the provided model; 80B × 0.5 bytes/param + overhead) - **Recommended:** 4× H100 (80GB) or equivalent; can run on 2× A100 (80GB) with aggressive batching/pipeline parallelism. Context length (256K tokens) will push memory usage up — reduce to 32K or 128K if memory-constrained.

Integration

Expose as an OpenAI-compatible REST API using SGLang or vLLM, then wire into your existing ops tooling (Jira, Slack, internal dashboards) via webhook or scheduled job. Supports multi-turn chat via standard `messages` format. For high-throughput scenarios (e.g., batch processing 1000s of tickets), use vLLM's batching and tensor parallelism across multiple GPUs. If using multi-token prediction, ensure your inference framework version matches (SGLang 0.5.2+). Tokenizer is transformers-compatible; integrate via `AutoTokenizer` from Hugging Face.

When it's not the right fit

  • Real-time, ultra-low-latency responses needed: MoE routing and 48-layer depth add latency vs. streamlined inference models; better for batch/asynchronous workflows.
  • Lightweight edge deployment: 80B parameters and GPU requirement are incompatible with mobile, browser, or CPU-only environments; use a smaller model (7B–13B) for edge.
  • No long-context value: If your ops tasks fit in 4K–8K token windows, the 256K native context is wasted capacity; a smaller, faster model is more cost-efficient.
  • Strict commercial compliance (SOC2, HIPAA, FedRAMP): Self-hosting shifts compliance burden to your ops team; the model itself makes no compliance claims, and misconfiguration can expose sensitive data.

Alternatives to consider

Qwen3-32B-Instruct

Smaller, faster alternative (32B vs 80B); still competitive on reasoning (AIME25: 20.2 is lower; see model card). Use if you want faster response times and lower VRAM footprint (~40–50GB BF16) without sacrificing instruction-following.

Llama 3.1 405B (Meta, Apache 2.0)

Larger, denser alternative; stronger on some benchmarks but requires 4–8× more VRAM and inference cost. Use if you need absolute peak capability and have the hardware; Qwen3-Next-80B sparse design wins on efficiency.

Mixtral 8x22B (Mistral, Apache 2.0)

Proven sparse MoE design (8 experts, 2 active); faster inference than Qwen3-Next, weaker on reasoning benchmarks. Use if your ops tasks are lightweight routing/classification and you want minimal hardware footprint.

FAQ

Can we run this entirely on-premises without external API calls?

Yes. Deploy via SGLang or vLLM on your own GPU cluster or on-prem hardware. Expose as an internal API (OpenAI-compatible) and wire into your ops tooling. All data stays in your environment. No Hugging Face calls at inference time; only initial model download and (optionally) periodic updates.

Is this model licensed for commercial use?

Yes. Apache 2.0 license permits commercial use, modification, and distribution. No restrictions on building products or selling services powered by this model, provided you include the license notice. Ungated, so no approval needed.

How does the 3B activation ratio affect ops performance?

Only 3B out of 80B parameters are active per token (routed by MoE). This cuts inference FLOPs and memory bandwidth by ~10–40% vs. dense models, lowering latency and cost per request. Trade-off: routing logic adds complexity; use SGLang/vLLM to ensure efficient MoE execution.

What's the difference between the 256K native context and 1M extensible context?

256K tokens is guaranteed without special tricks. Extending to 1M requires advanced position interpolation techniques (rope scaling, etc.) — requires testing in your framework. Use 256K natively for production; experiment with 1M in sandbox first.

Ready to Run Private Ops AI at Scale?

Qwen3-Next-80B is built for self-hosted deployment in your infrastructure. Learn how LLM.co helps you integrate this model into operational workflows, build custom AI agents, and keep your data locked down. Let's talk about your setup.