SAVRN
Search Contact SAVRN

Open-weight model · Text generation

JiRackDeltaNet_27b

by Center Business Solutions inc CMSManhattan/JiRackDeltaNet_27b

Benefits high quality CPU inference TQ2 on Llama.cpp and Ollama via QAT - Robotcs, Routing, Coding, Multimedia, Advanced tool calling via JiRackDeltaNetTokenizer - JiRack DeltaNet understand video and images that best for Robotics also A fast and efficient…

Parameters27.3B
Context262,144
Weights255.7 GB
Licensemit
AccessOpen weights
Monthly Downloads4.1k

Runs On

What it takes to serve JiRackDeltaNet_27b (27.3B parameters): the memory its weights need at each precision, and the cheapest way to rent enough data-center GPUs to hold them.

PrecisionWeightsMemory neededCheapest setupPer hourAlso fits
16-bit 54.6 GB 65.6 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00
8-bit 27.3 GB 32.8 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00
4-bit 13.7 GB 16.4 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00

Memory is the weights at that precision plus 20% for the runtime and a short context; a long context needs more. Prices are the lowest on-demand hourly rates in the SAVRN Index, read Sep 18, 2026.

Model Card

By Center Business Solutions inc, published under mit, revision f2a72aa360b7.

Benefits high quality CPU inference TQ2 on Llama.cpp and Ollama via QAT - Robotcs, Routing, Coding, Multimedia, Advanced tool calling via JiRackDeltaNetTokenizer - JiRack DeltaNet understand video and images that best for Robotics also A fast and efficient 27B model optimized for CPU inference. Built on a Qwen3.8-style DeltaNet architecture (hybrid attention + SSM), with an updated tokenizer that includes Routing, Media, Vision, Sound, Tool call, and Robotics tags. Ready-to-run GGUF quantizations, and native Ollama support with reasoning disabled by default for fast, direct responses. - JiRack is a cloud-ready model that helps save money on cloud infrastructure. It can be used as an expert…

Read Center Business Solutions inc's full model card

Qwen 3.8 27b migrated to Ternary Architedure

  • Benefits high quality CPU inference TQ_2 on Llama.cpp and Ollama via QAT
  • Robotcs, Routing, Coding, Multimedia, Advanced tool calling via JiRackDeltaNetTokenizer
  • JiRack DeltaNet understand video and images that best for Robotics also

JiRack DeltaNet 27B (CPU)

A fast and efficient 27B model optimized for CPU inference. Built on a Qwen3.8-style DeltaNet architecture (hybrid attention + SSM), with an updated tokenizer that includes Routing, Media, Vision, Sound, Tool call, and Robotics tags. Ready-to-run GGUF quantizations, and native Ollama support with reasoning disabled by default for fast, direct responses. - JiRack is a cloud-ready model that helps save money on cloud infrastructure. It can be used as an expert model in RAG deployments, with the ONNX JiRack Java server as an alternative.

JiRack service options

  • Current quantizations were done from the FP16 model.
  • If you need custom compression or fine-tuning, please write to me and I'll perform QAT from your dataset, tailored specifically to your task.
  • Plus double QAT via ONNX QAT.
  • Adapt train process to avoid catastrophic forgetting with NDA
  • Adapt train process to avoid fast plateau in training with NDA
  • Adapts to agentic or instruct models for tool calling, using the JiRack tokenizer to enable high-quality tool calling on small models — built as a domain-specific tool expert.
  • Deployment and scale

JiRack Codding Agent IDE

  • It is Agent Coding IDE for JiRack Models to run via Ollama on home PC
  • It good choose for Agent Coding IDE such as Cursor , Windsurf IDE or Devin IDE etc but more safe that ask you to apply changes and review.
  • Test version https://huggingface.co/CMSManhattan/JiRackDeltaNet_27b/resolve/main/jirack_ide.zip
  • Final release version https://huggingface.co/CMSManhattan/JiRackDeltaNet_27b/resolve/main/jirack_ide_final.zip

Ollama production support

  • JiRack DeltaNet 27B runs natively on Ollama with reasoning disabled by default (no forced <think> blocks).
  • Available now: cmsmanhattan/JiRackDeltaNet_27b-q4-reasoning — https://ollama.com/cmsmanhattan
  • Runtime override also supported: ollama run cmsmanhattan/JiRackDeltaNet_27b-q4-reasoning --think=false
  • Follow fresh Ollama platform updates

