Skip to content

Commit efd69d8

Browse files
committed
feat(models): add Claude Fable 5 to registry
- Added new model `Claude Fable 5` to `models.json` with enhanced reasoning and long-horizon capabilities. - Included detailed parameters such as context length, max completion tokens, and thinking level configurations.
1 parent 44ea9ab commit efd69d8

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

internal/registry/models/models.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,29 @@
118118
]
119119
}
120120
},
121+
{
122+
"id": "claude-fable-5",
123+
"object": "model",
124+
"created": 1781049600,
125+
"owned_by": "anthropic",
126+
"type": "claude",
127+
"display_name": "Claude Fable 5",
128+
"description": "Anthropic's most capable widely released model, for the most demanding reasoning and long-horizon agentic work",
129+
"context_length": 1000000,
130+
"max_completion_tokens": 128000,
131+
"thinking": {
132+
"min": 1024,
133+
"max": 128000,
134+
"zero_allowed": true,
135+
"levels": [
136+
"low",
137+
"medium",
138+
"high",
139+
"xhigh",
140+
"max"
141+
]
142+
}
143+
},
121144
{
122145
"id": "claude-opus-4-5-20251101",
123146
"object": "model",

0 commit comments

Comments
 (0)