Skip to content

Commit 6f0071f

Browse files
authored
Merge pull request #348 from wojons/dev
Updating Nvidia provider with qwen and nemotron
2 parents 3eb1731 + c8b274a commit 6f0071f

File tree

3 files changed

+64
-0
lines changed

3 files changed

+64
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "nvidia-nemotron-nano-9b-v2"
2+
3+
release_date = "2025-08-18"
4+
last_updated = "2025-08-18"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
knowledge = "2024-09"
9+
tool_call = true
10+
open_weights = true
11+
12+
[cost]
13+
input = 0.0
14+
output = 0.0
15+
16+
[limit]
17+
context = 131_072
18+
output = 131_072
19+
20+
[modalities]
21+
input = ["text"]
22+
output = ["text"]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "Qwen3-Next-80B-A3B-Instruct"
2+
release_date = "2024-12-01"
3+
last_updated = "2025-09-05"
4+
attachment = false
5+
reasoning = false
6+
temperature = true
7+
knowledge = "2024-12"
8+
tool_call = true
9+
open_weights = false
10+
11+
[cost]
12+
input = 0.0
13+
output = 0.0
14+
15+
[limit]
16+
context = 262_144
17+
output = 16_384
18+
19+
[modalities]
20+
input = ["text"]
21+
output = ["text"]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "Qwen3-Next-80B-A3B-Thinking"
2+
release_date = "2024-12-01"
3+
last_updated = "2025-09-05"
4+
attachment = false
5+
reasoning = true
6+
temperature = true
7+
knowledge = "2024-12"
8+
tool_call = true
9+
open_weights = true
10+
11+
[cost]
12+
input = 0.0
13+
output = 0.0
14+
15+
[limit]
16+
context = 262_144
17+
output = 16_384
18+
19+
[modalities]
20+
input = ["text"]
21+
output = ["text"]

0 commit comments

Comments
 (0)