Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions models/cohere/command-a-plus-05-2026.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ output = 64_000
[modalities]
input = ["text", "image"]
output = ["text"]

[[weights]]
label = "Hugging Face"
url = "https://huggingface.co/CohereLabs/command-a-plus-05-2026-bf16"
4 changes: 4 additions & 0 deletions models/cohere/north-mini-code-1-0.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,7 @@ score = 37
metric = "success rate"
source = "https://artificialanalysis.ai/articles/north-mini-code-cohere-s-small-coding-focused-moe-model"
date = "2026-06-09"

[[weights]]
label = "Hugging Face"
url = "https://huggingface.co/CohereLabs/North-Mini-Code-1.0"
6 changes: 5 additions & 1 deletion models/deepreinforce/ornith-1.0-31b.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# open_weights corrected to false: the 31B Dense variant is named in the Ornith 1.0
# announcement (https://deep-reinforce.com/ornith_1_0.html) but was never published —
# https://huggingface.co/deepreinforce-ai ships only 9B/35B/397B and no 31B repo or
# community quantization exists anywhere on Hugging Face.
# 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
Expand All @@ -12,7 +16,7 @@ attachment = true
reasoning = true
temperature = true
tool_call = true
open_weights = true
open_weights = false
license = "MIT"

[limit]
Expand Down
4 changes: 4 additions & 0 deletions models/moonshotai/kimi-k3.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ output = 131_072
[modalities]
input = ["text", "image", "video"]
output = ["text"]

[[weights]]
label = "Hugging Face"
url = "https://huggingface.co/moonshotai/Kimi-K3"
4 changes: 4 additions & 0 deletions models/nvidia/llama-3.1-nemotron-70b-instruct.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ output = 8_192
[modalities]
input = ["text"]
output = ["text"]

[[weights]]
label = "Hugging Face"
url = "https://huggingface.co/nvidia/Llama-3.1-Nemotron-70B-Instruct-HF"
4 changes: 4 additions & 0 deletions models/nvidia/llama-3.1-nemotron-safety-guard-8b-v3.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ output = 4_096
[modalities]
input = ["text"]
output = ["text"]

[[weights]]
label = "Hugging Face"
url = "https://huggingface.co/nvidia/Llama-3.1-Nemotron-Safety-Guard-8B-v3"
4 changes: 4 additions & 0 deletions models/nvidia/llama-3.1-nemotron-ultra-253b.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ output = 8_192
[modalities]
input = ["text"]
output = ["text"]

[[weights]]
label = "Hugging Face"
url = "https://huggingface.co/nvidia/Llama-3_1-Nemotron-Ultra-253B-v1"
4 changes: 4 additions & 0 deletions models/nvidia/llama-3.3-nemotron-super-49b-v1.5.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ output = 131_072
[modalities]
input = ["text"]
output = ["text"]

[[weights]]
label = "Hugging Face"
url = "https://huggingface.co/nvidia/Llama-3_3-Nemotron-Super-49B-v1_5"
4 changes: 4 additions & 0 deletions models/nvidia/llama-3.3-nemotron-super-49b-v1.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ output = 131_072
[modalities]
input = ["text"]
output = ["text"]

[[weights]]
label = "Hugging Face"
url = "https://huggingface.co/nvidia/Llama-3_3-Nemotron-Super-49B-v1"
4 changes: 4 additions & 0 deletions models/nvidia/llama-nemotron-embed-vl-1b-v2.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ output = 2_048
[modalities]
input = ["text", "image"]
output = ["text"]

[[weights]]
label = "Hugging Face"
url = "https://huggingface.co/nvidia/llama-nemotron-embed-vl-1b-v2"
4 changes: 4 additions & 0 deletions models/nvidia/llama-nemotron-rerank-vl-1b-v2.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ output = 4_096
[modalities]
input = ["text", "image"]
output = ["text"]

[[weights]]
label = "Hugging Face"
url = "https://huggingface.co/nvidia/llama-nemotron-rerank-vl-1b-v2"
5 changes: 4 additions & 1 deletion models/nvidia/mistral-nemotron.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# open_weights corrected to false: no public weights exist — nvidia/Mistral-Nemotron is
# not on Hugging Face (the nvidia org has no *istral* repo) and the model is served
# API-only via NVIDIA NIM (https://docs.api.nvidia.com/nim/reference/mistralai-mistral-nemotron).
name = "Mistral Nemotron"
description = "Mistral model for multilingual chat, reasoning, and tool-assisted workflows"
family = "nemotron"
Expand All @@ -7,7 +10,7 @@ attachment = false
reasoning = false
temperature = true
tool_call = true
open_weights = true
open_weights = false

[limit]
context = 128_000
Expand Down
4 changes: 4 additions & 0 deletions models/nvidia/nemotron-3-content-safety.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ output = 4_096
[modalities]
input = ["text"]
output = ["text"]

[[weights]]
label = "Hugging Face"
url = "https://huggingface.co/nvidia/Nemotron-3-Content-Safety"
4 changes: 4 additions & 0 deletions models/nvidia/nemotron-3-nano-30b-a3b.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ output = 262_144
[modalities]
input = ["text"]
output = ["text"]

[[weights]]
label = "Hugging Face"
url = "https://huggingface.co/nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B-BF16"
4 changes: 4 additions & 0 deletions models/nvidia/nemotron-3-nano-omni-30b-a3b-reasoning.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ output = 65_536
[modalities]
input = ["text", "image", "video", "audio"]
output = ["text"]