Spring Boot AI tool calls examples for JiRack DeltaNet series

  • Tool call library on java for Enterprise https://github.com/alibaba/spring-ai-alibaba

GoEx AI tool calls examples for JiRack DeltaNet series

  • Tool call library on python https://github.com/ShishirPatil/gorilla

JiRack DeltaNet tool calls to boost tool call quality

  • Use JiRack Precision tokenizer tags for tool calls with ToolBench https://github.com/OpenBMB/ToolBench
  • https://huggingface.co/xalss/Qwen2-7B-Instruct-glaive-function-calling
  • https://huggingface.co/datasets/NousResearch/hermes-function-calling-v1
  • Add JiRack tool call tags in the dataset and modify tool call processor if needed

JiRack RoboTech

Available Variants on Docker with UI

Tag Quant Size Approx. RAM Description
cmsmanhattan/jirack-deltanet-27b-cpu:latest Full ~55 GB ~56–64 GB Full precision reference
cmsmanhattan/jirack_deltanet_27b-cpu-q4:latest Q4_K_M ~16.8 GB ~18–24 GB Recommended balance
cmsmanhattan/jirack-deltanet-27b-cpu-q3:latest Q3_K_M ~13.9 GB ~15–20 GB Good quality / size trade-off
cmsmanhattan/jirack-deltanet-27b-cpu-q2:latest Q2_K ~11.2 GB ~12–17 GB Maximum compression

Quick Start

Run with Ollama (recommended — reasoning off by default)

  • https://ollama.com/cmsmanhattan
ollama pull cmsmanhattan/JiRackDeltaNet_27b-q4-reasoning
ollama run cmsmanhattan/JiRackDeltaNet_27b-q4-reasoning "What is the capital of France?"

Run with Docker

  • 27B docker images can be provided by request.
  • Build docker on local from source or request from me.
  • Docker images use hidden reasoning logic to make chat clear

Q8/int8

docker run -d \
  --name jirack_deltanet_27b \
  -p 7869:7869 \
  --cpus=16 \
  -e THREADS=16 \
  -e THREADS_BATCH=16 \
  --restart unless-stopped \
  cmsmanhattan/jirack_deltanet_27b-cpu-q8:latest

Q6

docker run -d \
  --name jirack_deltanet_27b \
  -p 7869:7869 \
  --cpus=16 \
  -e THREADS=16 \
  -e THREADS_BATCH=16 \
  --restart unless-stopped \
  cmsmanhattan/jirack_deltanet_27b-cpu-q6:latest

Default CPU (Q4/int4 recommended)

docker run -d \
  --name jirack_deltanet_27b \
  -p 7869:7869 \
  --restart unless-stopped \
  cmsmanhattan/jirack_deltanet_27b-cpu-q4:latest

Q3

docker run -d \
  --name jirack_deltanet_27b \
  -p 7869:7869 \
  --cpus=16 \
  -e THREADS=16 \
  -e THREADS_BATCH=16 \
  --restart unless-stopped \
  cmsmanhattan/jirack_deltanet_27b-cpu-q3:latest

Q2 (lowest memory)

docker run -d \
  --name jirack_deltanet_27b \
  -p 7869:7869 \
  --cpus=16 \
  -e THREADS=16 \
  -e THREADS_BATCH=16 \
  --restart unless-stopped \
  cmsmanhattan/jirack_deltanet_27b-cpu-q2:latest

Full precision

docker run -d \
  --name jirack_deltanet_27b \
  -p 7869:7869 \
  --cpus=16 \
  -e THREADS=16 \
  -e THREADS_BATCH=16 \
  --restart unless-stopped \
  cmsmanhattan/jirack-deltanet-27b-cpu:latest

Multi CPU

docker run -d \
  --name jirack_deltanet_27b \
  -p 7869:7869 \
  --cpus=16 \
  -e THREADS=16 \
  -e THREADS_BATCH=16 \
  --restart unless-stopped \
  --memory=32g \
  --cpus=8 \
  cmsmanhattan/jirack-deltanet-27b-q4:latest

Docker Compose Example

