Manifest Router Adds ZAI Subscription Support for OpenClaw Model Management

Manifest router now supports ZAI subscriptions for OpenClaw setups. All ZAI models appear in your routing tiers, and Manifest automatically selects the appropriate model for each request.
Configuration Example
The source provides this routing configuration:
- Simple: GLM-4.5-Air / 1st fallback: GLM-4.6
- Standard: GLM-4.6 / 1st fallback: GLM-4.7
- Complex: GLM-4.7 / 1st fallback: GLM-5
- Reasoning: GLM-5 / 1st fallback: GLM-5-Turbo
- Coding: GLM-5.1 / 1st fallback: GLM-5-Turbo
Key Features
According to the source, Manifest includes these capabilities:
- Setup 5 fallback models per routing tier
- Define preferred models based on task types
- Set usage limits
- Track everything from the dashboard
- Monitor costs per agent, per message, and per model
Manifest is currently in beta, free, and open source. The developer requests honest feedback to help build what the community wants.
📖 Read the full source: r/clawdbot
👀 See Also
Hugging Face's physics-intern: Multi-Agent Framework Doubles Gemini on CritPt Benchmark
Hugging Face released physics-intern, a multi-agent framework for theoretical physics research that doubles Gemini models' performance on the CritPt benchmark and sets a new SOTA vs GPT-5.5 Pro at lower cost.

Privacy-First MCP Server Directory Launches with Documented Data Handling Policies
A new directory at toolora.dev/mcp-hub lists MCP servers with documented data handling policies, including local vs hosted classification, what data each tool transmits, and whether accounts are required. The creator also provides a browser test method to verify privacy claims.

Deploy OpenClaw on VPS with a One-Command CLI
A Reddit user claims to have developed a CLI that deploys OpenClaw on a $4.99/month VPS with a single command, offering a cost-effective alternative to using Mac Minis.

Ruflo: Open-Source Platform for Running Multiple AI Agents as a Team
Ruflo is an open-source platform that lets you run many AI agents together to work as a team on complex tasks. Previously known as Claude Flow, it helps coordinate workflows where tasks need to be broken into parts.