From 6d081af472b7b353e91722def4c9a4fa8e330349 Mon Sep 17 00:00:00 2001 From: Alexis Okuwa Date: Sun, 22 Mar 2026 05:45:00 -0500 Subject: [PATCH] Add Nemotron 3 Super model to OpenRouter and NVIDIA providers --- .../nvidia/nemotron-3-super-120b-a12b.toml | 22 +++++++++++++++++++ .../nemotron-3-super-120b-a12b-free.toml | 22 +++++++++++++++++++ .../nvidia/nemotron-3-super-120b-a12b.toml | 22 +++++++++++++++++++ 3 files changed, 66 insertions(+) create mode 100644 providers/nvidia/models/nvidia/nemotron-3-super-120b-a12b.toml create mode 100644 providers/openrouter/models/nvidia/nemotron-3-super-120b-a12b-free.toml create mode 100644 providers/openrouter/models/nvidia/nemotron-3-super-120b-a12b.toml diff --git a/providers/nvidia/models/nvidia/nemotron-3-super-120b-a12b.toml b/providers/nvidia/models/nvidia/nemotron-3-super-120b-a12b.toml new file mode 100644 index 000000000..702ba2b0d --- /dev/null +++ b/providers/nvidia/models/nvidia/nemotron-3-super-120b-a12b.toml @@ -0,0 +1,22 @@ +name = "Nemotron 3 Super" +family = "nemotron" +attachment = false +reasoning = true +tool_call = true +temperature = true +knowledge = "2024-04" +release_date = "2026-03-11" +last_updated = "2026-03-11" +open_weights = true + +[cost] +input = 0.20 +output = 0.80 + +[limit] +context = 262144 +output = 262144 + +[modalities] +input = ["text"] +output = ["text"] \ No newline at end of file diff --git a/providers/openrouter/models/nvidia/nemotron-3-super-120b-a12b-free.toml b/providers/openrouter/models/nvidia/nemotron-3-super-120b-a12b-free.toml new file mode 100644 index 000000000..861223766 --- /dev/null +++ b/providers/openrouter/models/nvidia/nemotron-3-super-120b-a12b-free.toml @@ -0,0 +1,22 @@ +name = "Nemotron 3 Super (free)" +family = "nemotron" +attachment = false +reasoning = true +tool_call = true +temperature = true +knowledge = "2024-04" +release_date = "2026-03-11" +last_updated = "2026-03-11" +open_weights = true + +[cost] +input = 0.00 +output = 0.00 + +[limit] +context = 262144 +output = 262144 + +[modalities] +input = ["text"] +output = ["text"] \ No newline at end of file diff --git a/providers/openrouter/models/nvidia/nemotron-3-super-120b-a12b.toml b/providers/openrouter/models/nvidia/nemotron-3-super-120b-a12b.toml new file mode 100644 index 000000000..bbcdfcd30 --- /dev/null +++ b/providers/openrouter/models/nvidia/nemotron-3-super-120b-a12b.toml @@ -0,0 +1,22 @@ +name = "Nemotron 3 Super" +family = "nemotron" +attachment = false +reasoning = true +tool_call = true +temperature = true +knowledge = "2024-04" +release_date = "2026-03-11" +last_updated = "2026-03-11" +open_weights = true + +[cost] +input = 0.10 +output = 0.50 + +[limit] +context = 262144 +output = 262144 + +[modalities] +input = ["text"] +output = ["text"] \ No newline at end of file