diff --git a/config/ccs/agy.settings.template.json b/config/ccs/agy.settings.template.json index 4c1a3238c..b6b243070 100644 --- a/config/ccs/agy.settings.template.json +++ b/config/ccs/agy.settings.template.json @@ -2,9 +2,9 @@ "env": { "ANTHROPIC_BASE_URL": "http://127.0.0.1:8317/api/provider/agy", "ANTHROPIC_AUTH_TOKEN": "__CLIPROXY_API_KEY__", - "ANTHROPIC_MODEL": "claude-opus-4-6", - "ANTHROPIC_DEFAULT_OPUS_MODEL": "claude-opus-4-6", - "ANTHROPIC_DEFAULT_SONNET_MODEL": "claude-opus-4-6", + "ANTHROPIC_MODEL": "claude-opus-4-7", + "ANTHROPIC_DEFAULT_OPUS_MODEL": "claude-opus-4-7", + "ANTHROPIC_DEFAULT_SONNET_MODEL": "claude-opus-4-7", "ANTHROPIC_DEFAULT_HAIKU_MODEL": "claude-sonnet-4-6" } } diff --git a/config/llm/extra-openai-models.yaml b/config/llm/extra-openai-models.yaml index 52d3cbb58..3fb4948e7 100644 --- a/config/llm/extra-openai-models.yaml +++ b/config/llm/extra-openai-models.yaml @@ -4,7 +4,7 @@ api_base: http://localhost:8317/v1 api_key_name: cliproxyapi - model_id: claude-opus - model_name: claude-opus-4-6 + model_name: claude-opus-4-7 api_base: http://localhost:8317/v1 api_key_name: cliproxyapi - model_id: claude-haiku diff --git a/config/openclaw/openclaw.template.json b/config/openclaw/openclaw.template.json index dfb1bb8bf..65e4a3fa2 100644 --- a/config/openclaw/openclaw.template.json +++ b/config/openclaw/openclaw.template.json @@ -14,8 +14,8 @@ "api": "openai-completions", "models": [ { - "id": "claude-opus-4-6", - "name": "Claude Opus 4.6", + "id": "claude-opus-4-7", + "name": "Claude Opus 4.7", "reasoning": true, "input": [ "text", @@ -220,7 +220,7 @@ "name": "Code Reviewer (Opus)", "workspace": "__HOME__/.openclaw/workspace/agents/code-review", "model": { - "primary": "cliproxy/claude-opus-4-6", + "primary": "cliproxy/claude-opus-4-7", "fallbacks": [ "cliproxy/glm-4.7", "cliproxy/free" @@ -329,7 +329,7 @@ "model": { "primary": "cliproxy/minimax-m2.7", "fallbacks": [ - "cliproxy/claude-opus-4-6", + "cliproxy/claude-opus-4-7", "cliproxy/glm-4.7", "cliproxy/free" ] @@ -490,7 +490,7 @@ "name": "Twitter (Opus)", "workspace": "__HOME__/.openclaw/workspace/agents/twitter", "model": { - "primary": "cliproxy/claude-opus-4-6", + "primary": "cliproxy/claude-opus-4-7", "fallbacks": [ "cliproxy/minimax-m2.7", "cliproxy/glm-4.7", @@ -509,7 +509,7 @@ "name": "Mindset Coach", "workspace": "__HOME__/.openclaw/workspace/agents/mindset", "model": { - "primary": "cliproxy/claude-opus-4-6", + "primary": "cliproxy/claude-opus-4-7", "fallbacks": [ "cliproxy/glm-4.7", "cliproxy/free" @@ -545,7 +545,7 @@ "name": "Dev (Opus)", "workspace": "__HOME__/.openclaw/workspace/agents/dev", "model": { - "primary": "cliproxy/claude-opus-4-6", + "primary": "cliproxy/claude-opus-4-7", "fallbacks": [ "cliproxy/glm-4.7", "cliproxy/free" @@ -625,7 +625,7 @@ "name": "Strategy (Opus)", "workspace": "__HOME__/.openclaw/workspace/agents/strategy", "model": { - "primary": "cliproxy/claude-opus-4-6", + "primary": "cliproxy/claude-opus-4-7", "fallbacks": [ "cliproxy/glm-4.7", "cliproxy/free" diff --git a/config/opencode/opencode.jsonc b/config/opencode/opencode.jsonc index c6e2f134a..f6f21193d 100644 --- a/config/opencode/opencode.jsonc +++ b/config/opencode/opencode.jsonc @@ -24,8 +24,8 @@ "apiKey": "{env:CLIPROXY_API_KEY}" }, "models": { - "claude-opus-4-6": { - "name": "Claude Opus 4.6 (via shunkakinoki's CLIProxy)" + "claude-opus-4-7": { + "name": "Claude Opus 4.7 (via shunkakinoki's CLIProxy)" }, "claude-sonnet-4-6": { "name": "Claude Sonnet 4.6 (via shunkakinoki's CLIProxy)" @@ -58,8 +58,8 @@ "apiKey": "{env:CLIPROXY_API_KEY}" }, "models": { - "claude-opus-4-6": { - "name": "Claude Opus 4.6 (via local CLIProxyAPI)" + "claude-opus-4-7": { + "name": "Claude Opus 4.7 (via local CLIProxyAPI)" }, "claude-sonnet-4-6": { "name": "Claude Sonnet 4.6 (via local CLIProxyAPI)" diff --git a/config/pi/models.json b/config/pi/models.json index 94cceb14d..6d293fdba 100644 --- a/config/pi/models.json +++ b/config/pi/models.json @@ -74,8 +74,8 @@ "maxTokens": 65536 }, { - "id": "claude-opus-4-6", - "name": "Claude Opus 4.6", + "id": "claude-opus-4-7", + "name": "Claude Opus 4.7", "reasoning": true, "input": [ "text", diff --git a/models.json b/models.json index 210ae0dd7..ad519df0a 100644 --- a/models.json +++ b/models.json @@ -1,5 +1,5 @@ { - "claude-opus": "claude-opus-4-6", + "claude-opus": "claude-opus-4-7", "claude-sonnet": "claude-sonnet-4-6", "claude-haiku": "claude-haiku-4-5-20251001", "gpt": "gpt-5.4",