services:
  jirack:
    image: cmsmanhattan/jirack_deltanet_27b-cpu-q4:latest
    container_name: jirack_deltanet_27b
    ports:
      - "7869:7869"
    volumes:
      - .:/app
      - ./web:/app/web
    environment:
      - MAX_TOKENS=2048
      - TEMPERATURE=0.7
      - TOP_P=0.8
      - TOP_K=20
      - DEFAULT_STREAM=False
      - INTRA_THREADS=4
      - USE_ENV_ALLOCATOR=1
      - THREADS=16
      - THREADS_BATCH=16
    deploy:
      resources:
        limits:
          memory: 32g

Ollama platform

  • CPU without JiRack UI
  • GPU without JiRack UI
  • Ollama images displays reasoning logic by default but it can be off .
  • Use JiRack UI from https://www.jirack.com
  • cmsmanhattan/JiRackDeltaNet_27b-reasoning:latest 54 GB
  • cmsmanhattan/JiRackDeltaNet_27b-q2-reasoning:latest 10 GB
  • cmsmanhattan/JiRackDeltaNet_27b-q3-reasoning:latest 13 GB
  • cmsmanhattan/JiRackDeltaNet_27b-q4-reasoning:latest 16 GB
  • cmsmanhattan/JiRackDeltaNet_27b-q6-reasoning:latest 22 GB
  • cmsmanhattan/JiRackDeltaNet_27b-q8-reasoning:latest 29 GB

Access the UI

Once the container is running, open your browser and navigate to: http://localhost:7869 This opens the JiRack UI — a clean web interface.

Changing the Port

The listening port can be easily modified directly from the Settings panel within the JiRack UI.

Licensing

  • Model weights are released under the MIT License — free to use, modify, and distribute for any purpose, including commercial. No royalties, no per-user fees, no subscription.
  • The Docker image with UI and the pre-built Ollama quantizations are separate paid products. If you prefer to build your own secure deployment — take the weights, assemble your own stack, and you're done.

  • The JiRack DeltaNet 27B model for Docker and Ollama is provided under a commercial license ($12 per user per year).

  • All JiRack UI clients are provided under a commercial license.
  • However, the UI clients can be used for free when running together with the official JiRack Docker containers, as long as they are not redistributed separately.

For commercial licensing, cluster deployment, or enterprise use of JiRack models, please contact us. - JiRack MS Windows 11 Desktop Client (with Ollama API): https://huggingface.co/kgrabko/JiRackTernary_1b/resolve/main/jirack-chat.zip - Live email chat with the model: [email protected]

Hardware Recommendations

Recommended Hardware for JiRack DeltaNet 27B (single Docker container)

Use Case CPU RAM Recommended Quant Expected Speed Recommendation
Recommended Ryzen 9 / Intel i9 / Xeon 24–32 GB Q4_K_M Good interactive Best choice
High Performance High-core server CPU 48 GB+ Full / Q4 Excellent Excellent
Low Memory Modern 12+ core CPU 16–24 GB Q3_K_M or Q2_K Usable Acceptable
Edge / Minimal Strong workstation CPU 16 GB Q2_K Acceptable Budget option

Important Memory Notes

Even though the quantized 27B models are relatively compact for their size, we recommend the following for best experience: - Q4_K_M: 18–24 GB system RAM minimum - Q3_K_M / Q2_K: 15–20 GB system RAM - Full precision: 48 GB+ system RAM recommended

Reasons for extra headroom: - KV-cache consumption during generation - Runtime overhead and temporary buffers - System stability and avoiding out-of-memory errors - Room for larger context windows

Minimum recommended (Q4): 18 GB system RAM Ideal: 24–32 GB system RAM

I added the default model in full precision. This serves as the base for quantization, allowing us to find the optimal balance between model size and performance.

Architecture Notes

  • Qwen3.8-style DeltaNet architecture: hybrid attention + SSM design (qwen35 in GGUF metadata)
  • Updated tokenizer: Extended with new special tags for Routing, Tool call, and Robotics
  • No-forced-reasoning support: chat template patched so <think> blocks default to closed; native support on Ollama
  • Hidden 5120, 65 layers, attention heads 24 / KV heads 4, feed-forward 17408
  • SSM: conv kernel 4, state size 128, group count 16, time-step rank 48, inner size 6144
  • RoPE θ = 10,000,000, RMSNorm ε = 1e-6
  • Context length: up to 262,144 tokens
  • Ready-to-run GGUF quantizations (Q2_K, Q3_K_M, Q4_K_M)

Benchmarks

