AIAny
AI Model2026
Icon for item

Ornith-1.5-35B-A3B

A 35B mixture-of-experts LLM tuned for agentic coding and end-to-end self-improvement: it jointly generates tasks, scaffolds, and solution rollouts. Activates ~3B params/token, supports 256K context (extendable), and emits chain-of-thought plus OpenAI-style tool calls.

Introduction

Ornith-1.5-35B-A3B matters because it pushes self-improvement beyond fixed human-curated tasks: the model continuously generates new tasks, designs scaffolds, and learns solution rollouts via reinforcement learning, which drives better search trajectories and stronger agentic coding behavior than similarly sized dense models.

Key Capabilities
  • Self-improving agentic training loop: the model is trained to propose tasks, build solution scaffolds, and produce rollouts that are jointly optimized by RL — this reduces reliance on static human-written harnesses and can discover higher-yield strategies autonomously.
  • MoE efficiency for long-context agenting: a ~35B MoE that activates ≈3B parameters per token, enabling large-capacity behavior while keeping per-request compute comparable to smaller dense models; natively supports 262,144-token context windows and validated extensions (YaRN) toward ~1M tokens.
  • Agent & tool-first output design: emits explicit reasoning blocks (chain-of-thought) and well-formed tool-call function blocks compatible with OpenAI-style tool APIs, making it suitable for tool-enabled agent frameworks and terminal coding agents.
  • Production-friendly serving: provided recipes for vLLM/SGLang, GGUF builds for local inference (llama.cpp/Ollama), and recommended sampling settings for reproducible benchmark runs.
Who Should Use It and Tradeoffs

Great fit if you need a model focused on autonomous coding agents and tool-enabled workflows, want very large context windows for multi-file/codebase reasoning, and can allocate multi-GPU serving (or use GGUF for local inference). Look elsewhere if you need a tiny single-GPU dense model for low-resource devices, if deterministic short-answer tasks are primary, or if you cannot accept the infrastructure cost of MoE serving (recommended ~2×80GB GPUs for full bf16 serving with large context).

More Items

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.

Hugging Face
AI Model2026

An experimental multimodal model that adds visual understanding to DeepSeek-V4-Flash: accepts text+image inputs and returns text analyses. Improves vision-dependent agent workflows while maintaining comparable text-only performance; released under an MIT license on Hugging Face.