AIAny
AI Model2026
Icon for item

Qwopus3.5-9B-coder (Jackrong/Qwopus3.5-9B-coder-GGUF)

A GGUF-format 9B model derived from Qwen3.5, fine-tuned for agentic coding, tool-calling, reasoning and vision-capable multimodal prompts. Optimized for local 8‑bit inference on 16GB-class machines; community experimental release for research use.

Introduction

Why this matters: small dense models that run locally while supporting agentic tool use and multimodal input are increasingly useful for on-device development and research. Qwopus3.5-9B-coder targets that niche by combining trace-inversion augmentation with real agent trace data to improve tool-calling reliability and stepwise reasoning for coding tasks.

Key Capabilities
  • Fine-tuned for agentic coding and tool calling: trained with high-quality agent trajectories (lambda/hermes-agent-reasoning-traces) and trace inversion augmentation to expose deeper, stepwise reasoning signals — so what? the model is better calibrated to produce actionable tool calls and multi-step code workflows rather than only high-level suggestions.
  • Local-friendly 9B dense (GGUF): designed to run in 8-bit on 16GB RAM devices, enabling faster local inference on laptops and small servers — so what? you can prototype agentic workflows and repository-level edits without large cloud GPUs.
  • Multimodal + tool integrations: supports vision (requires mmproj.gguf alongside the main GGUF) and shows strong tool-call stability in the author's ToolCall-15 tests — so what? it’s practical for multimodal agent experiments that invoke external tools or terminals.
  • Benchmark/usage signals: community metrics show non-trivial adoption (downloads: 6,462; likes: 69) and reported evaluation results (HermesAgent-20: 85; ToolCall-15: 100; BugFind-15: 79; SWE-bench Verified: 53.33), which suggest particular strength on agent/tool tasks relative to general software-engineering benchmarks.
Who it's for & trade-offs

Great fit if you: want a locally runnable 9B model for building coding agents, experimenting with tool-calling formats and multimodal prompts, or reproducing agent trace training methods. Look elsewhere if you: need rigorously validated production-grade generalist performance, strict safety/audit guarantees, or top-tier repository-level coding performance — the author flags this as an experimental community release and notes potential capability drift outside agentic programming scenarios. Also note license: Apache-2.0, and that vision support requires placing the provided mmproj.gguf file with the main model file. When deploying agent features, keep the model’s expected prompt/format (e.g., <think> tags) aligned with the training style to activate its tool-calling behavior.

More Items

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

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.