diff --git a/services/api/api/runtime_control.py b/services/api/api/runtime_control.py index 973cf335a..48669b45e 100644 --- a/services/api/api/runtime_control.py +++ b/services/api/api/runtime_control.py @@ -253,7 +253,7 @@ def _agent_session_title( _DEFAULT_CLAUDE_MODEL = "claude-fable-5" _CLAUDE_MODEL_ALIASES: dict[str, str] = { - "fable": "claude-fable-5", + "fable": _DEFAULT_CLAUDE_MODEL, "opus": "claude-opus-4-8", "sonnet": "claude-sonnet-4-6", "haiku": "claude-haiku-4-5",