AIAny
AI Model2026
Icon for item

Ornith-1.5-9B

A 9B open-weight reasoning LLM that uses a self-improvement loop to auto-generate tasks, construct scaffolds, and optimize rollouts for stronger agentic coding and long-context reasoning. Single-GPU deployable, supports tool-calling and a 262,144-token context window.

Introduction

Why this matters

As agentic workflows and long-horizon coding tasks become common, there’s growing demand for models that both reason well and integrate into tool-driven agents while remaining deployable on modest hardware. Ornith-1.5-9B demonstrates that a 9B dense checkpoint can be tuned with an end-to-end self‑improvement loop—task generation, scaffold construction, and rollout optimization—to improve policy and agent behavior without relying on a fixed, human-curated task set.

Key Capabilities
  • Self-improvement training loop: the training strategy jointly optimizes automatic task generation, scaffold design, and solution rollouts via reinforcement-style updates, so the model continually discovers new tasks and strategies rather than only mimicking curated data.
  • Agentic and tool-aware outputs: emits well-formed tool-call blocks and can be served with OpenAI-compatible tool-calling, making it straightforward to plug into agent frameworks and coding CLIs.
  • Long-context engineering: official configuration supports a 262,144-token context window and documents YaRN RoPE scaling to extend the effective window (roughly ×4 → ~1M tokens) when needed.
  • Practical deployment profile: a dense ~9B model (~19 GB in bf16) designed to run on a single 80GB GPU, with published quantized/mobile variants for edge use and GGUF builds for llama.cpp/ollama workflows.
  • Benchmark positioning: shows strong agentic and coding-oriented performance (examples: Terminal-Bench ~46, SWE-bench Verified ~70.6, GPQA Diamond ~86.4, ClawEval ~66.5), indicating suitability for code-centric and tool-using agents.
Who it fits and tradeoffs

Great fit if you need a deployable, agent-capable model that balances reasoning, tool use, and practical single-GPU serving — e.g., terminal coding agents, research into self-improving training loops, or local agent deployments requiring large contexts. It integrates easily with vLLM, SGLang, and standard OpenAI-compatible clients.

Look elsewhere if you require highest-end few-shot accuracy for narrow NLP benchmarks (larger 35B+ models generally lead), or if you cannot accommodate the runtime requirements and memory (serving expects recent runtimes and an 80GB-class GPU for full bf16 serving). Also expect longer latency and extra token usage when using the model’s explicit reasoning/chain-of-thought mode.

Practical notes
  • Serving prerequisites: Transformers ≥5.8.1, vLLM ≥0.19.1 or SGLang ≥0.5.9 are recommended; recipes and examples are provided for vLLM, SGLang, and llama.cpp/GGUF deployments.
  • Runtime behavior: by default responses include a separate reasoning trace (<think></think>) that can be parsed into a reasoning_content field; this improves traceability but increases token use.

More Items

Hugging Face
AI Model2026

A draft model that predicts whole blocks of tokens in parallel for speculative decoding of Qwen3.8-27B. Uses block-diffusion drafting with per-position candidate sets and a selector plus dynamic convolutions to keep end-of-block accuracy, increasing accepted tokens per verification and end-to-end throughput versus autoregressive decoding.

Hugging Face
AI Model2026

A 9B-parameter distillation that transfers chain-of-thought reasoning from Qwen3.8 into the Qwen3.5-9B architecture for single‑GPU deployment; trained on ~70,000 teacher traces, it offers 262k-token context, native function-calling, and improved MMLU performance.

Hugging Face
AI Model2026

Post-trained Qwen3.8-27B variant using the COLD FUSION (GAIN+Unsloth) tuning to reduce internal reasoning-token use and improve instruction following while keeping base capabilities. Deliverables include 256k-context-compatible GGUF quants (regular and MTP, NEO IMATRIX), vision support via an mmproj, and three reasoning-effort modes (xhigh/medium/low).