Description
When running openclaw models list, Gemini models are incorrectly displayed with the anthropic provider prefix instead of google.
Steps to Reproduce
- Configure Google/Gemini models in openclaw.json under
models.providers.google
- Run
openclaw models list
- Observe that Gemini models show as
anthropic/gemini-* instead of google/gemini-*
Expected Behavior
Gemini models should display as google/gemini-* since they are configured under the google provider.
Actual Behavior
Model Input Ctx Local Auth Tags
anthropic/gemini-2.0-flash-001 - - - - configured,missing
anthropic/gemini-2.0-pro - - - - configured,missing
...
Environment
- OpenClaw version: 2026.4.1
- Config shows correct provider:
models.providers.google with model IDs like gemini-2.0-flash-001
Additional Notes
- The models are correctly configured under the
google provider in openclaw.json
- The API calls work correctly (quota issue aside)
- This appears to be a display bug in the model list output
Description
When running
openclaw models list, Gemini models are incorrectly displayed with theanthropicprovider prefix instead ofgoogle.Steps to Reproduce
models.providers.googleopenclaw models listanthropic/gemini-*instead ofgoogle/gemini-*Expected Behavior
Gemini models should display as
google/gemini-*since they are configured under thegoogleprovider.Actual Behavior
Environment
models.providers.googlewith model IDs likegemini-2.0-flash-001Additional Notes
googleprovider in openclaw.json