Open-Weight LLM · Private & Custom AI

Qwen3-235B-A22B-Instruct-2507-FP8

A 235B mixture-of-experts model (22B active) for ops teams building private AI agents, document automation, and reasoning-heavy internal workflows at scale.

Qwen3-235B-A22B-Instruct-2507-FP8 is Alibaba's latest open-weight MoE model, instruction-tuned and FP8-quantized for efficiency. It supports 256K context natively, excels at reasoning, coding, multilingual tasks, and agentic tool-calling—making it a production-grade foundation for companies running private LLM systems without vendor lock-in.

235.1B
Parameters
apache-2.0
License (OSI/permissive)
Unknown
Context
221.4k
Downloads

Model facts

DeveloperQwen
Parameters235.1B
Context windowUnknown
Licenseapache-2.0 — OSI/permissive
Tasktext-generation
GatedNo
Downloads221.4k
Likes148
Updated2025-09-17
SourceQwen/Qwen3-235B-A22B-Instruct-2507-FP8

Private deployment

Run Qwen3-235B-A22B-Instruct-2507-FP8 in your own environment

Self-hosting this model requires 40–60 GB VRAM (FP8, multi-GPU tensor parallelism recommended; 4× H100/A100 typical). Deploy via sglang, vLLM, or transformers on your own infrastructure; Alibaba provides MCP-agent wrappers for fast integration. Data stays in your network—no API calls, no vendor telemetry, full control over inference, caching, and audit trails.

Operational AI use cases

01

Customer support ticket automation & routing

Route support tickets by intent/severity, generate canned responses, and escalate edge cases. Qwen3's 256K context means reading entire ticket histories + knowledge base in one pass. Agentic tool-calling lets it query internal databases, CRM systems, or knowledge repos without context switching.

02

Financial & compliance document processing

Extract, classify, and summarize contracts, invoices, and regulatory filings. Strong reasoning + multilingual support handles cross-border docs. Private hosting ensures PII never leaves your data center; run async batch inference on document backlogs at night.

03

Internal knowledge agent & employee assistance

Build a chatbot that indexes internal policies, runbooks, JIRA tickets, and Slack logs. Tool-calling capability lets it fetch real-time data (headcount, project status, OKRs). Private deployment + custom fine-tuning keeps proprietary workflows locked in your ops stack.

Custom AI

As a base for custom AI

Strong foundation for fine-tuning on proprietary datasets (customer interactions, internal docs, domain jargon). MoE architecture means you can selectively activate expert layers for domain-specific tasks without full retraining. Apache 2.0 license permits commercial model derivation; Qwen-Agent framework accelerates tool-binding and agent development.

In the operating system

Where it fits

**Knowledge layer**: 256K context + strong retrieval-aware reasoning for RAG systems and document Q&A. **Agent layer**: Native tool-calling, MCP support, and proven agentic benchmarks (BFCL, TAU series) make it the brain of ops workflows. **Ops automation**: Use as the reasoning engine in document workflows, ticket routing, and multi-step task orchestration.

Data control & security

Private deployment architecture ensures inference data (customer support tickets, contracts, internal comms) never leaves your environment—no cloud API dependency, no third-party data processing. You control model updates, access logs, and caching. *No security certifications claimed by Alibaba; audit your own deployment for HIPAA/SOC 2 compliance if required.*

Hardware footprint

**FP8 quantized** (~47 GB VRAM single-device, 4×12 GB with tensor-parallel-4). **Full BF16** would require ~470+ GB (not practical for single-node; requires cluster). Recommendations: H100 (80GB) or A100 (40GB) ×4 for low-latency inference; A6000 (48GB) ×2–3 for moderate throughput. Context-length reduction to 32K halves peak memory if needed.

Integration

Drop into sglang or vLLM for OpenAI-compatible API endpoints; wire via standard REST or gRPC. Qwen-Agent Python SDK simplifies tool definitions (MCP, code_interpreter, custom functions). Handles function calling natively; prompt template via `apply_chat_template()`. Batch inference via vLLM for high-throughput ops (documents, tickets). Requires transformers>=4.51.0; fine-grained FP8 may need `CUDA_LAUNCH_BLOCKING=1` for multi-device setups.

When it's not the right fit

  • You need sub-100ms latency on every request: MoE gating overhead + 235B scale means ~2–5s first-token time even with 4-GPU setup; async batch processing is the right pattern.
  • Your ops team cannot manage infrastructure (CUDA, distributed inference, container orchestration). Requires DevOps/ML Eng support; not a managed SaaS button.
  • You need certified security/compliance (HIPAA, SOC 2, FedRAMP): open-weight model ≠ compliance guarantee. Audit burden on you.
  • Your use case demands sub-second sub-$0.01 token cost at scale: private inference has fixed capex + opex; closed APIs may be cheaper for small orgs.

Alternatives to consider

Llama 3.1-405B (Meta)

Larger, denser model; no MoE (fixed compute cost). Better for single-domain fine-tuning; weaker agentic benchmarks. Also Apache 2.0, same self-hosting.

DeepSeek-V3 (DeepSeek)

Competing MoE (236B total, 37B active); claims better inference efficiency. Closed availability/gating may slow deployment; less mature open-source ecosystem.

Mixtral 8x22B (Mistral)

Smaller, leaner MoE (176B total, 40B active). Lower infra bar (~80 GB VRAM); weaker reasoning & agentic capability; mature vLLM/sglang support.

FAQ

Can we fine-tune Qwen3 on our proprietary data and keep the model private?

Yes. Apache 2.0 permits derivative works. Fine-tune on your own infra using standard HF/vLLM tooling. You own the trained weights; no obligation to share. Qwen-Agent provides templates for domain adaptation.

Is this model commercial-ready for a product we sell?

Yes, under Apache 2.0. You may bundle it in a proprietary product, charge customers, and modify it—no royalties to Alibaba. Disclose the Apache 2.0 license in your terms. Review Alibaba's acceptable-use policy (linked in model card) for restrictions on synthetic data generation, impersonation, etc.

What's the difference between this FP8 version and the full BF16 Qwen3-235B?

FP8 is ~10× smaller (47 GB vs. 470 GB) with <5% accuracy loss. Tradeoff: FP8 quantization runs on fewer GPUs but may have numerical stability issues on very long contexts (>200K). For most ops use cases (tickets, docs, knowledge agents), FP8 is safe and recommended.

How do we deploy this without a huge ML Eng team?

Use a managed vLLM/sglang service on your own cloud (Lambda, Crusoe, Lambda Labs rent GPUs). Or partner with LLM.co to handle the infrastructure layer. You focus on integrations and fine-tuning; we manage inference, scaling, and updates.

Build Your Private Ops AI on Qwen3

Self-host Qwen3-235B on your infrastructure. Fine-tune on proprietary data. Wire into support, finance, and knowledge workflows without vendor APIs. LLM.co handles infrastructure; you own the model and data.