AIAny
AI Model2026
Icon for item

Qwopus3.6-35B-A3B-v1

A reasoning-enhanced Mixture-of-Experts (MoE) LLM fine-tuned for multimodal image-text-to-text tasks and long-context reasoning; built on Qwen3.6-35B-A3B with LoRA and released as an experimental GGUF community model.

Introduction

Why this matters

Hybrid sparse MoE architectures (many experts but few active parameters per token) let high-parameter models run with much lower per-token compute and memory. That trade-off matters now because it enables agentic coding, long-form reasoning, and multimodal pipelines on consumer hardware where dense 35B-class models would be impractical.

Key Capabilities
  • Architecture and efficiency: 35B total parameters with ~3B active per token via a Mixture-of-Experts routing scheme. This design reduces inference cost while keeping high model capacity for reasoning and generation.
  • Very long context support: native large context capability (advertised up to 262k) that targets long-form extraction, chain-of-thought traces, and multi-step agent plans without frequent truncation.
  • Multimodal + tooling: prepared as an image-text-to-text pipeline with vision and tool-calling support (requires the provided mmproj.gguf file alongside the main GGUF). Useful for tasks that combine image understanding with structured text outputs.
  • Fine-tuning approach and trade-offs: uses staged supervised fine-tuning and LoRA with an unusually large fraction (~9%) of parameters updated — this improves reasoning alignment but increases instability risk when merging weights on MoE architectures.
  • Practical throughput example: community evaluation reports ~161.9 tok/s on an RTX 5090 (single-GPU), highlighting the efficiency gains vs comparable dense models.
Who it's for & trade-offs

Great fit if you need a locally runnable model that prioritizes long-context reasoning, multimodal prompts, or agentic code/UI generation on a single high-end GPU. It is valuable for experimentation, research, and prototyping where throughput and extended context matter.

Look elsewhere if you need a production-ready, safety-validated release: this is an experimental community build with documented compatibility issues (LoRA/PEFT/Transformers fused-expert mismatches, weight-merging failures) and incomplete safety evaluation. Expect to prepare for manual patches, dependency pinning, or using prebuilt inference endpoints rather than merging weights locally.

Where it fits

Positioned between large dense LLMs and heavier-production MoE deployments: it aims to deliver many of the capacity benefits of MoE while keeping single-GPU inference feasible. Use it for experiments in long-context extraction, multimodal agents, and producing structured outputs; avoid for high-assurance production without further validation.

More Items

Hugging Face
AI Model2026

Generates L2-normalized multimodal embeddings (default 4,096‑D) for text, images, videos and visual documents, supporting interleaved inputs and flexible dimension truncation (Matryoshka). Designed for cross-modal retrieval, ranking and downstream retrieval systems; audio is not supported.

Hugging Face
AI Model2026

Drop-in abliterated (refusal-removed) build of GLM-5.3-Flash that bakes refusal-direction removal into block-FP8 safetensors, yielding an uncensored 320B (18B active) multimodal MoE model with a 1M-token context. Intended for red-teaming, interpretability, and robustness research; MIT license; not for production without added guardrails.

Hugging Face
AI Model2026

An experimental multimodal model that adds visual understanding to DeepSeek-V4-Flash: accepts text+image inputs and returns text analyses. Improves vision-dependent agent workflows while maintaining comparable text-only performance; released under an MIT license on Hugging Face.