3,042 1 month ago

ollama run maxwell1500/ornith-35b:IQ3_M

Models

View all →

Readme

🦢

Ornith-1.0

Self-improving open-source models for agentic coding — GGUF quants for Ollama

MIT License Qwen 3.5 architecture 9B Dense + 35B MoE 262K context Tool calling Reasoning (thinking)

Quick Start

Pull any quant directly into Ollama:

# 9B — fits a single 12GB GPU ollama pull maxwell1500/ornith-9b:Q4_K_M # 35B MoE — needs CPU offload on 12GB, fits 24GB+ ollama pull maxwell1500/ornith-35b:Q4_K_M # Run it ollama run maxwell1500/ornith-9b:Q4_K_M

Available Quants

Ornith-1.0-9B (Dense, ~8.95B params)

QuantSizeOllama Tag
Q4_K_M5.6 GBmaxwell1500/ornith-9b:Q4_K_M
Q5_K_M6.5 GBmaxwell1500/ornith-9b:Q5_K_M
Q6_K7.4 GBmaxwell1500/ornith-9b:Q6_K
Q8_09.5 GBmaxwell1500/ornith-9b:Q8_0

Ornith-1.0-35B (MoE, ~34.8B params)

QuantSizeOllama Tag
Q4_K_M21.2 GBmaxwell1500/ornith-35b:Q4_K_M
Q5_K_M24.7 GBmaxwell1500/ornith-35b:Q5_K_M
Q6_K28.5 GBmaxwell1500/ornith-35b:Q6_K
Q8_036.9 GBmaxwell1500/ornith-35b:Q8_0

Recommended Parameters

The model card recommends these sampling settings:

Temperature
0.6 (use 1.0 to reproduce benchmarks)
Top-p
0.95
Top-k
20
Context length
262,144 (native)

This is a reasoning model — the assistant turn opens with a thinking block before the final answer. Ollama handles this automatically via the embedded chat template.

Benchmarks (9B)

BenchmarkOrnith-9BQwen3.5-9BQwen3.5-35BGemma4-12B
Terminal-Bench 2.1 (Terminus)43.121.341.421.0
Terminal-Bench 2.1 (Claude Code)40.618.938.9
SWE-bench Verified69.453.270.044.2
SWE-bench Pro42.931.344.627.6
SWE-bench Multilingual52.039.760.332.5
NL2Repo27.216.220.510.3
Claw-eval Avg63.153.265.432.5

Benchmarks (35B MoE)

BenchmarkOrnith-35BQwen3.5-35BQwen3.6-35BQwen3.5-397B
Terminal-Bench 2.1 (Terminus)64.241.452.553.5
Terminal-Bench 2.1 (Claude Code)62.838.949.248.6
SWE-bench Verified75.670.073.476.4
SWE-bench Pro50.444.649.551.6
SWE-bench Multilingual69.360.367.269.3
NL2Repo34.620.529.436.8
Claw-eval Avg69.865.468.770.7

Credits & Attribution

DeepReinforce Team
deepreinforce-ai

Ornith-1.0 was created and trained by the DeepReinforce Team. All credit for the model architecture, training framework, data curation, and benchmark results belongs entirely to them.

Ornith-1.0 employs a self-improving training framework: it uses RL to learn to generate not only solution rollouts but also the scaffolds that drive those rollouts. By jointly optimizing the scaffold and the resulting solution, the model discovers better search trajectories and generates higher-quality solutions.

The model family includes 9B-Dense, 31B-Dense, 35B-MoE, and 397B-MoE variants, all post-trained on top of Qwen 3.5 and Gemma 4.

This page distributes pre-quantized GGUF files pulled directly from DeepReinforce's HuggingFace repositories and republished on the Ollama registry under the MIT license for convenience. No modifications were made to the model weights or chat template — these are the original quants from deepreinforce-ai/Ornith-1.0-*-GGUF.

Citation

@misc{ornith_9b, title = {{Ornith-1.0-9B}: Agentic Coding, Open to All}, url = {https://deep-reinforce.com/ornith_1_0.html}, author = {{DeepReinforce Team}}, year = {2026} }

@misc{ornith_35b, title = {{Ornith-1.0-35B}: Agentic Coding, Open to All}, url = {https://deep-reinforce.com/ornith_1_0.html}, author = {{DeepReinforce Team}}, year = {2026} }

Ornith-1.0 is MIT licensed. GGUF quants republished by maxwell1500 with no modifications to original weights.

Model weights © DeepReinforce Team. This page is for attribution and distribution purposes only.