AIAny
AI Model2026
Icon for item

Ornith-1.0-397B

Provides an open-source Mixture-of-Experts coding LLM (397B) optimized for agentic, tool-enabled coding workflows with a 262,144-token context window, OpenAI-compatible API, serving recipes (vLLM/SGLang), and published coding-benchmark results.

Introduction

Oops! Something went wrong

[next-mdx-remote-client] error compiling MDX: Expected a closing tag for `<tool_call>` (4:103-4:114) before the end of `paragraph` 2 | 3 | ## What Sets It Apart > 4 | - Agentic-first design: the model is post-trained and tuned for agentic coding — it emits well-formed <tool_call> blocks and a chain-of-thought `<think>` trace that serving stacks can parse into separate reasoning_content and tool_calls fields, simplifying integration with agent frameworks. This means fewer engineering heuristics to map model outputs into tool invocations. | ^ 5 | - Large-context + multi-format checkpoints: supports a 262,144-token context window and ships as dense (9B) and MoE (35B, 397B) checkpoints with bf16, FP8, and GGUF variants for different deployment targets; the 9B dense checkpoint fits a single 80GB GPU while MoE checkpoints require multi-GPU tensor-parallel serving. This enables scaling from single-GPU experiments to production multi-GPU agents. 6 | - Open serving recipes and compatibility: official recipes target vLLM and SGLang (examples show tensor-parallel-size=8 for a single 8×80GB node) and the model exposes an OpenAI-compatible /v1/chat/completions endpoint with tool calling; recommended runtimes include Transformers ≥5.8.1, vLLM ≥0.19.1, and SGLang ≥0.5.9. More information: https://mdxjs.com/docs/troubleshooting-mdx

More Items

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.

Hugging Face
AI Model2026

Multimodal Mixture-of-Experts text-generation model that accepts text, images, video and audio and returns text; preview open-weight release with 280B total params, 16B activated params, up to 512K token context and BF16/FP8 checkpoints under Apache-2.0.