OpenRouter Confirms Hunter/Healer Alpha Models as MiMo V2 Variants

OpenRouter's previously unannounced Hunter Alpha and Healer Alpha models have been officially confirmed as MiMo V2 variants. The identification comes from a GitHub pull request that specifies the exact model configurations.
Model Specifications
According to the source material:
- Hunter Alpha = MiMo V2 Pro Text-only Reasoning Model
- Context Window: 1,048,576 tokens (1M)
- Max Tokens: 32,000
- Healer Alpha = MiMo V2 Omni Text + Image Reasoning Model
- Context Window: 262,144 tokens (262K)
- Max Tokens: 32,000
The MiMo (Mixture of Mixtures) architecture represents a specific approach to model design that combines multiple specialized components. The V2 Pro designation indicates this is the second version of the text-only reasoning variant, while V2 Omni suggests a multimodal version capable of processing both text and images.
For context, OpenRouter operates as an API aggregator that provides access to multiple AI models through a unified interface. The platform typically lists available models with their specifications, pricing, and performance metrics. The 1M context window on Hunter Alpha is particularly notable as it approaches the practical limits of current transformer-based architectures, potentially enabling processing of very long documents or conversations.
The source also mentions that "a new model is coming," though no details about this upcoming release are provided in the extracted text.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Reddit discussion highlights 68% token reduction for AI agents through infrastructure changes
A Reddit user reports cutting AI agent token usage by 68.5% by switching from standard infrastructure to an agent-native OS with JSON-native state access, reducing state checks from ~9 shell commands to 1 structured call.

Uber burns 2026 AI budget in 4 months on Claude Code — $500–$2k per engineer monthly
Uber spent its entire 2026 AI budget by April on Claude Code and Cursor. Monthly API costs hit $500–$2,000 per engineer. 95% of engineers use AI tools monthly; 70% of committed code is AI-generated.

OpenClaw 4.2 fixes pairing error and adds durable task flows
OpenClaw 4.2 patches a pairing error affecting users who updated around March 31st and introduces durable task flows that allow long-running tasks to survive gateway disconnections.

Claude Code v2.1.98 adds Vertex AI wizard, security fixes, and subprocess sandboxing
Claude Code v2.1.98 introduces an interactive Google Vertex AI setup wizard, adds subprocess sandboxing with PID namespace isolation on Linux, and fixes multiple security vulnerabilities including Bash permission bypasses and arbitrary code execution risks.