Add anthropic-claude-fable-5 and nemotron-3-ultra-550b to DigitalOcean
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
name = "Anthropic Claude Fable 5"
|
||||
family = "claude-fable"
|
||||
release_date = "2026-06-09"
|
||||
last_updated = "2026-06-12"
|
||||
attachment = true
|
||||
reasoning = true
|
||||
temperature = true
|
||||
tool_call = true
|
||||
open_weights = false
|
||||
|
||||
[limit]
|
||||
context = 1_000_000
|
||||
output = 128_000
|
||||
|
||||
[modalities]
|
||||
input = ["text", "image"]
|
||||
output = ["text"]
|
||||
@@ -0,0 +1,17 @@
|
||||
name = "Nemotron 3 Ultra"
|
||||
family = "nemotron"
|
||||
release_date = "2026-06-04"
|
||||
last_updated = "2026-06-12"
|
||||
attachment = false
|
||||
reasoning = false
|
||||
temperature = true
|
||||
tool_call = true
|
||||
open_weights = false
|
||||
|
||||
[limit]
|
||||
context = 131_072
|
||||
output = 8_192
|
||||
|
||||
[modalities]
|
||||
input = ["text"]
|
||||
output = ["text"]
|
||||
Reference in New Issue
Block a user