How to use from
SGLang
Install from pip and serve model
# Install SGLang from pip:
pip install sglang
# Start the SGLang server:
python3 -m sglang.launch_server \
    --model-path "SC117/Qwen-AgentWorld-35B-A3B-MTP-Uncensored-APEX-GGUF" \
    --host 0.0.0.0 \
    --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "SC117/Qwen-AgentWorld-35B-A3B-MTP-Uncensored-APEX-GGUF",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker images
docker run --gpus all \
    --shm-size 32g \
    -p 30000:30000 \
    -v ~/.cache/huggingface:/root/.cache/huggingface \
    --env "HF_TOKEN=<secret>" \
    --ipc=host \
    lmsysorg/sglang:latest \
    python3 -m sglang.launch_server \
        --model-path "SC117/Qwen-AgentWorld-35B-A3B-MTP-Uncensored-APEX-GGUF" \
        --host 0.0.0.0 \
        --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "SC117/Qwen-AgentWorld-35B-A3B-MTP-Uncensored-APEX-GGUF",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Quick Links
APEX-I MTP Abliterix GGUF

Qwen-AgentWorld-35B-A3B-MTP-Uncensored-APEX

English | Chinese README

AgentWorld world model ยท Abliterix uncensored ยท 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 was modified with an Abliterix uncensored LoRA, stream-merged into safetensors, injected with one native MTP layer from a compatible Qwen3.5-35B-A3B MTP shard, converted to BF16 GGUF, and quantized into APEX-I tiers using a model-specific imatrix.

The release keeps the BF16 GGUF, imatrix, and mmproj-F16.gguf for reproducibility and multimodal llama.cpp use.

Model Details
Base modelQwen/Qwen-AgentWorld-35B-A3B
ArchitectureQwen3.5 MoE
Parameters35B total, around 3B active per token
Experts256 routed experts, 8 active per token
Context262,144 tokens
MTP1 injected MTP layer, 785 tensors
LicenseApache-2.0
Abliterix Build

The uncensored variant was produced with Abliterix. The selected search result was trial 54 out of 110.

KL divergence0.0163
Response length deviation0.04 std devs
Refusals21 / 100

The exported Abliterix LoRA was stream-merged into the full safetensors model before MTP injection and GGUF conversion.

MTP Extraction And Injection

The MTP layer was extracted from a compatible Qwen3.5-35B-A3B MTP shard and injected into the uncensored AgentWorld safetensors model.

Tensor prefixmtp.*
Tensor count785
Injected shardmodel-00022-of-00022.safetensors
BenchLocal Results
ModelTCBFHACeilingPracticalRetry
Original, thinking100878188.587.51
Uncensored + MTP, thinking93877985.681.64
Uncensored + MTP, no thinking83836375.075.00
Qwen3.6-35B thinking baseline97888589.581.58

Thinking mode is strongly recommended for this model family.

Usage

llama.cpp server

hf download SC117/Qwen-AgentWorld-35B-A3B-MTP-Uncensored-GGUF --include "*.gguf" --local-dir ./models/qwen-agentworld-mtp-uncensored ./llama-server -m ./models/qwen-agentworld-mtp-uncensored/Qwen-AgentWorld-35B-A3B-MTP-Uncensored-APEX-I-Compact.gguf -ngl 99 -c 131072

vision + text

./llama-server -m ./models/qwen-agentworld-mtp-uncensored/Qwen-AgentWorld-35B-A3B-MTP-Uncensored-APEX-I-Compact.gguf --mmproj ./models/qwen-agentworld-mtp-uncensored/mmproj-F16.gguf -ngl 99 -c 131072

APEX Quantization Tiers
FileSizeProfileBest For
*-APEX-I-Balanced.gguf24.14 GBI-BalancedHighest-retention all-rounder
*-APEX-I-Quality.gguf21.68 GBI-QualityQuality-focused, IQ4_XS middle experts
*-APEX-I-Compact.gguf15.75 GBI-CompactRecommended quality/size ratio
*-APEX-I-Mini.gguf12.80 GBI-MiniSmallest practical tier

The model-specific imatrix was generated from cleaned AgentWorld calibration text: PPL = 4.5880 +/- 0.01173.

Links

Citation

@misc{qwen-agentworld-2026,
  title = {Qwen-AgentWorld: Language World Models for General Agents},
  author = {Qwen Team},
  year = {2026},
  url = {https://github.com/QwenLM/Qwen-AgentWorld}
}
Downloads last month
21,063
GGUF
Model size
0.4B params
Architecture
clip
Hardware compatibility
Log In to add your hardware

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for SC117/Qwen-AgentWorld-35B-A3B-MTP-Uncensored-APEX-GGUF

Quantized
(72)
this model