[[weights]]
label = "Hugging Face"
url = "https://huggingface.co/nvidia/Nemotron-3-Nano-Omni-30B-A3B-Reasoning-BF16"
4 changes: 4 additions & 0 deletions models/nvidia/nemotron-3-super-120b-a12b.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ output = 262_144
[modalities]
input = ["text"]
output = ["text"]

[[weights]]
label = "Hugging Face"
url = "https://huggingface.co/nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-BF16"
4 changes: 4 additions & 0 deletions models/nvidia/nemotron-3-ultra-550b-a55b.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,7 @@ score = 46.7
metric = "wins or ties"
source = "https://huggingface.co/nvidia/NVIDIA-Nemotron-3-Ultra-550B-A55B-BF16"
date = "2026-06-04"

[[weights]]
label = "Hugging Face"
url = "https://huggingface.co/nvidia/NVIDIA-Nemotron-3-Ultra-550B-A55B-BF16"
4 changes: 4 additions & 0 deletions models/nvidia/nemotron-3.5-content-safety.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ output = 8_192
[modalities]
input = ["text", "image"]
output = ["text"]

[[weights]]
label = "Hugging Face"
url = "https://huggingface.co/nvidia/Nemotron-3.5-Content-Safety"
4 changes: 4 additions & 0 deletions models/nvidia/nemotron-cascade-2-30b-a3b.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ output = 32_768
[modalities]
input = ["text"]
output = ["text"]

[[weights]]
label = "Hugging Face"
url = "https://huggingface.co/nvidia/Nemotron-Cascade-2-30B-A3B"
4 changes: 4 additions & 0 deletions models/nvidia/nemotron-content-safety-reasoning-4b.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ output = 4_096
[modalities]
input = ["text"]
output = ["text"]

[[weights]]
label = "Hugging Face"
url = "https://huggingface.co/nvidia/Nemotron-Content-Safety-Reasoning-4B"
4 changes: 4 additions & 0 deletions models/nvidia/nemotron-mini-4b-instruct.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ output = 8_192
[modalities]
input = ["text"]
output = ["text"]

[[weights]]
label = "Hugging Face"
url = "https://huggingface.co/nvidia/Nemotron-Mini-4B-Instruct"
4 changes: 4 additions & 0 deletions models/nvidia/nemotron-nano-12b-v2-vl.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ output = 128_000
[modalities]
input = ["text", "image", "video"]
output = ["text"]

[[weights]]
label = "Hugging Face"
url = "https://huggingface.co/nvidia/NVIDIA-Nemotron-Nano-12B-v2-VL-BF16"
4 changes: 4 additions & 0 deletions models/nvidia/nemotron-nano-9b-v2.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ output = 131_072
[modalities]
input = ["text"]
output = ["text"]

[[weights]]
label = "Hugging Face"
url = "https://huggingface.co/nvidia/NVIDIA-Nemotron-Nano-9B-v2"
5 changes: 4 additions & 1 deletion models/nvidia/nemotron-voicechat.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# open_weights corrected to false: weights are not publicly downloadable — access is an
# application-only Early Access Program (https://developer.nvidia.com/nemotron-voicechat-early-access)
# and no Hugging Face repo exists. Revisit if NVIDIA opens general access.
name = "Nemotron VoiceChat"
description = "Nemotron multimodal model for visual reasoning and agentic AI workflows"
family = "nemotron"
Expand All @@ -7,7 +10,7 @@ attachment = true
reasoning = false
temperature = true
tool_call = true
open_weights = true
open_weights = false

[limit]
context = 128_000
Expand Down
4 changes: 4 additions & 0 deletions models/openai/whisper-large-v3-turbo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ output = 448
[modalities]
input = ["audio"]
output = ["text"]

[[weights]]
label = "Hugging Face"
url = "https://huggingface.co/openai/whisper-large-v3-turbo"
4 changes: 4 additions & 0 deletions models/openai/whisper-large-v3.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ output = 4_096
[modalities]
input = ["audio"]
output = ["text"]

[[weights]]
label = "Hugging Face"
url = "https://huggingface.co/openai/whisper-large-v3"
4 changes: 4 additions & 0 deletions models/poolside/laguna-m.1.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ output = 32_768
[modalities]
input = ["text"]
output = ["text"]

[[weights]]
label = "Hugging Face"
url = "https://huggingface.co/poolside/Laguna-M.1"
6 changes: 5 additions & 1 deletion models/poolside/laguna-s-2.1.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ output = 32_768

[modalities]
input = ["text"]
output = ["text"]
output = ["text"]

[[weights]]
label = "Hugging Face"
url = "https://huggingface.co/poolside/Laguna-S-2.1"
4 changes: 4 additions & 0 deletions models/poolside/laguna-xs-2.1.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@ harness = "Harbor"
version = "2.0"
source = "https://poolside.ai/blog/introducing-laguna-xs-2-1"
date = "2026-07-02"

[[weights]]
label = "Hugging Face"
url = "https://huggingface.co/poolside/Laguna-XS-2.1"
4 changes: 4 additions & 0 deletions models/poolside/laguna-xs.2.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ output = 32_768
[modalities]
input = ["text"]
output = ["text"]

[[weights]]
label = "Hugging Face"
url = "https://huggingface.co/poolside/Laguna-XS.2"
4 changes: 4 additions & 0 deletions models/sarvam/sarvam-105b.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ output = 131_072
[modalities]
input = ["text"]
output = ["text"]

[[weights]]
label = "Hugging Face"
url = "https://huggingface.co/sarvamai/sarvam-105b"
4 changes: 4 additions & 0 deletions models/sarvam/sarvam-30b.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ output = 128_000
[modalities]
input = ["text"]
output = ["text"]

[[weights]]
label = "Hugging Face"
url = "https://huggingface.co/sarvamai/sarvam-30b"
Loading