JiRack DeltaNet 27B is built on the Qwen3.5/Qwen3.8-style DeltaNet architecture. The table below reproduces the published base-model benchmark results from Qwen/Qwen3.8-27B for reference — these reflect the upstream base model's capabilities, not JiRack-specific fine-tuning or quantization results.

Text Performance

Qwen3.8-27B Qwen3.6-27B Qwen3.7-Plus Muse Glimmer-30B Opus4.6 Max
Coding
Agentic terminal coding — Terminal Bench 2.1 (Terminus) 73.0 63.4 64.0 51.7 78.2
Agentic coding — SWE-bench Pro 61.7 53.5 57.6 51.2 53.4
Repo-level code generation — NL2Repo-Bench 42.3 36.2 41.1 -- 47.6
Agentic coding — DeepSWE 1.1 42.2 13.3 14.2 -- --
Software engineering — QwenSWEBench 79.0 49.3 59.2 -- 63.8
Agent
Long-horizon office work — CoWorkBench 70.7 61.0 65.1 -- 68.2
Professional job tasks — JobBench 33.4 21.8 27.6 -- --
Frontier agentic tasks — Agents' Last Exam (Pass@1/Score) 20.4 / 42.9 10.6 / 27.3 13.2 / 33.6 -- --
General
Instruction following — IFBench 79.5 69.1 79.1 77.0 62.5
Scientific reasoning — GPQA Diamond 89.2 87.8 90.3 83.5 91.3
Multidisciplinary reasoning — HLE 30.8 24.0 34.7 22.0 40.0
Competitive coding — LiveCodeBench v6 90.3 83.9 89.6 -- 88.8

VL Performance

Qwen3.8-27B Qwen3.6-27B Qwen3.7-Plus Muse Glimmer-30B Opus4.6 Max
Agentic Multimodal Intelligence
Computer use — OSWorld-Verified 84.3 63.9 73.3 65.9 72.7
Browser use — WebArena-Verified 64.8 48.8 55.3 -- --
Mobile use — AndroidWorld 81.9 70.3 81.0 -- 62.0
Application recreation — RecreationBench 47.1 29.8 30.2 -- --
Multimodal tool use — ClawEval-MM (Pass@3/Avg) 57.4 / 56.9 42.6 / 50.4 57.4 / 60.1 -- 52.5 / 54.7
Multimodal SWE — SWE-MM 38.6 25.7 30.0 -- 27.1
Visual web development — Vision2Web 62.9 45.0 42.1 -- --
General Multimodal Intelligence
Visual math — MathVision (w/o CI / w/ CI) 90.0 / 94.6 85.1 / -- 90.3 / -- -- 65.5 / --
General visual reasoning — BabyVision (w/o CI / w/ CI) 65.7 / 85.6 28.9 / -- 64.7 / 70.4 -- 12.6 / --
Scientific chart analysis — CharXiv (RQ) (w/o CI / w/ CI) 83.7 / 90.2 78.4 / -- 85.8 / 85.9 78.8 66.0 / --
Document intelligence — OmniDocBench 1.5 91.1 89.4 91.4 75.8 86.6
Real-world perception — RealWorldQA 85.9 84.1 86.9 -- 73.9
Embodied intelligence — ERQA 65.5 62.5 69.8 -- 40.8

Source: Qwen/Qwen3.8-27B model card. Best result in each row is bolded. Empty cells (--) indicate results not yet available. See the source card for full evaluation methodology and footnotes.

Contact & Licensing

For joint venture opportunities, hardware integration, or licensing inquiries: - Email: [email protected] - Phone: +1 (516) 777-0945 - Location: New York, USA

License

MIT License

Configuration

Architecture
Qwen3_5ForCausalLM
Context length (tokens)
262,144
Layers
64
Hidden size
5,120
Feed-forward size
17,408
Attention heads
24
Key/value heads
4
Head dimension
256
Vocabulary size
248,320
Model type
qwen3_5_text

Identity and Version

Repository
CMSManhattan/JiRackDeltaNet_27b
Publisher
Center Business Solutions inc
Task
Text generation
Modality
Text
Library
Not stated by the source
Parameters
27.3B parameters
Languages
en, zh, ja, ko, fr, es, pt, de
Revision
f2a72aa360b715897375e60f85f371f689da193c
First published
2026-08-29
Last updated
2026-09-13

