29 lines
807 B
TOML
29 lines
807 B
TOML
# Announced in the Ornith 1.0 family but not yet published on Hugging Face as
|
|
# of 2026-06-28 — no weights URL or benchmark scores available yet. Modalities
|
|
# and context window are provisional, assumed consistent with the rest of the
|
|
# family pending the public release.
|
|
# https://deep-reinforce.com/ornith_1_0.html
|
|
name = "Ornith 1.0 31B"
|
|
description = "Open coding-reasoning model for repository tasks and self-improving agents"
|
|
family = "ornith"
|
|
release_date = "2026-06-25"
|
|
last_updated = "2026-06-25"
|
|
attachment = true
|
|
reasoning = true
|
|
temperature = true
|
|
tool_call = true
|
|
open_weights = true
|
|
license = "MIT"
|
|
|
|
[limit]
|
|
context = 262_144
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text"]
|
|
|
|
[[links]]
|
|
label = "Announcement"
|
|
url = "https://deep-reinforce.com/ornith_1_0.html"
|
|
type = "announcement"
|