Skip to content

Commit 67eb805

Browse files
Add Fable 5 description and strengths to model catalog (#75)
Fable 5 shipped with only a placeholder line; fill in a real description and 4 strengths matching the other curated models, sourced from Anthropic's Fable 5 positioning (ambitious coding, long-horizon agentic work, deep research, document/diagram understanding).
1 parent 16d5402 commit 67eb805

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

Poirot/Sources/Models/ClaudeModelCatalog.swift

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,13 @@ nonisolated enum ClaudeModelCatalog {
5656
),
5757
ClaudeModelInfo(
5858
displayName: "Fable 5",
59-
description: "Newest addition to the Claude 5 model family."
59+
description: "Anthropic's most advanced model for demanding reasoning and long-horizon agentic work.",
60+
strengths: [
61+
"Ambitious coding projects",
62+
"Long-horizon agentic work",
63+
"Deep research and analysis",
64+
"Document and diagram understanding",
65+
]
6066
),
6167
]
6268

0 commit comments

Comments
 (0)