This qwen3_5 model was trained 2x faster with Unsloth and Huggingface's TRL library.
Qwen3.5-9B-Opus-OpenClaw-Distilled
Qwen3.5-9B-Opus-OpenClaw-Distilled is a reasoning-first, agentically-tuned derivative of Qwen3.5-9b, built to fuse two strengths into one model identity:
Claude Opus-style structured reasoning distillation
The goal is simple: Use a strong base mode --> tune for agentic harness like openclaw and agentscope --> distill opus-4.6 level reasoning --> best of both worlds
TL;DR
It is designed for users who want:
preserved chat + strong agentic usefulness from the Openclaw / CoPaw lineage
a model that feels more “planner + operator” than just “chatbot”
Recommended sampling parameters:
temperature=0.6
top_p=0.95
min_p=0.0
top_k=20
repeat_penalty=1.0
presence_penalty=0.0
Special Instructions for Ollama Only
The GGUF that works correctly with Ollama is the vision-merged file as Ollama only accepts a single GGUF for loading from Modelfile
All other GGUFs work out of the box with LMStudio and llama.cpp with text + vision
Why this model exists
CoPaw-Flash-9B is already a highly interesting Qwen3.5-based model family member with explicit optimization for agentic behavior such as tool invocation, command execution, memory management, and multi-step planning. Opus builds on top of that foundation instead of starting from a plain base model. The idea is to preserve that practical “gets things done” behavior while injecting denser and more structured reasoning traces through supervised fine-tuning.
At the same time, the inspiration for the reasoning side of this model comes from recent Qwen3.5 reasoning distillations trained with Opus-derived trajectories. In particular, models like Jackrong/Qwen3.5-27B-Claude-4.6-Opus-Reasoning-Distilled emphasize <think>-structured reasoning, response-only training, and normalized reasoning/answer formatting.
Model identity
The Model is intended to sit at the intersection of: