How to set up Qwen 3.6 Plus Preview on OpenRouter for free OpenClaw usage

Free Qwen 3.6 model for OpenClaw agent work
A Reddit user reported that Qwen 3.6 Plus Preview is available for free on OpenRouter and works with OpenClaw for AI agent tasks. The model offers a 1 million token context window.
Setup steps from the source
The user provided specific instructions for configuring this setup:
- Create a free account on OpenRouter and copy your API key
- In OpenClaw, add the OpenRouter provider and paste the API key
- Refresh the model list or run
openclaw models scan - Set the model to
qwen/qwen3.6-plus-preview:free(type manually if not showing) - Run
openclaw config set agents.defaults.thinkingDefault high - Execute
openclaw gateway restart
The user mentioned previously burning through an OpenAI Codex plan quickly while using OpenClaw, then searching for better performance-to-price alternatives before discovering this free option.
📖 Read the full source: r/clawdbot
👀 See Also

Efficiently Managing OpenClaw Instances for Multiple Users
Explore strategies shared by users on r/openclaw for managing multiple OpenClaw instances. Learn how community members harness automation and load balancing for optimal performance.

Visual Guide to Claude Code's 27 Hooks Lifecycle
A community-created resource provides a visual and audio walkthrough of all 27 Claude Code hooks, showing when each fires, their order, and what data they receive. The project was built entirely using Claude Code itself.

Optimizing Qwen 3.6 27B/35B on RTX 3090: Flags, Quantization, and Auto-Routing
A user shares his llama-server flags for Qwen 3.6 27B and 35B GGUF models on an RTX 3090 (24GB), reporting slow speeds for the 35B and unreliable code output from the 27B. The post asks for better quant, flag tuning, and auto model switching.

12 OpenClaw SOUL.md and STYLE.md Templates with Practical Lessons
A developer created 12 OpenClaw agent templates for common use cases, each following the official 4-section spec, and identified key lessons including the necessity of STYLE.md for defining communication patterns and the importance of specific boundaries over vague personality traits.