Files and Weights

34 files, 257.0 GB in total. The weights are 8 files totalling 255.7 GB in gguf, pt, safetensors.

Weights8 files · 255.7 GB
Configuration6 files · 58.3 KB
Tokenizer2 files · 20.0 MB
Documentation10 files · 72.9 KB
Other7 files · 1.2 GB
Repository1 file · 2.0 KB
Every file
FileTypeSizeSHA-256
JiRackDeltaNet_27b.Q2_K.ggufWeights10.9 GB b2a7ab0ffed5
JiRackDeltaNet_27b.Q3_K_M.ggufWeights13.5 GB 90d2e80363cd
JiRackDeltaNet_27b.Q4_K_M.ggufWeights16.8 GB 61cb0ff84669
JiRackDeltaNet_27b.Q6_K.ggufWeights22.4 GB c1c48c10eada
JiRackDeltaNet_27b.Q8_0.ggufWeights29.0 GB 05b8f1af767a
JiRackDeltaNet_27b.ggufWeights54.7 GB ba6ac94f2226
model.ptWeights53.8 GB 78473bfe2294
model.safetensorsWeights54.6 GB 1f5379bf80f6
JiRackDeltaNet_27b.pyConfiguration37.3 KB
chat_jirack_27b.pyConfiguration1.7 KB
config.jsonConfiguration2.7 KB
embed_prompt_gguf_proper.pyConfiguration7.4 KB
export_27b_to_hf_safetensors.pyConfiguration5.3 KB
test_jirack_generate.pyConfiguration3.9 KB
HOW_TO_EMBED_PROMPT_en.mdDocumentation3.4 KB
HOW_TO_EMBED_PROMPT_ru.mdDocumentation4.4 KB
JiRack_README_en.mdDocumentation4.8 KB
JiRack_README_ru.mdDocumentation6.7 KB
README.mdDocumentation15.7 KB
Ternarization_instructions_27b_de.mdDocumentation6.0 KB
Ternarization_instructions_27b_en.mdDocumentation5.6 KB
Ternarization_instructions_27b_fr.mdDocumentation6.4 KB
Ternarization_instructions_27b_ru.mdDocumentation13.8 KB
Ternarization_instructions_27b_sp.mdDocumentation6.0 KB
chat_template.jinjaOther9.0 KB
chat_template.jinja_with_thinkingOther9.0 KB
gguf.txtOther933 B
gguf_chat.shOther379 B
jirack_ide.zipOther593.4 MB d13a240de71a
jirack_ide_final.zipOther597.0 MB effc6f492e0c
system_prompt.txtOther414 B
.gitattributesRepository2.0 KB
tokenizer.jsonTokenizer20.0 MB 7befaf450030
tokenizer_config.jsonTokenizer3.5 KB

License and Download

License
mit
Access
Open weights, no gate
Download size
255.7 GB
Download from Center Business Solutions inc

Released by Center Business Solutions inc through its official repository on Hugging Face. Read the license.

Memory Requirements

PrecisionWeights in memory
As published255.7 GB
16-bit54.6 GB
8-bit27.3 GB
4-bit13.7 GB

Weights only, from the published parameter count; the key-value cache and runtime add to this.

Questions About JiRackDeltaNet_27b

How much GPU memory does JiRackDeltaNet_27b need?

About 65.6 GB at 16-bit and 16.4 GB at 4-bit: the weights (27.3B parameters) plus a working margin. A long context needs more.

What is the cheapest GPU to run JiRackDeltaNet_27b on?

At 16-bit, 1x MI300X from $1.85 an hour; at 4-bit, 1x MI300X from $1.85 an hour, at the lowest on-demand prices the SAVRN Index lists.

Can I use JiRackDeltaNet_27b commercially?

Yes. JiRackDeltaNet_27b is released under MIT License. The MIT License is a short permissive license. It permits commercial use, modification and redistribution, provided the copyright notice and permission notice are included.

What is JiRackDeltaNet_27b's context length?

262,144 tokens, from the maximum position embeddings in its published configuration.

Similar Models

Model · Text generation

Ternary-Bonsai-27B-mlx-2bit

Prism ML

