AIAny
AI Model2026
Icon for item

Qwen3.6-35B-A3B-Claude-4.7-Opus-Reasoning-Distilled

Fine-tuned Qwen3.6-35B-A3B MoE that reproduces Claude Opus 4.7-style chain-of-thought with explicit <think>…</think> blocks. Offers sparse activation (256 experts, ~3B active params), 64k context, and GGUF builds for local inference; best for long, multi-step reasoning but may emit very long reasoning traces.

Introduction

Porting high-quality chain-of-thought behavior into an open, runnable model matters because most frontier reasoning models are locked behind proprietary APIs. This project distills Claude Opus 4.7’s explicit reasoning style into a permissively-licensed Mixture-of-Experts checkpoint so individual researchers and practitioners can run Claude-like stepwise reasoning locally or in self-hosted endpoints.

Key Capabilities
  • Reasoning-style distillation: trained on ~7.8k high-quality Opus 4.7 reasoning traces to teach the model to emit explicit <think></think> chains before final answers, improving traceability for multi-step problems. This is a style/behavior distillation (how to reason), not a factual knowledge injection.
  • MoE efficiency: base is a 35B-parameter MoE (256 experts, 8 routed + 1 shared) with only ~3B parameters active per token, enabling high-capacity reasoning at the inference cost closer to a small dense model. Full bf16 inference fits on a single 80GB A100/H100.
  • Long-context and local/runtime options: native 64k context, recommended serving with vLLM for routing/KV cache benefits, and GGUF-quantized builds (IQ4_XS, Q5_K_M, Q8_0) for LM Studio / llama.cpp to run locally.
  • Evaluated on standard benchmarks: strong CoT performance (GSM8K CoT reported 84.3% flexible-extract) and competitive MMLU-Pro (74.9%) on STEM-heavy tasks, while known extraction-format issues affected some AIME/GPQA runs (pending fixes).
Who it's for — tradeoffs and fit

Great fit if you need an open checkpoint that reproduces explicit chain-of-thought style for graduate-level STEM, contest math, long code reasoning, or agent planning and you can budget large generation lengths (tens of thousands of tokens). Look elsewhere if you need up-to-date world knowledge beyond the base model, low-latency short-turn chat, or a model guaranteed to match Anthropic’s factual priors — distillation transfers reasoning style, not new facts. Also note the fine-tune used attention-only LoRA (expert FFNs left intact), so some domain gaps versus the teacher may remain.

Where it sits in the stack

Practically, it’s a compromise: Claude-like reasoning cadence available under permissive licensing, built on a MoE base for capacity and on-ramps for both server (vLLM, HF endpoints) and local use (GGUF/llama.cpp). If you prioritize reproducible chain-of-thought outputs and the ability to self-host or audit long reasoning traces, this model is a rare, practical option.

Information

Categories

More Items

Hugging Face
AI Model2026

Provides GGUF-quantized Inkling multimodal model weights for local image/audio-to-text and conversational inference. Includes quantization variants (example: 1-bit UD-IQ1_S), Apache-2.0 license, and compatibility with Unsloth Studio, vLLM and common inference stacks.

Hugging Face
AI Video2026

Generates a new camera viewpoint from a reference video: an IC‑LoRA adapter for LTX‑Video 2.3 that re‑renders the same scene from a requested discrete camera angle while preserving subject and content. Trained on synthetic multi‑view data, proof‑of‑concept with limited viewpoint range and best for small, chained angle shifts.

Hugging Face
AI Model2026

Runs a full 27B-class Qwen3.6-derived LLM in a ~7.2 GB ternary/2‑bit format for on-device or single‑GPU text generation, retaining ~95% of FP16 performance and supporting a 262K‑token context. Designed for laptop/GPU deployment; exceeds typical phone memory limits.