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

Claude for Motion Graphics: Prompt Patterns That Produce Animated HTML Visuals You Can Capture as Video
A r/ClaudeAI user shares a reliable prompt structure for generating animated motion graphics and interactive charts as HTML widgets from Claude, then capturing them as MP4 with Playwright + ffmpeg.

Claude Code LSP Setup Guide: Structural Code Understanding
A Reddit post details how to configure Claude Code to use Language Server Protocol for structural code understanding instead of text matching, reducing query times from 30-60 seconds to ~50ms with go-to-definition, find-references, and call hierarchy features.

SOUL.md rules drift in long AI agent sessions and how to fix it
SOUL.md rules work perfectly for the first 10-15 messages but start drifting around message 20-30 as conversation context overrides the initial system prompt. The solution is to use /new more aggressively to reset sessions before each distinct task.

Fine-Tuning Qwen 3:0.6B for Question Categorization – Baseline vs Finetuned Results
Fine-tuning a tiny 0.6B parameter LLM (Qwen 3:0.6B) with ~850 household questions using Unsloth. Baseline prompting scored 10% accuracy; finetuned results likely exceed 80-90%.