Add anthropic-claude-fable-5 and nemotron-3-ultra-550b to DigitalOcean

This commit is contained in:
Mike Prasuhn
2026-06-11 23:09:08 -04:00
parent 37e8e0cf95
commit 411bc157e6
2 changed files with 34 additions and 0 deletions
@@ -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"]