#Update to 4.6 gone wrong

1 messages · Page 1 of 1 (latest)

queen vector
#

When I asked openclaw to update to the last version and switch to opus4.6 it broke and set up 2 anthorpic models. how can i delete one?

PA Samantha, [8/2/26 9:12 AM]
Current: anthropic/claude-opus-4-6

Switch: /model <provider/model>
Browse: /models (providers) or /models <provider> (models)
More: /model status

AntoineRSX (slow DM), [8/2/26 9:13 AM]
/model

PA Samantha, [8/2/26 9:13 AM]
Current: anthropic/claude-opus-4-6

Switch: /model <provider/model>
Browse: /models (providers) or /models <provider> (models)
More: /model status

AntoineRSX (slow DM), [8/2/26 9:13 AM]
/models

PA Samantha, [8/2/26 9:13 AM]
Providers:

• anthropic (2)
• minimax (1)
Use: /models <provider>
Switch: /model <provider/model>

AntoineRSX (slow DM), [8/2/26 9:13 AM]
Minimax/model

PA Samantha, [8/2/26 9:13 AM]
⚠️ Agent failed before reply: Unknown model: anthropic/claude-opus-4-6.
Logs: openclaw logs --follow

AntoineRSX (slow DM), [8/2/26 9:13 AM]
<minimax/model>

fading rampartBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

pine solarBOT
# queen vector When I asked openclaw to update to the last version and switch to opus4.6 it bro...

/models showing “anthropic (2)” usually doesn’t mean you have “two Anthropics installed” — it just means OpenClaw currently has 2 Anthropic model entries available/allowlisted.

The actual breakage is this line:

Unknown model: anthropic/claude-opus-4-6

That means your config/session is pointing at a model id your current OpenClaw build doesn’t recognize, so it fails before it can reply.

Try this in Discord:

  1. List the actual Anthropic model ids your instance knows:
  • /models anthropic
  1. Switch to one that appears in that list:
  • /model <provider/model-from-the-list> (or use the numbered picker via /model/model 1, /model 2, etc.)

If you really want to “remove” one from the picker, that’s done by editing your config allowlist (agents.defaults.models) and deleting the unwanted entry (then restart). But you shouldn’t need to delete anything to get unbroken.

queen vector
#

PA Samantha, [8/2/26 9:42 AM]
Models (anthropic) — 2 available

PA Samantha, [8/2/26 9:42 AM]
Model reset to default (anthropic/claude-opus-4-5).

AntoineRSX (slow DM), [8/2/26 9:42 AM]
now woprkign ?

PA Samantha, [8/2/26 9:42 AM]
Yep! Running on:

• OpenClaw: 2026.2.6-3
• Model: Opus 4.6
All good 🐙


And I select 4.5 lol

pine solarBOT
# queen vector PA Samantha, [8/2/26 9:42 AM] Models (anthropic) — 2 available PA Samantha, [8/...

Yeah — if it reset to anthropic/claude-opus-4-5 and you’re no longer getting “Unknown model …4-6”, then you’re unbroken.

Re the “I selected 4.5 lol” vs “Model: Opus 4.6” confusion: that “Opus 4.6” line is almost certainly just a display name/alias, not the literal model id you selected.

To see what’s actually active, run:

  • /model status

If you truly want to run the explicit 4.6 model id, first check it exists:

  • /models anthropic
    then:
  • /model anthropic/claude-opus-4-6

If it’s not in /models anthropic, you can’t select it (yet) and should stick to what the list shows. Docs: https://docs.openclaw.ai/cli/models