607 2 weeks ago

A self-improving family of open-source models for agentic coding, correctly exported with vision, reasoning and tool capabilities

vision tools thinking 9b 35b
ollama run robit/ornith-vision:9b

Applications

Claude Code
Claude Code ollama launch claude --model robit/ornith-vision:9b
Codex App
Codex App ollama launch codex-app --model robit/ornith-vision:9b
OpenClaw
OpenClaw ollama launch openclaw --model robit/ornith-vision:9b
Hermes Agent
Hermes Agent ollama launch hermes --model robit/ornith-vision:9b
Codex
Codex ollama launch codex --model robit/ornith-vision:9b
OpenCode
OpenCode ollama launch opencode --model robit/ornith-vision:9b

Models

View all →

Readme

image.png

Highlights:

  • Enabled Vision: Spliced qwen3.5 vision weights into ornith.
  • Added Capabilities: Correctly exported vision, thinking and tools as required by ollama.
  • State-of-the-Art Coding Agents: Achieving state-of-the-art performance among open-source models of comparable size on coding benchmarks such as Terminal-Bench 2.1, SWE-Bench, NL2Repo and OpenClaw.
  • Self-Improving Training Framework: Ornith-1.0 employs RL to learn to generate not only solution rollouts, but also the scallfold that drive those rollouts. By jointly optimizing the scaffold and the resulting solution, the model discovers better search trajectories and generates higher-quality solutions.
  • Licence: MIT licensed, globally accessible, and free from regional limitations.

9B

ollama run robit/ornith-vision:9b

ornith 9b benchmarks

35B

ollama run robit/ornith-vision:35b

ornith 35b benchmarks

References