Skip to content

Commit 1394d2c

Browse files
authored
Merge pull request #1270 from NachoFLizaur/feat/bedrock-add-nemotron-super-3-120b
feat(amazon-bedrock): add NVIDIA Nemotron 3 Super 120B
2 parents 5b73677 + 29c1249 commit 1394d2c

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "NVIDIA Nemotron 3 Super 120B A12B"
2+
family = "nemotron"
3+
release_date = "2026-03-11"
4+
last_updated = "2026-03-11"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
open_weights = true
10+
11+
[cost]
12+
input = 0.15
13+
output = 0.65
14+
15+
[limit]
16+
context = 262_144
17+
output = 131_072
18+
19+
[modalities]
20+
input = ["text"]
21+
output = ["text"]

0 commit comments

Comments
 (0)