Model moved after 2026.6.10? Prove the provider route.
OpenClaw 2026.6.10 says provider routing, session identity, and fallback visibility got more reliable, but a migration can still look broken when the model string changed and the provider route did not. The trap is checking only `openai/gpt-5.5` while the effective provider, auth profile, or sticky fallback state is still sending work somewhere else. Treat the fix as a route receipt: confirm the model prefix, inspect the provider config/auth source, restart through the real supervisor, run one tiny task, and record the observed provider/model before unattended agents resume.
In simple words: Make a safe copy if the step could change your setup, try the smallest check, then confirm OpenClaw is back to normal before doing more. The source link and commands stay below for people who want the technical detail.
{
"agents": {
"defaults": {
"model": { "primary": "openai/gpt-5.5" }
}
},
"models": {
"providers": {
"openai": {
"api": "openai-responses",
"baseUrl": "https://api.openai.com/v1",
"apiKey": "${OPENAI_API_KEY}"
}
}
}
}
- OpenClaw version:
- Symptom after migration:
- Intended model route:
- Intended provider id/backend:
- Credential source checked (auth profile/env/SecretRef):
- Gateway restarted/reloaded how:
- Tiny task used for proof:
- Observed provider/model after run:
- Fallback notice or override present?
- Rollback model route if proof fails:
Source: OpenClaw v2026.6.10 release + provider/failover docs · link