feat(llm): bump Anthropic catalog to Claude Opus 4.7 frontier

Opus 4.7 is the current frontier per platform.claude.com (frontier
category, listed first). Demote Opus 4.6 to second deep-tier slot.
Polish quick-tier labels to match official wording; effort docstring
includes 4.7.
This commit is contained in:
Yijia-Xiao
2026-05-11 02:56:59 +00:00
parent 78fe77f4e6
commit 9e00c8117f
2 changed files with 7 additions and 5 deletions

View File

@@ -291,7 +291,9 @@ def ask_openai_reasoning_effort() -> str:
def ask_anthropic_effort() -> str | None:
"""Ask for Anthropic effort level.
Controls token usage and response thoroughness on Claude 4.5+ and 4.6 models.
Controls token usage and response thoroughness on Claude 4.5 / 4.6 / 4.7
models. The API also accepts "max"; we expose low/medium/high as the
common selection range.
"""
return questionary.select(
"Select Effort Level:",