[object Object]

← back to Ventura Claw

Update Claude model IDs to claude-opus-4-8 (Opus 4.8 upgrade)

7a6c4adc6f18af138bdcfc27a4c5e69ff08fa0cc · 2026-05-29 08:14:19 -0700 · Steve

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Files touched

Diff

commit 7a6c4adc6f18af138bdcfc27a4c5e69ff08fa0cc
Author: Steve <steve@designerwallcoverings.com>
Date:   Fri May 29 08:14:19 2026 -0700

    Update Claude model IDs to claude-opus-4-8 (Opus 4.8 upgrade)
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
 server/lib/smart-router.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/lib/smart-router.js b/server/lib/smart-router.js
index d3efe88..805cbf0 100644
--- a/server/lib/smart-router.js
+++ b/server/lib/smart-router.js
@@ -19,7 +19,7 @@ const OLLAMA_MODEL = process.env.OLLAMA_MODEL || "qwen3:14b";
 const TIERS = [
   { id: "local-fast", label: "Ollama qwen3:14b (Mac1)", url: OLLAMA_URL, model: OLLAMA_MODEL, cost_per_1k: 0,      max_tokens: 800 },
   { id: "local-big",  label: "Ollama deepseek-r1:14b", url: OLLAMA_URL, model: "deepseek-r1:14b",                cost_per_1k: 0,      max_tokens: 1200 },
-  { id: "anthropic",  label: "Claude (via CLI)",        url: null,       model: "claude-sonnet-4-6",              cost_per_1k: 0.003,  max_tokens: 4000 },
+  { id: "anthropic",  label: "Claude (via CLI)",        url: null,       model: "claude-opus-4-8",              cost_per_1k: 0.003,  max_tokens: 4000 },
 ];
 
 // Estimate complexity 0..1 from a prompt without calling any LLM. Heuristic, not perfect — but free.

← 01b8b05 preload fleet: 5 seed users × 10 connectors from secrets-man  ·  back to Ventura Claw  ·  fix(llm): demo classify returned 0/5 — qwen3 reasoning ate t f04d321 →