{ "provider": "ollama", "description": "Local Ollama server. Setup picks the model from whatever the server has pulled.", "baseUrl": "http://127.0.0.1:11434", "auth": { "mode": "literal", "token": "ollama" }, "models": { "opus": "qwen3-coder", "sonnet": "qwen3-coder", "haiku": "qwen3-coder", "fable": "qwen3-coder" }, "subagentModel": "inherit", "gatewayModelDiscovery": false, "extraEnv": { "CLAUDE_CODE_ATTRIBUTION_HEADER": "0" }, "contextTokens": 65536, "configured": false }