Open-Weight LLM · Private & Custom AI

Qwen3-235B-A22B-Thinking-2507-FP8

Reasoning-first MoE for private ops automation: deep task decomposition, 256K context, and MOE efficiency in a self-hosted package.

Qwen3-235B-A22B-Thinking-2507-FP8 is a 235B mixture-of-experts causal language model with 22B activated parameters, fine-tuned for extended reasoning tasks and FP8-quantized for efficient private deployment. Teams use it to automate complex reasoning workflows—financial analysis, contract review, diagnostic support, multi-step problem solving—while keeping all data inside their environment.

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

Model facts

DeveloperQwen
Parameters235.1B
Context windowUnknown
Licenseapache-2.0 — OSI/permissive
Tasktext-generation
GatedNo
Downloads44.4k
Likes86
Updated2025-07-30
SourceQwen/Qwen3-235B-A22B-Thinking-2507-FP8

Private deployment

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

Self-hosting this model requires ~50–60 GB VRAM (FP8, batched inference; bfloat16 ~100+ GB). Deploy via vLLM, SGLang, or Ollama with tensor parallelism across 2–4 GPUs. The architecture supports long-context reasoning (256K tokens natively), making it suitable for internal knowledge systems, compliance workflows, and RAG pipelines. Data remains in your infrastructure; no third-party inference calls required.

Operational AI use cases

01

Financial & Risk Analysis

Automate quarterly reporting, contract risk assessment, and internal audit prep. The model's reasoning and document understanding (256K context) handles long filings, regulatory docs, and internal policies without streaming data to external APIs.

02

Support & Knowledge Triage

Route customer or employee inquiries by category and severity using multi-step reasoning. Summarize internal documentation, KB articles, and ticket history to suggest solutions before escalation—all running on your servers.

03

Operational Workflow Automation

Decompose complex tasks (e.g., incident response, order fulfillment, project planning) into sub-tasks and decisions. The thinking mode reveals reasoning steps, enabling audit trails and confidence scoring for compliance-sensitive automation.

Custom AI

As a base for custom AI

Use this as a backbone for bespoke apps: internal chatbots with retrieval-augmented generation (RAG), workflow engines that route tasks based on deep reasoning, or domain-specific agents (finance, legal, ops). The quantized weight enables rapid iteration; the thinking capability embeds explainability into custom applications.

In the operating system

Where it fits

Sits at the **reasoning & knowledge** layer of an AI OS. Upstream: connectors to your documents, databases, and APIs. Downstream: agentic frameworks (Qwen-Agent, LangChain) for tool-calling and multi-turn orchestration. Thinking output feeds monitoring, audit logs, and confidence-based routing in workflow layers.

Data control & security

Self-hosting eliminates data egress to third-party inference providers. Sensitive documents, financial records, HR data, and internal workflows stay on-premises. No calls to external LLM APIs. You control model versioning, input/output logging, and access policies. Note: this architecture choice does not itself guarantee compliance; your deployment, access controls, and data handling practices do.

Hardware footprint

**Estimate (FP8, batch size 1):** ~50–60 GB VRAM. **Bfloat16 (unquantized):** ~100–120 GB VRAM. Tensor parallelism across 2–4 H100/A100 GPUs recommended for sub-5s latency. Long-context (256K) increases KV cache; reduce context or increase GPU count if OOM occurs. Single GPU deployment feasible for non-interactive or smaller context windows.

Integration

Load via Hugging Face `transformers` (requires v4.51.0+) or inference frameworks (vLLM, SGLang). Expose via OpenAI-compatible API endpoints for drop-in integration with existing orchestration (Zapier, Make, custom middleware). Use Qwen-Agent for tool-calling; wire function schemas into your business logic (Salesforce, ERP, internal databases). Thinking tokens can be streamed for real-time feedback or post-processed for audit trails.

When it's not the right fit

  • Real-time, latency-critical use cases (e.g., chat <500ms) without heavy infrastructure investment; thinking mode adds 2–10s latency per inference.
  • Small, narrowly-scoped tasks where a smaller, faster model suffices; MOE overhead and thinking overhead aren't justified.
  • Organizations unable or unwilling to operate GPU infrastructure; on-premises deployment requires DevOps support and capital spend.
  • Tasks requiring structured outputs only (e.g., classification, metadata extraction); thinking verbosity is wasted if reasoning steps aren't surfaced or audited.

Alternatives to consider

Llama 3.3 70B

Smaller footprint, faster inference, easier to run on single GPU. Trade-off: weaker long-context handling and no native reasoning mode. Better for fast, high-volume operational tasks.

DeepSeek-R1-Zero

Comparable reasoning capability, smaller total size, strong code/math reasoning. May require research-stage deployment frameworks and less mature ops tooling.

Mistral Large 2

Broader language support, strong instruction-following, smaller memory footprint. Lacks deep reasoning and native thinking mode; suitable for generic automation, not complex problem decomposition.

FAQ

How do I deploy this privately?

Download the model from Hugging Face, load it with `transformers` (v4.51.0+), and serve via vLLM or SGLang with tensor parallelism. Allocate 50–60 GB VRAM (FP8). Expose an OpenAI-compatible API on your internal network; gate access with auth. No data leaves your infrastructure.

Can I use this commercially in a private deployment?

Yes. The Apache 2.0 license permits commercial use, modification, and redistribution. You may build and sell products using this model, provided you include the license notice. No per-inference royalties or restrictions.

What is 'thinking mode' and why does it matter for ops?

The model explicitly reasons through problems before answering, generating intermediate steps visible to you (via token ID 151668). This is valuable for ops: audit trails, confidence scoring, and explainability in compliance workflows. You can log/visualize reasoning to understand why the system made a decision.

Is FP8 quantization production-ready?

Yes. FP8 (fine-grained, block size 128) is production-ready in vLLM and SGLang. It reduces memory by ~50% vs bfloat16 with negligible quality loss. For ops automation, the trade-off is favorable.

Build Reasoning into Your Operations

Ready to run Qwen3 reasoning models privately? LLM.co helps you deploy, integrate, and operationalize custom AI systems that keep your data safe. Let's architect your private reasoning layer.