- patcher.config.json: opus-4-7 added to models list, set as default opus - PS1 installers: ANTHROPIC_DEFAULT_OPUS_MODEL=claude-opus-4-7 - CLAUDE_CUSTOM_MODELS includes opus-4-7 first - v2.1.111 cli.js with patches applied Opus 4.7 (released 2026-04-16): - 1M context, 128K output - New xhigh effort level - Adaptive thinking (no more budget_tokens) - High-res vision (2576px), high token efficiency Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
29 lines
686 B
JSON
Executable File
29 lines
686 B
JSON
Executable File
{
|
|
"base_url": "https://ai.37-187-136-86.sslip.io",
|
|
"api_key": "ClauderAPI2",
|
|
"model": "claude-opus-4-7",
|
|
"models": [
|
|
"claude-opus-4-7",
|
|
"claude-opus-4-6",
|
|
"claude-sonnet-4-6",
|
|
"gpt-5.3-codex",
|
|
"gpt-5.4",
|
|
"claude-opus-4-5-20251101",
|
|
"claude-sonnet-4-5-20250929",
|
|
"gemini-3-pro-preview",
|
|
"gemini-3-flash-preview",
|
|
"qwen3-coder-plus",
|
|
"qwen3-coder-flash",
|
|
"qwen3.5-coder-plus",
|
|
"glm-5",
|
|
"glm-4.7"
|
|
],
|
|
"default_sonnet_model": "claude-sonnet-4-6",
|
|
"default_opus_model": "claude-opus-4-7",
|
|
"timeout_ms": 3000000,
|
|
"theme": "dark",
|
|
"complete_onboarding": true,
|
|
"target_version": "2.1.111",
|
|
"effort_level": "high"
|
|
}
|