Skip to content

Commit 3d079de

Browse files
chore(sync): update LLM Gateway model catalog
1 parent 998aab6 commit 3d079de

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name = "Claude Fable 5"
2+
description = "Claude model for creative writing, analysis, and controlled agent workflows"
3+
family = "claude-fable"
4+
release_date = "2026-06-09"
5+
last_updated = "2026-06-09"
6+
attachment = true
7+
reasoning = true
8+
temperature = true
9+
tool_call = false
10+
structured_output = true
11+
open_weights = false
12+
reasoning_options = []
13+
14+
[cost]
15+
input = 10
16+
output = 50
17+
cache_read = 1
18+
cache_write = 12.5
19+
20+
[limit]
21+
context = 1_000_000
22+
output = 1_000_000
23+
24+
[modalities]
25+
input = ["text", "image"]
26+
output = ["text"]

0 commit comments

Comments
 (0)