Description
Anthropic released Claude Sonnet 4.6 today (February 17, 2026). When trying to use it as a model in OpenClaw, it fails with:
[diagnostic] lane task error: error="Error: Unknown model: anthropic/claude-sonnet-4-6"
Running openclaw models list --all confirms the model appears as configured,missing — meaning OpenClaw's internal catalog doesn't include it yet.
Steps to Reproduce
- Set
agents.defaults.model.primary to anthropic/claude-sonnet-4-6 in config
- Start the gateway:
openclaw gateway
- Send any message
- Observe error in gateway logs
Expected Behavior
OpenClaw should support anthropic/claude-sonnet-4-6 like other Anthropic models.
Actual Behavior
Error: Unknown model: anthropic/claude-sonnet-4-6
openclaw models list --all shows it as configured,missing — not in the internal model catalog.
Model Info
Environment
- OpenClaw version: 2026.2.15 (3fe22ea)
- OS: macOS 26.2 (arm64)
- Node: 23.11.0
Workaround
Currently using anthropic/claude-opus-4-6 as fallback.
Request
Please add claude-sonnet-4-6 to the Anthropic provider model catalog. 🦞
Description
Anthropic released Claude Sonnet 4.6 today (February 17, 2026). When trying to use it as a model in OpenClaw, it fails with:
Running
openclaw models list --allconfirms the model appears asconfigured,missing— meaning OpenClaw's internal catalog doesn't include it yet.Steps to Reproduce
agents.defaults.model.primarytoanthropic/claude-sonnet-4-6in configopenclaw gatewayExpected Behavior
OpenClaw should support
anthropic/claude-sonnet-4-6like other Anthropic models.Actual Behavior
openclaw models list --allshows it asconfigured,missing— not in the internal model catalog.Model Info
claude-sonnet-4-6Environment
Workaround
Currently using
anthropic/claude-opus-4-6as fallback.Request
Please add
claude-sonnet-4-6to the Anthropic provider model catalog. 🦞