40 Downloads Updated 21 hours ago
ollama run satgeze/ornith-35b-1m:q3_k_m

DeepReinforce’s Ornith-1.0-35B (MoE, 3B active, MIT, Qwen3.5 family) with a 1,048,576-token context baked in, certified needle-perfect through the full range, with vision attached. Native renderer and parser are set, so tool calling works out of the box:
ollama launch claude --model satgeze/ornith-35b-1m

50⁄50 needles through 1M (f16 KV, temperature 0, no skipped rungs). The default APEX-Compact build separately scored 50⁄50 through 524K on a single RTX 5090.
| Tag | Size | When |
|---|---|---|
latest / apex-compact-mtp |
18GB | Default. SC117 APEX imatrix build, fits 32GB cards, MTP included |
q6_k-mtp |
30GB | The fast one: +43 percent decode under llama.cpp, for 64GB Macs and big GPUs |
q8_0, q6_k, q5_k_m, q4_k_m, iq4_xs, q3_k_m, iq3_xxs, q2_k, iq2_m |
37 to 12GB | Plain ladder, descending size |
bf16 |
69GB | Reference precision |
Every tag carries the 1M rope metadata and vision. KV runs about 20KB per token thanks to hybrid attention, so 1M context needs ~20GB of KV on top of weights. Raise with /set parameter num_ctx.
The latest and q6_k-mtp tags include the MTP layer (dormant in Ollama until speculative decoding ships there; +14 to +43 percent today under llama.cpp with --spec-type draft-mtp).
Full repo, raw data, charts: Hugging Face | ModelScope Method and harness: github.com/satindergrewal/aviary-1m
Credits: DeepReinforce (MIT), Qwen (base + MTP layer), wang-yang and SC117 (MTP GGUF builds), SatGeze (1M extension, vetting, certification).