From 679fe06032fee3e6573a57883cc6d41dda27fee1 Mon Sep 17 00:00:00 2001 From: TheFactoriousDROID Date: Thu, 4 Jun 2026 22:16:26 +0000 Subject: [PATCH 1/2] docs: add NVIDIA provider section with Nemotron 3 Ultra Add an NVIDIA section to the Available Models page with the nemotron-3-ultra entry (0.4x multiplier, Off/High reasoning), and an official NVIDIA eye logo sized to match the other provider icons. Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> --- docs/images/model-icons/nvidia.svg | 7 +++++++ docs/models.mdx | 6 ++++++ 2 files changed, 13 insertions(+) create mode 100644 docs/images/model-icons/nvidia.svg diff --git a/docs/images/model-icons/nvidia.svg b/docs/images/model-icons/nvidia.svg new file mode 100644 index 000000000..34cb4e147 --- /dev/null +++ b/docs/images/model-icons/nvidia.svg @@ -0,0 +1,7 @@ + + + NVIDIA + + diff --git a/docs/models.mdx b/docs/models.mdx index a421f8f4b..08cff6a4c 100644 --- a/docs/models.mdx +++ b/docs/models.mdx @@ -41,6 +41,12 @@ keywords: ['models', 'model id', 'available models', 'model families', 'model mu | Gemini 3.5 Flash | `gemini-3.5-flash` | 0.6× | `Minimal`, `Low`, `Medium`, `High (default)` | | Gemini 3 Flash | `gemini-3-flash-preview` | 0.2× | `Minimal`, `Low`, `Medium`, `High (default)` | +## NVIDIA + +| Model | Model ID | Multiplier | Reasoning | +| --- | --- | --- | --- | +| Nemotron 3 Ultra | `nemotron-3-ultra` | 0.4× | `Off`, `High (default)` | + ## Droid Core (Open Models) | Model | Model ID | Multiplier | Reasoning | From 12dc207ad54a8c00ff41e69e7c840100543a20f8 Mon Sep 17 00:00:00 2001 From: TheFactoriousDROID Date: Thu, 4 Jun 2026 22:48:34 +0000 Subject: [PATCH 2/2] docs: list Nemotron 3 Ultra under Droid Core Add nemotron-3-ultra as a row in the existing Droid Core (Open Models) table instead of a separate NVIDIA section, and drop the NVIDIA logo. Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> --- docs/images/model-icons/nvidia.svg | 7 ------- docs/models.mdx | 7 +------ 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 docs/images/model-icons/nvidia.svg diff --git a/docs/images/model-icons/nvidia.svg b/docs/images/model-icons/nvidia.svg deleted file mode 100644 index 34cb4e147..000000000 --- a/docs/images/model-icons/nvidia.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - NVIDIA - - diff --git a/docs/models.mdx b/docs/models.mdx index 08cff6a4c..b25b5d855 100644 --- a/docs/models.mdx +++ b/docs/models.mdx @@ -41,17 +41,12 @@ keywords: ['models', 'model id', 'available models', 'model families', 'model mu | Gemini 3.5 Flash | `gemini-3.5-flash` | 0.6× | `Minimal`, `Low`, `Medium`, `High (default)` | | Gemini 3 Flash | `gemini-3-flash-preview` | 0.2× | `Minimal`, `Low`, `Medium`, `High (default)` | -## NVIDIA - -| Model | Model ID | Multiplier | Reasoning | -| --- | --- | --- | --- | -| Nemotron 3 Ultra | `nemotron-3-ultra` | 0.4× | `Off`, `High (default)` | - ## Droid Core (Open Models) | Model | Model ID | Multiplier | Reasoning | | --- | --- | --- | --- | | GLM-5.1 | `glm-5.1` | 0.55× | `Off`, `High (default)` | +| Nemotron 3 Ultra | `nemotron-3-ultra` | 0.4× | `Off`, `High (default)` | | Kimi K2.6 | `kimi-k2.6` | 0.4× | `Off`, `High (default)` | | Kimi K2.5 | `kimi-k2.5` | 0.25× | `Off`, `High (default)` | | DeepSeek V4 Pro | `deepseek-v4-pro` | 0.7× | `Off`, `High (default)`, `Max` |