Alibaba's $10 monthly coding plan offers high-volume access to multiple AI models for OpenClaw users

Model access and pricing comparison
The Alibaba $10 monthly coding plan includes access to four AI models: Qwen3.5-Plus, Kimi-K2.5, GLM-5, and MiniMax-M2.5. According to the source, these are described as "exceptional, frontier models."
The plan provides specific request quotas:
- 1,200 requests per 5 hours
- 9,000 requests per week
- 18,000 requests per month
Cost comparison with OpenRouter
The source author reports spending $83 on approximately 5,000 requests over two weeks using OpenRouter, primarily with MiniMax and Kimi models, with some initial use of Opus 4.6 that contributed about $30 to that total. The author notes that using Opus for everything is "unsustainable" due to cost.
After switching to MiniMax on OpenRouter, the author found it performed "an exceptional job whilst being much cheaper."
Usage patterns and recommendations
The author uses OpenClaw daily, with varying intensity, and estimates they wouldn't max out the Alibaba plan's monthly quota even with their current usage level.
The recommendation is clear: "If you're a super heavy user with like 15 agents working in parallel, you should be using this plan for OpenClaw. If you're a casual user, get this plan and use it for OpenClaw."
The author describes the Alibaba plan as "easily the best value model subscription you can get for OpenClaw" and notes they're "not even trying to be a shill for Alibaba" but found the value compelling after trying it.
📖 Read the full source: r/openclaw
👀 See Also

Recall: A Persistent Memory MCP Server for Claude Code
Recall is an open-source MCP server that gives Claude Code persistent memory across sessions via semantic search with embeddings. It includes four lifecycle hooks: session-start, observe, pre-compact, and session-end.

docvault: Generate Local API Docs to Reduce AI Hallucinations
docvault is a tool that generates markdown API references from source code to help Claude and other LLMs stop hallucinating function signatures. It works for Rust crates and Python packages, outputs a two-tier markdown file, and includes a Claude Code plugin for hands-free operation.

Google Research introduces TurboQuant for AI model compression
Google Research has introduced TurboQuant, a compression algorithm that reduces AI model size with zero accuracy loss. It addresses memory overhead in vector quantization and improves key-value cache performance.

PageAgent: Browser AI Agent That Runs Inside Web Pages with Ollama Support
PageAgent is a JavaScript library that runs AI agents directly inside web pages, reading live DOM as text instead of using screenshots. It works with any OpenAI-compatible endpoint including Ollama, enabling local LLM calls directly from the browser.