AIAny
AI Model2026
Icon for item

Ornith-1.0-9B-GGUF

Provides a GGUF-quantized local build of Ornith-1.0's 9B dense model for offline inference and terminal-focused coding agents. Supports OpenAI-compatible tool-calling, a 256K context window, and runs via llama.cpp or Ollama on a single high-memory GPU.

Introduction

Ornith-1.0-9B-GGUF matters because it brings an agentic coding LLM into an offline, single-machine workflow: you get a 9B dense checkpoint packaged for local runtimes so agents that need tool-calling, long context, and reproducible runs can be deployed without a managed cloud service. The core trade is practical deployability for slightly smaller parameter scale compared with multi-GPU MoE variants.

Key Capabilities
  • Agentic coding focus: emits well-formed tool_call blocks and a separated reasoning trace (reasoning_content) to support tool orchestration and verifiable chains-of-thought, making it straightforward to connect to shell, file-system, and API tools.
  • Long-context and local inference: supports a 262,144-token (≈256K) context window and ships as a GGUF quantized build for llama.cpp/Ollama, enabling large-context sessions on a single high-memory GPU or local runtimes.
  • OpenAI-compatible integration: exposes a chat/completions-compatible endpoint (tool calling, streaming) so it plugs into existing agent frameworks, CLIs, and OpenAI-style SDKs with minimal changes.
  • Benchmarked for coding agents: model card reports strong performance on Terminal-Bench, SWE-Bench and Claw-eval metrics relative to comparable 9B models, highlighting its agentic search and RL-based scaffold training.
Who it's for and tradeoffs

Great fit if you need a locally runnable coding agent with tool-calling and very long context (researchers, devs building terminal agents, teams preferring on-prem inference). Look elsewhere if you require a managed production service, cannot provide an 80GB-class GPU (the dense 9B benefits from large GPU memory for bf16 builds), or need the absolute top-end MoE performance for very large-scale multilingual/LLM deployments. Note the project is MIT-licensed and integrates with modern runtimes (requires recent Transformers/vLLM/SGLang versions).

Information

  • Websitehuggingface.co
  • Organizationsdeepreinforce-ai (DeepReinforce Team)
  • Published date2026/06/25

More Items

Hugging Face
AI Model2026

An FP8-quantized, uncensored mirror of Qwen3.8-27B for image-text-to-text tasks — preserves native multimodal vision and very long context while targeting transformers/vLLM deployments; intended for offline testing and red-teaming and may bypass built-in safety filters.

Hugging Face
AI Model2026

Multimodal vision-language model optimized for on-device image+text tasks: image captioning, full-page OCR with layout annotation, grounding/bounding-box prediction, and function calling. Built on the LFM2.5-2.6B backbone with a SigLIP2 NaFlex 400M vision encoder and tuned for low-latency, low-memory edge inference.

Hugging Face
AI Model2026

A 27B Qwen3.8 vision‑language causal transformer quantized to NVFP4 for lower‑memory inference. Provides 262K native context (extensible to 1M), Unsloth Dynamic V3.0 4‑bit quantization and MTP support so Qwen3.8‑class multimodal workloads can run on 24GB‑class GPUs.