AgentWorld world model · native MTP injected · APEX-I GGUFs
Important Warning
Qwen-AgentWorld is designed as an agentic environment simulation / language world model. It is intended to simulate agent-environment interactions and predict environment states from actions and history. It is not recommended as a general daily assistant, coding model, or autonomous Agent backbone unless you specifically need this world-model behavior.
About This Release
This package contains GGUF releases of Qwen-AgentWorld-35B-A3B, a Qwen3.5 MoE world model for agentic environment simulation.
The model is the original Qwen release with no LoRA or abliteration applied. One native MTP layer from a compatible Qwen3.5-35B-A3B MTP shard was injected into the safetensors checkpoint, the result was converted to BF16 GGUF, and then quantized into APEX-I tiers using a model-specific imatrix.
Model Details
Base model
Qwen/Qwen-AgentWorld-35B-A3B
Architecture
Qwen3.5 MoE
Parameters
35B total, around 3B active per token
Experts
256 routed experts, 8 active per token
Context
262,144 tokens
MTP
1 injected MTP layer, 785 tensors
License
Apache-2.0
MTP Extraction And Injection
The MTP layer was extracted from a compatible Qwen3.5-35B-A3B MTP shard and injected into the AgentWorld safetensors model.
Tensor prefix
mtp.*
Tensor count
785
Injected shard
model-00022-of-00022.safetensors
BenchLocal Results (I-Compact, thinking)
Model
TC
BF
HA
Ceiling
Practical
Retry
Qwen-AgentWorld-35B-A3B, thinking
100
87
81
88.5
87.5
1
Qwen3.6-35B thinking baseline
97
88
85
89.5
81.5
8
Thinking mode is strongly recommended for this model family.
1@misc{qwen-agentworld-2026,
2 title = {Qwen-AgentWorld: Language World Models for General Agents},
3 author = {Qwen Team},
4 year = {2026},
5 url = {https://github.com/QwenLM/Qwen-AgentWorld}
6}