Free Model Alert: Tencent Hy3 Available on OpenRouter for 2 Weeks — Try It Now

Tencent Hy, the model from Tencent, is now available for free on OpenRouter for the next two weeks. The model ID is openrouter/tencent/hy3:free. This offer is live as of the posting, and developers using OpenClaw can configure it immediately.
How to Use It
Run the following command in OpenClaw:
openclaw models set openrouter/tencent/hy3:freeThat's it. After setting the model, you can use it like any other OpenClaw model. The free tier through OpenRouter lasts for 14 days — no billing details required for the trial.
What Is Tencent Hy3?
Tencent Hy3 is a model from Tencent's Hunyuan series. While the source doesn't include benchmarks or specific capabilities, Tencent Hy models are known for large-scale multimodal understanding and generation. Hy3 specifically is optimized for chat and reasoning tasks, similar to other open-weight models. However, exact performance data is not provided in the announcement.
Who This Is For
This is relevant for any developer using OpenClaw who wants to evaluate Tencent Hy3 without cost. If you're running AI agent workflows, comparing model performance, or just need a free inference option for a short-term project, this two-week window gives you direct access.
Context
OpenClaw is a tool for configuring and routing AI model calls. It supports multiple providers via OpenRouter, so adding a free model is a matter of changing a config line. The free period is likely to attract developers for testing and feedback. Keep in mind that after the two weeks, the model will revert to paid pricing on OpenRouter — check OpenRouter's pricing page for ongoing rates.
No additional setup is needed beyond the command above. If you're already using OpenClaw, just update your model setting and proceed.
📖 Read the full source: r/openclaw
👀 See Also

Persistent Side Panel for Claude Code with Autonomous Content Management
A developer built a TUI panel that sits in an iTerm2 split pane next to the terminal, featuring three fixed panels that Claude autonomously manages to show relevant content like code, diagrams, and status updates.

CostClaw: Free Local Cost Tracking Dashboard for OpenClaw Agents
CostClaw is a free, local plugin that captures every LLM call via OpenClaw's native hooks and provides a dashboard showing model breakdowns, per-session costs, and hourly spend charts. The developer discovered their heartbeat agent was running Claude Sonnet every 3 minutes 24/7, costing $60/month, and switching to Haiku cut their bill by ~65%.

uimax-mcp: Free MCP Server for Automated Frontend Code Review and Fixes with Claude Code
uimax-mcp is a free MCP server that automates frontend code review and fixes using Claude Code. With one command, it captures screenshots, runs Lighthouse and accessibility audits, scans for anti-patterns, and generates automated fixes.

Claude Code Plugin for D&D Campaigns Using Markdown State Tracking
A Claude Code plugin uses markdown files to track campaign state and lets Claude act as Dungeon Master for solo D&D sessions. The system is free and open-source, requiring installation as a plugin followed by the /claude-dnd:new-campaign command to start.