Skip to content
Merged
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: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ Example SVG structure:

#### 3. Add a Model Definition

Create a new TOML file in the provider's `models/` directory where the filename is the model ID:
Create a new TOML file in the provider's `models/` directory where the filename is the model ID.

If the model ID contains `/`, use subfolders. For example, for the model ID `openai/gpt-5`, create a folder `openai/` and place a file named `gpt-5.toml` inside it.

```toml
name = "Model Display Name"
Expand Down
4 changes: 4 additions & 0 deletions providers/nvidia/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "Phi-4-Multimodal-Instruct"
name = "Phi-4-Mini"
release_date = "2024-12-01"
last_updated = "2025-09-05"
attachment = true
Expand Down
21 changes: 0 additions & 21 deletions providers/nvidia/models/mistral-small-3.1-24b-instruct-2503.toml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name = "Llama-3.3-Nemotron-Super-49B-v1.5"
release_date = "2025-07-25"
name = "Kimi K2 Instruct"
release_date = "2025-01-01"
last_updated = "2025-09-05"
attachment = false
reasoning = true
temperature = true
knowledge = "2023-12"
knowledge = "2024-01"
tool_call = true
open_weights = false

Expand All @@ -13,7 +13,7 @@ input = 0.0
output = 0.0

[limit]
context = 131_072
context = 128_000
output = 8_192

[modalities]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name = "DeepSeek R1"
release_date = "2024-11-01"
name = "GPT-OSS-120B"
release_date = "2024-01-01"
last_updated = "2025-09-05"
attachment = false
attachment = true
reasoning = true
temperature = true
knowledge = "2024-11"
knowledge = "2024-01"
tool_call = false
open_weights = false

Expand All @@ -13,7 +13,7 @@ input = 0.0
output = 0.0

[limit]
context = 131_072
context = 128_000
output = 8_192

[modalities]
Expand Down