Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/run-eval/resolve_model_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,14 @@ def _sigterm_handler(signum: int, _frame: object) -> None:
"model": "litellm_proxy/anthropic/claude-opus-4-8",
},
},
# https://www.anthropic.com/news/claude-fable-5
"claude-fable-5": {
"id": "claude-fable-5",
"display_name": "Claude Fable 5",
"llm_config": {
"model": "litellm_proxy/anthropic/claude-fable-5",
Comment thread
juanmichelini marked this conversation as resolved.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Minor: Functional QA showed the generated models_json for claude-fable-5 contains llm_config with only the model field, while the PR description says this new config includes temperature = 0.0. The model resolves and preflights successfully, so this does not block the core model-support goal, but please either add the explicit temperature or update the PR description if the default is intentional.

This inline QA finding was created by an AI agent (OpenHands) on behalf of the user.

},
},
"claude-sonnet-4-6": {
"id": "claude-sonnet-4-6",
"display_name": "Claude Sonnet 4.6",
Expand Down
Loading