Commit d7dce3e
feat: recognize Fable/Mythos model families with 1M context window
Claude Fable 5 / Mythos 5 (claude-fable-5, claude-mythos-5) are not
matched by any built-in family, so the context window falls back to
the 200k default while these models ship with a 1M-token context
window by default (no [1m] suffix in the model ID to trigger the
context modifier).
Add fable/mythos built-in families with a 1_000_000 limit, reusing
the existing version-extraction regex (claude-fable-5 -> "Fable 5").
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent a73b166 commit d7dce3e
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
105 | 109 | | |
106 | 110 | | |
107 | 111 | | |
| |||
257 | 261 | | |
258 | 262 | | |
259 | 263 | | |
260 | | - | |
| 264 | + | |
261 | 265 | | |
262 | 266 | | |
263 | 267 | | |
| |||
296 | 300 | | |
297 | 301 | | |
298 | 302 | | |
299 | | - | |
| 303 | + | |
300 | 304 | | |
301 | 305 | | |
302 | 306 | | |
| |||
0 commit comments