Skip to content

Commit 1bf35c0

Browse files
committed
Add Claude Fable 5 model
1 parent b4f9b5a commit 1bf35c0

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

runner/models.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ describe("ALL_MODELS", () => {
3232
expect(ALL_MODELS).toContain("anthropic/claude-opus-4.6");
3333
expect(ALL_MODELS).toContain("anthropic/claude-opus-4.7");
3434
expect(ALL_MODELS).toContain("anthropic/claude-opus-4.8");
35+
expect(ALL_MODELS).toContain("anthropic/claude-fable-5");
3536
expect(ALL_MODELS).toContain("deepseek/deepseek-v4-pro");
3637
expect(ALL_MODELS).toContain("moonshotai/kimi-k2.6");
3738
expect(ALL_MODELS).toContain("google/gemini-2.5-flash");

runner/models/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export const ALL_MODELS: string[] = [
4040
"anthropic/claude-opus-4.6",
4141
"anthropic/claude-opus-4.7",
4242
"anthropic/claude-opus-4.8",
43+
"anthropic/claude-fable-5",
4344
"openai/o4-mini",
4445
"openai/gpt-4.1",
4546
"openai/gpt-5.1",

0 commit comments

Comments
 (0)