AIAny
AI Model2026
Icon for item

Ornith-1.0-9B

A dense ~9B reasoning LLM optimized for agentic coding and tool-calling that emits explicit chain-of-thought (<think>) blocks and well-formed tool calls. Designed to run on a single 80GB GPU (~19GB bf16), uses self-scaffolding RL and exposes an OpenAI-compatible API.

Introduction

Oops! Something went wrong

[next-mdx-remote-client] error compiling MDX: Expected a closing tag for `<tool_call>` (5:152-5:163) before the end of `paragraph` 3 | ## What Sets It Apart 4 | - Self-scaffolding RL: the training objective jointly optimizes solution rollouts and the scaffold (task plans, tool calls, error-recovery routines). This reduces dependence on human-crafted agent harnesses and produces agent traces the runtime can parse. > 5 | - Explicit reasoning + tool-call outputs: by default replies include a `<think>` ... `</think>` block (available as reasoning_content) and well-formed <tool_call> blocks that servers can surface as OpenAI-style tool_calls, enabling tight integration with agent frameworks. | ^ 6 | - Single-GPU friendliness and long context: the dense 9B checkpoint is ~19GB in bf16 and runs on a single 80GB GPU; the family supports very long contexts (reported up to 262,144 tokens) and GGUF builds for local runtimes. 7 | - OpenAI-compatible serving: official recipes target vLLM, SGLang and Hugging Face Transformers, and the model exposes an OpenAI-style chat completions endpoint for immediate use with existing agent toolchains. More information: https://mdxjs.com/docs/troubleshooting-mdx

Information

  • Websitehuggingface.co
  • OrganizationsDeepReinforce AI
  • Published date2026/06/21

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.

GitHub
AI Agent2026

Runs locally to learn your tastes and proactively discover content across Bilibili, Xiaohongshu, Douyin, YouTube, X, Zhihu, Reddit and the open web. Local-first agent storing data in a local SQLite, with a browser extension, optional desktop backend bundling embeddings (bge-m3/Ollama), and conversational feedback to refine recommendations.

GitHub
AI Agent2026

Turns heterogeneous traces (chats, docs, emails, transcripts) into versioned, inspectable agent 'Skills' that capture both Persona and Work behaviors; supports multi-source collection, incremental merges and corrections, and installation across multiple agent hosts.