Qwen3.6 Plus Preview Available Free Through OpenRouter for OpenClaw

The Qwen3.6 Plus Preview model has been made available free of charge through OpenRouter for integration with OpenClaw. This release provides developers using AI coding agents with access to a newer model variant without immediate cost barriers.
Setup Details
According to the source, setting up this model involves a straightforward process:
- Users need to obtain API keys from OpenRouter
- These keys must be configured within the OpenClaw setup
- During initial use, OpenClaw will prompt users to set the thinking level for the model
The source specifically mentions that after configuration, the setup "is working great" with the thinking level prompt being the primary configuration step required.
Technical Context
Qwen models are developed by Alibaba Cloud and represent a series of large language models with various size variants. The "Plus" designation typically indicates enhanced capabilities compared to base versions, while "Preview" suggests this is a pre-release version available for testing. OpenRouter serves as an API platform that aggregates access to multiple AI models from different providers, allowing developers to switch between models without changing their integration code. OpenClaw is an AI coding assistant tool that can be configured to use different underlying language models through API connections.
For developers currently using OpenClaw, this free preview offers an opportunity to test Qwen3.6 Plus without financial commitment. The thinking level parameter likely controls the model's reasoning depth or response complexity, a common configuration in AI coding assistants that affects output quality and processing time.
📖 Read the full source: r/openclaw
👀 See Also

Claude for Excel and PowerPoint Updates: Cross-Application Context and Skills Integration
Claude for Excel and PowerPoint now share conversation context across open files, with Skills available in both add-ins. The tools are accessible via Amazon Bedrock, Google Cloud's Vertex AI, and Microsoft Foundry for paid Mac and Windows users.

Leaked Claude Code Reveals KAIROS System and the Verification Gap in AI Agents
A leaked Claude Code source map revealed 512K lines of TypeScript, 44 feature flags, and KAIROS—a background agent that consolidates memory during idle time. An independent developer built a similar daemon to chain sessions for multi-day campaigns, but discovered that successful compilation doesn't guarantee functional code.

Meta to capture employee mouse movements and keystrokes for AI training
Meta plans to start capturing employee mouse movements and keystrokes for AI training data, according to a Reuters report. The article has generated discussion on Hacker News with 33 points and 7 comments.

Fable 5 Builds a Complete Web UI for a 46K SLOC Project in 19 Minutes
A developer with a 46K SLOC music composer project used Fable 5 to create a fully working web app UI in 19 minutes, including testing and documentation.