Skip to content

Commit a3f754b

Browse files
committed
Update opus model
1 parent 8b1a335 commit a3f754b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

kady_agent/env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GOOGLE_GEMINI_BASE_URL=http://localhost:4000
88
GEMINI_API_KEY=sk-litellm-local
99

1010
# LLMs
11-
DEFAULT_AGENT_MODEL="openrouter/anthropic/claude-opus-4.6"
11+
DEFAULT_AGENT_MODEL="openrouter/anthropic/claude-opus-4.7"
1212

1313

1414
## Highly Recommended (Delete if not needed and filled in correctly)

kady_agent/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ def _pricing_tier(prompt_price: float) -> str:
331331

332332
def update_models_json(
333333
output_path: str = "web/src/data/models.json",
334-
default_model_id: str = "anthropic/claude-opus-4.6",
334+
default_model_id: str = "anthropic/claude-opus-4.7",
335335
max_age_days: int = 90,
336336
api_key: str | None = None,
337337
) -> None:

web/src/data/models.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"description": "GPT-5.4 Pro is OpenAI's most advanced model, building on GPT-5.4's unified architecture with enhanced reasoning capabilities for complex, high-stakes tasks. It features a 1M+ token context window (922K input, 128K output) with support for text and image inputs. Optimized for step-by-step reasoning, instruction following, and accuracy, GPT-5.4 Pro excels at agentic coding, long-context workflows, and multi-step problem solving."
1414
},
1515
{
16-
"id": "openrouter/anthropic/claude-opus-4.6",
17-
"label": "Claude Opus 4.6",
16+
"id": "openrouter/anthropic/claude-opus-4.7",
17+
"label": "Claude Opus 4.7",
1818
"provider": "Anthropic",
1919
"tier": "flagship",
2020
"context_length": 1000000,

0 commit comments

Comments
 (0)