-
-
Notifications
You must be signed in to change notification settings - Fork 80.7k
[Bug]: Ollama Cloud live-discovered model loses capability metadata in gateway catalog #90315
Copy link
Copy link
Closed
Labels
P2Normal backlog priority with limited blast radius.Normal backlog priority with limited blast radius.bugSomething isn't workingSomething isn't workingbug:behaviorIncorrect behavior without a crashIncorrect behavior without a crashclawsweeper:fix-shape-clearClawSweeper found a clear likely implementation shape for this issue.ClawSweeper found a clear likely implementation shape for this issue.clawsweeper:needs-live-reproClawSweeper needs live local, crabbox, or manual validation to confirm this issue.ClawSweeper needs live local, crabbox, or manual validation to confirm this issue.clawsweeper:queueable-fixClawSweeper marked this issue as an existing queue_fix_pr work candidate.ClawSweeper marked this issue as an existing queue_fix_pr work candidate.impact:auth-providerAuth, provider routing, model choice, or SecretRef resolution may break.Auth, provider routing, model choice, or SecretRef resolution may break.issue-rating: 🐚 platinum hermitGood issue quality with a plausible reproduction path needing some confirmation.Good issue quality with a plausible reproduction path needing some confirmation.
Description
Metadata
Metadata
Assignees
Labels
P2Normal backlog priority with limited blast radius.Normal backlog priority with limited blast radius.bugSomething isn't workingSomething isn't workingbug:behaviorIncorrect behavior without a crashIncorrect behavior without a crashclawsweeper:fix-shape-clearClawSweeper found a clear likely implementation shape for this issue.ClawSweeper found a clear likely implementation shape for this issue.clawsweeper:needs-live-reproClawSweeper needs live local, crabbox, or manual validation to confirm this issue.ClawSweeper needs live local, crabbox, or manual validation to confirm this issue.clawsweeper:queueable-fixClawSweeper marked this issue as an existing queue_fix_pr work candidate.ClawSweeper marked this issue as an existing queue_fix_pr work candidate.impact:auth-providerAuth, provider routing, model choice, or SecretRef resolution may break.Auth, provider routing, model choice, or SecretRef resolution may break.issue-rating: 🐚 platinum hermitGood issue quality with a plausible reproduction path needing some confirmation.Good issue quality with a plausible reproduction path needing some confirmation.
Type
Fields
Priority
None yet
Bug type
Behavior bug (incorrect output/state without crash)
Beta release blocker
No
Summary
When
ollama/minimax-m3:cloudis only added viaagents.defaults.models, OpenClaw’s running gateway can select and run the model but does not expose its Ollama-reportedthinkingcapability unless explicitmodels.providers.ollama.models[]metadata is added.Steps to reproduce
Shortest observed repro:
Observed failure: step 4 returns
Thinking level "low" is not supported for ollama/minimax-m3:cloud. Use one of: off.Expected behavior
Expected result, based on observed local behavior: because Ollama
/api/showreportsthinkingforminimax-m3:cloudandopenclaw infer model run --local --model ollama/minimax-m3:cloud --thinking lowsucceeds, the gateway path should also accept--thinking lowfor the sameollama/minimax-m3:cloudmodel without requiring a manualmodels.providers.ollama.models[]metadata entry.Actual behavior
Observed result:
curl /api/showforminimax-m3:cloudreportscapabilitiesincludingthinking, andopenclaw infer model run --local --model ollama/minimax-m3:cloud --thinking lowreturnsok: true, but the equivalent gateway command fails withGatewayClientRequestError: Error: Thinking level "low" is not supported for ollama/minimax-m3:cloud. Use one of: off.; after adding an explicitmodels.providers.ollama.models[]row withreasoning: trueand restarting the gateway, the same gateway command returnsok: true.OpenClaw version
2026.6.1
Operating system
Debian 13
Install method
npm global
Model
minimax-m3:cloud (Ollama Cloud via local 127.0.0.1:11434 in docker)
Provider / routing chain
openclaw -> local ollama docker instance -> ollama cloud -> minimax-m3
Additional provider/model setup details
No response
Logs, screenshots, and evidence
Impact and severity
No response
Additional information
No response