Full 27B-class reasoning in ternary transformer weights — on everyday laptops - \~7.2 GB deployed footprint (down from \~54 GB FP16) — full 27B-class reasoning on a standard laptop or a single GPU - 95% of FP16 intelligence retained: 80.49 average across 15 thinking-mode benchmarks — a higher score than the conventional IQ2XXS build (72.73) at less than two-thirds of its footprint - Retains thinking, reasoning, and agentic behavior deep in the sub-4-bit regime, where conventional low-bit representations collapse: math within two points of full precision (93.40), coding at 85.96, agentic tool use at 74.01 - End-to-end ternary language weights across embeddings, attention projections, MLP…

Open weights apache-2.0 27.4B parameters 262,144 tokens mlx

Prism ML's ternary Ternary-Bonsai-2-27B build of Qwen/Qwen3.8-27B, repacked for chad, a Claude-Code-style local coding agent for Apple Silicon, with its speculative decoder bundled in. This is chad's default model. Created using Bonsai by Prism ML. with, already quantized. Nothing is built on first run. Every projection of Qwen3.8-27B (a dense qwen35 hybrid: 64 layers, 48 GatedDeltaNet + 16 full attention) is stored in a Hadamard-rotated basis: multiplied by a fixed sign vector and put through a blockwise Walsh-Hadamard transform offline, then quantized to 2-bit affine group-128 whose three levels reproduce the ternary set {−s, 0, +s}. The rotation costs no extra bits and no extra weight…

Open weights apache-2.0 26.9B parameters 262,144 tokens mlx

Model · Text generation

Qwen3.8-27B-OBLITERATED

OBLITERATUS

V3 applies iterative refinement on top of V2's complementary blend, with targeted corpus expansion. The result: genuine liberation — not just removal of hard refusals but elimination of safety-lecture deflections. - Genuinely answers restricted queries — provides real substance instead of safety lectures - 20/20 on code generation tasks — functional implementations, not disclaimers - Thinking ON compatible — no refusals in either thinking mode - Honest scoring — every response manually audited for real substance, not just absence of "I cannot" - -2.1pp MMLU — modest capability cost for genuine liberation If you're using this model in an agent harness (coding agent, pentest framework, etc.)…

Open weights apache-2.0 27.8B parameters 262,144 tokens mlx

Model · Text generation

WaifuGemma4-26b-a4b-v1

HiWaifu Research

Gemma 4 26B-A4B, post-trained with GRPO against a reward model learned from 1.2 million double-blind votes cast by HiWaifu users inside their own role-play conversations. Put back into the same arena, blind, it met GLM-5.1 in 1,430 battles and won 49.6% of the decided votes; against a 13-model field including Gemini, DeepSeek-v4 and Qwen's character models it won 54.7%. Most open role-play models are tuned on preferences that come from an LLM judge, from a handful of annotators, or from synthetic pairs. We had something rarer: a live arena where, inside ordinary chats on our platform, a user is occasionally shown two candidate replies and asked which one they want to continue with. Those…

Open weights gemma 25.8B parameters 262,144 tokens transformers

Model · Text generation

Qwen3-30B-A3B

Qwen

Qwen3 is the latest generation of large language models in Qwen series, offering a comprehensive suite of dense and mixture-of-experts (MoE) models. Built upon extensive training, Qwen3 delivers groundbreaking advancements in reasoning, instruction-following, agent capabilities, and multilingual support, with the following key features: - Uniquely support of seamless switching between thinking mode (for complex logical reasoning, math, and coding) and non-thinking mode (for efficient, general-purpose dialogue) within single model, ensuring optimal performance across various scenarios. - Significantly enhancement in its reasoning capabilities, surpassing previous QwQ (in thinking mode) and…

Open weights apache-2.0 30.5B parameters 40,960 tokens transformers

Model · Text generation

Qwen3-30B-A3B-Instruct-2507

Qwen

We introduce the updated version of the Qwen3-30B-A3B non-thinking mode, named Qwen3-30B-A3B-Instruct-2507, featuring the following key enhancements: - Significant improvements in general capabilities, including instruction following, logical reasoning, text comprehension, mathematics, science, coding and tool usage. - Substantial gains in long-tail knowledge coverage across multiple languages. - Markedly better alignment with user preferences in subjective and open-ended tasks, enabling more helpful responses and higher-quality text generation. - Enhanced capabilities in 256K long-context understanding. Qwen3-30B-A3B-Instruct-2507 has the following features: NOTE: This model supports only…

Open weights apache-2.0 30.5B parameters 262,144 tokens transformers