From abba4cbaeeaa88812a705b7906738394d1cc7a6b Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 19 Aug 2026 21:56:04 +0300 Subject: [PATCH] fix(models): add Ornith 1.5 9B and 35B A3B to staff picks --- models/staff-picks.json | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/models/staff-picks.json b/models/staff-picks.json index f2e7aad..0b3a4ef 100644 --- a/models/staff-picks.json +++ b/models/staff-picks.json @@ -1,7 +1,7 @@ { "$schema": "./schema.staff-picks.json", "schema_version": 1, - "updated_at": "2026-08-14T21:30:00Z", + "updated_at": "2026-08-19T18:55:00Z", "picks": [ { "model_name": "AtomicChat/Qwen3.8-27B-GGUF", @@ -76,6 +76,35 @@ ], "order": 5 }, + { + "model_name": "AtomicChat/Ornith-1.5-9B-GGUF", + "title": "Ornith 1.5 9B", + "summary": "Ornith's agentic coding model with vision input.", + "description_key": "hub:recCoding", + "icon": "ornith", + "format": "gguf", + "categories": [ + "coding", + "vision", + "reasoning", + "tools" + ], + "order": 6 + }, + { + "model_name": "AtomicChat/Ornith-1.5-35B-A3B-GGUF", + "title": "Ornith 1.5 35B A3B", + "summary": "Sparse Ornith 1.5: 35B total parameters, 3B active per token.", + "description_key": "hub:recCoding", + "icon": "ornith", + "format": "gguf", + "categories": [ + "coding", + "reasoning", + "tools" + ], + "order": 7 + }, { "model_name": "AtomicChat/Qwen3.6-27B-GGUF", "title": "Qwen3.6 27B",