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

Provides per-tensor non-uniform GGUF quantizations of Qwen3.8-27B using GSQ and RCO, delivering high accuracy at 2.5–3.5 bits and including a BF16 vision projector for multimodal use. Optimized to run unmodified in llama.cpp, Ollama, and LM Studio.

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.