2 Sources
2 Sources
[1]
MiniMax-M2 is the new king of open source LLMs (especially for agentic tool calling)
Watch out, DeepSeek and Qwen! There's a new king of open source large language models (LLMs), especially when it comes to something enterprises are increasingly valuing: agentic tool use -- that is, the ability to go off and use other software capabilities like web search or bespoke applications -- without much human guidance. That model is none other than MiniMax-M2, the latest LLM from the Chinese startup of the same name. And in a big win for enterprises globally, the model is available under a permissive, enterprise-friendly MIT License, meaning it is made available freely for developers to take, deploy, retrain, and use how they see fit -- even for commercial purposes. It can be found on Hugging Face, GitHub and ModelScope, as well as through MiniMax's API here. It supports OpenAI and Anthropic API standards, as well, making it easy for customers of said proprietary AI startups to shift out their models to MiniMax's API, if they want. According to independent evaluations by Artificial Analysis, a third-party generative AI model benchmarking and research organization, M2 now ranks first among all open-weight systems worldwide on the Intelligence Index -- a composite measure of reasoning, coding, and task-execution performance. In agentic benchmarks that measure how well a model can plan, execute, and use external tools -- skills that power coding assistants and autonomous agents -- MiniMax's own reported results, following the Artificial Analysis methodology, show τ²-Bench 77.2, BrowseComp 44.0, and FinSearchComp-global 65.5. These scores place it at or near the level of top proprietary systems like GPT-5 (thinking) and Claude Sonnet 4.5, making MiniMax-M2 the highest-performing open model yet released for real-world agentic and tool-calling tasks. What It Means For Enterprises and the AI Race Built around an efficient Mixture-of-Experts (MoE) architecture, MiniMax-M2 delivers high-end capability for agentic and developer workflows while remaining practical for enterprise deployment. For technical decision-makers, the release marks an important turning point for open models in business settings. MiniMax-M2 combines frontier-level reasoning with a manageable activation footprint -- just 10 billion active parameters out of 230 billion total. This design enables enterprises to operate advanced reasoning and automation workloads on fewer GPUs, achieving near-state-of-the-art results without the infrastructure demands or licensing costs associated with proprietary frontier systems. Artificial Analysis' data show that MiniMax-M2's strengths go beyond raw intelligence scores. The model leads or closely trails top proprietary systems such as GPT-5 (thinking) and Claude Sonnet 4.5 across benchmarks for end-to-end coding, reasoning, and agentic tool use. Its performance in τ²-Bench, SWE-Bench, and BrowseComp indicates particular advantages for organizations that depend on AI systems capable of planning, executing, and verifying complex workflows -- key functions for agentic and developer tools inside enterprise environments. As LLM engineer Pierre-Carl Langlais aka Alexander Doria posted on X: "MiniMax [is] making a case for mastering the technology end-to-end to get actual agentic automation." Compact Design, Scalable Performance MiniMax-M2's technical architecture is a sparse Mixture-of-Experts model with 230 billion total parameters and 10 billion active per inference. This configuration significantly reduces latency and compute requirements while maintaining broad general intelligence. The design allows for responsive agent loops -- compile-run-test or browse-retrieve-cite cycles -- that execute faster and more predictably than denser models. For enterprise technology teams, this means easier scaling, lower cloud costs, and reduced deployment friction. According to Artificial Analysis, the model can be served efficiently on as few as four NVIDIA H100 GPUs at FP8 precision, a setup well within reach for mid-size organizations or departmental AI clusters. Benchmark Leadership Across Agentic and Coding Workflows MiniMax's benchmark suite highlights strong real-world performance across developer and agent environments. The figure below, released with the model, compares MiniMax-M2 (in red) with several leading proprietary and open models, including GPT-5 (thinking), Claude Sonnet 4.5, Gemini 2.5 Pro, and DeepSeek-V3.2. MiniMax-M2 achieves top or near-top performance in many categories: * SWE-bench Verified: 69.4 -- close to GPT-5's 74.9 * ArtifactsBench: 66.8 -- above Claude Sonnet 4.5 and DeepSeek-V3.2 * τ²-Bench: 77.2 -- approaching GPT-5's 80.1 * GAIA (text only): 75.7 -- surpassing DeepSeek-V3.2 * BrowseComp: 44.0 -- notably stronger than other open models * FinSearchComp-global: 65.5 -- best among tested open-weight systems These results show MiniMax-M2's capability in executing complex, tool-augmented tasks across multiple languages and environments -- skills increasingly relevant for automated support, R&D, and data analysis inside enterprises. Strong Showing in Artificial Analysis' Intelligence Index The model's overall intelligence profile is confirmed in the latest Artificial Analysis Intelligence Index v3.0, which aggregates performance across ten reasoning benchmarks including MMLU-Pro, GPQA Diamond, AIME 2025, IFBench, and τ²-Bench Telecom. MiniMax-M2 scored 61 points, ranking as the highest open-weight model globally and following closely behind GPT-5 (high) and Grok 4. Artificial Analysis highlighted the model's balance between technical accuracy, reasoning depth, and applied intelligence across domains. For enterprise users, this consistency indicates a reliable model foundation suitable for integration into software engineering, customer support, or knowledge automation systems. Designed for Developers and Agentic Systems MiniMax engineered M2 for end-to-end developer workflows, enabling multi-file code edits, automated testing, and regression repair directly within integrated development environments or CI/CD pipelines. The model also excels in agentic planning -- handling tasks that combine web search, command execution, and API calls while maintaining reasoning traceability. These capabilities make MiniMax-M2 especially valuable for enterprises exploring autonomous developer agents, data analysis assistants, or AI-augmented operational tools. Benchmarks such as Terminal-Bench and BrowseComp demonstrate the model's ability to adapt to incomplete data and recover gracefully from intermediate errors, improving reliability in production settings. Interleaved Thinking and Structured Tool Use A distinctive aspect of MiniMax-M2 is its interleaved thinking format, which maintains visible reasoning traces between <think>...</think> tags. This enables the model to plan and verify steps across multiple exchanges, a critical feature for agentic reasoning. MiniMax advises retaining these segments when passing conversation history to preserve the model's logic and continuity. The company also provides a Tool Calling Guide on Hugging Face, detailing how developers can connect external tools and APIs via structured XML-style calls. This functionality allows MiniMax-M2 to serve as the reasoning core for larger agent frameworks, executing dynamic tasks such as search, retrieval, and computation through external functions. Open Source Access and Enterprise Deployment Options Enterprises can access the model through the MiniMax Open Platform API and MiniMax Agent interface (a web chat similar to ChatGPT), both currently free for a limited time. MiniMax recommends SGLang and vLLM for efficient serving, each offering day-one support for the model's unique interleaved reasoning and tool-calling structure. Deployment guides and parameter configurations are available through MiniMax's documentation. Cost Efficiency and Token Economics As Artificial Analysis noted, MiniMax's API pricing is set at $0.30 per million input tokens and $1.20 per million output tokens, among the most competitive in the open-model ecosystem. Notes & caveats (for readers): * Prices are USD per million tokens and can change; check linked pages for updates and region/endpoint nuances (e.g., Anthropic long-context >200K input, Google Live API variants, cache discounts). * Vendors may bill extra for server-side tools (web search, code execution) or offer batch/context-cache discounts. While the model produces longer, more explicit reasoning traces, its sparse activation and optimized compute design help maintain a favorable cost-performance balance -- an advantage for teams deploying interactive agents or high-volume automation systems. Background on MiniMax -- an Emerging Chinese Powerhouse MiniMax has quickly become one of the most closely watched names in China's fast-rising AI sector. Backed by Alibaba and Tencent, the company moved from relative obscurity to international recognition within a year -- first through breakthroughs in AI video generation, then through a series of open-weight large language models (LLMs) aimed squarely at developers and enterprises. The company first captured global attention in late 2024 with its AI video generation tool, "video-01," which demonstrated the ability to create dynamic, cinematic scenes in seconds. VentureBeat described how the model's launch sparked widespread interest after online creators began sharing lifelike, AI-generated footage -- most memorably, a viral clip of a Star Wars lightsaber duel that drew millions of views in under two days. CEO Yan Junjie emphasized that the system outperformed leading Western tools in generating human movement and expression, an area where video AIs often struggle. The product, later commercialized through MiniMax's Hailuo platform, showcased the startup's technical confidence and creative reach, helping to establish China as a serious contender in generative video technology. By early 2025, MiniMax had turned its attention to long-context language modeling, unveiling the MiniMax-01 series, including MiniMax-Text-01 and MiniMax-VL-01. These open-weight models introduced an unprecedented 4-million-token context window, doubling the reach of Google's Gemini 1.5 Pro and dwarfing OpenAI's GPT-4o by more than twentyfold. The company continued its rapid cadence with the MiniMax-M1 release in June 2025, a model focused on long-context reasoning and reinforcement learning efficiency. M1 extended context capacity to 1 million tokens and introduced a hybrid Mixture-of-Experts design trained using a custom reinforcement-learning algorithm known as CISPO. Remarkably, VentureBeat reported that MiniMax trained M1 at a total cost of about $534,700, roughly one-tenth of DeepSeek's R1 and far below the multimillion-dollar budgets typical for frontier-scale models. For enterprises and technical teams, MiniMax's trajectory signals the arrival of a new generation of cost-efficient, open-weight models designed for real-world deployment. Its open licensing -- ranging from Apache 2.0 to MIT -- gives businesses freedom to customize, self-host, and fine-tune without vendor lock-in or compliance restrictions. Features such as structured function calling, long-context retention, and high-efficiency attention architectures directly address the needs of engineering groups managing multi-step reasoning systems and data-intensive pipelines. As MiniMax continues to expand its lineup, the company has emerged as a key global innovator in open-weight AI, combining ambitious research with pragmatic engineering. Open-Weight Leadership and Industry Context The release of MiniMax-M2 reinforces the growing leadership of Chinese AI research groups in open-weight model development. Following earlier contributions from DeepSeek, Alibaba's Qwen series, and Moonshot AI, MiniMax's entry continues the trend toward open, efficient systems designed for real-world use. Artificial Analysis observed that MiniMax-M2 exemplifies a broader shift in focus toward agentic capability and reinforcement-learning refinement, prioritizing controllable reasoning and real utility over raw model size. For enterprises, this means access to a state-of-the-art open model that can be audited, fine-tuned, and deployed internally with full transparency. By pairing strong benchmark performance with open licensing and efficient scaling, MiniMaxAI positions MiniMax-M2 as a practical foundation for intelligent systems that think, act, and assist with traceable logic -- making it one of the most enterprise-ready open AI models available today.
[2]
MiniMax-M2 Open-Sourced, Outsmarts Claude Opus 4.1 in New AI Intelligence Index | AIM
A new open source AI model to challenge the proprietary solutions. MiniMax has open-sourced its new flagship AI model, MiniMax-M2, positioning it as one of the most efficient coding and agentic AI systems currently available. Built as an "Agent & Code Native" model, MiniMax-M2 is designed for end-to-end developer workflows and agentic reasoning. Despite having 230 billion total parameters, it activates only 10 billion at a time, enabling near frontier-level performance in a more compact, cost-efficient form. MiniMax claims that the model delivers results at roughly 8 per cent of the cost of Claude Sonnet and runs nearly twice as fast. According to the Artificial Analysis Intelligence Index v3.0, MiniMax-M2 achieved a score of 61, ranking eighth overall and outperforming Anthropic's Claude Opus 4.1, which scored 59. The Artificial Analysis benchmark combines results from 10 key evaluations including MMLU-Pro, GPQA Diamond, AIME 2025, SciCode, and Terminal-Bench Hard, to assess general reasoning and tool-use performance. MiniMax-M2 stands among the strongest open-source models on the leaderboard, placing above Qwen 3 72B (58) and DeepSeek-V3.2 (57). While not the top open-source model, it ranks among the highest-performing publicly available ones in this benchmark. Benchmark comparisons show its coding performance to be highly competitive, scoring 46.3 on Terminal-Bench, surpassing Claude Sonnet 4.5 and Gemini 2.5 Pro, and 44 on BrowseComp, well ahead of Claude Sonnet 4.5's 19.6. MiniMax has made MiniMax-M2 free to use for a limited time via its Agent and API platforms, and has also open-sourced the model weights on Hugging Face and GitHub for local deployment. With benchmark results placing it above Claude Opus 4.1, MiniMax-M2 reinforces the growing strength of open-source AI models that aim to balance affordability, speed, and advanced reasoning in real-world coding and agentic applications.
Share
Share
Copy Link
MiniMax-M2, a newly released open-source AI model, is making waves in the AI community with its impressive performance in coding and agentic tasks, rivaling proprietary models while offering cost-efficiency and enterprise-friendly licensing.

MiniMax, a Chinese startup, has released its latest large language model (LLM), MiniMax-M2, which is quickly gaining recognition as a formidable player in the open-source AI landscape. This model is particularly noteworthy for its exceptional performance in agentic tool use, a capability increasingly valued by enterprises for its ability to utilize external software and applications with minimal human guidance
1
.According to independent evaluations by Artificial Analysis, MiniMax-M2 has claimed the top spot among open-weight systems worldwide on the Intelligence Index, a comprehensive measure of reasoning, coding, and task-execution performance
1
. The model's performance in agentic benchmarks is particularly striking:These scores place MiniMax-M2 at or near the level of top proprietary systems like GPT-5 (thinking) and Claude Sonnet 4.5, making it the highest-performing open model yet released for real-world agentic and tool-calling tasks
1
.MiniMax-M2 is built on an efficient Mixture-of-Experts (MoE) architecture, which allows it to deliver high-end capabilities while remaining practical for enterprise deployment. The model boasts 230 billion total parameters but activates only 10 billion during inference, significantly reducing latency and compute requirements
1
.This design enables enterprises to operate advanced reasoning and automation workloads on fewer GPUs, achieving near-state-of-the-art results without the infrastructure demands or licensing costs associated with proprietary frontier systems. According to Artificial Analysis, the model can be served efficiently on as few as four NVIDIA H100 GPUs at FP8 precision
1
.Related Stories
MiniMax-M2's performance extends beyond raw intelligence scores. It leads or closely trails top proprietary systems across benchmarks for end-to-end coding, reasoning, and agentic tool use. Notable achievements include:
In the Artificial Analysis Intelligence Index v3.0, MiniMax-M2 achieved a score of 61, ranking eighth overall and outperforming Anthropic's Claude Opus 4.1, which scored 59 .
One of the most significant aspects of MiniMax-M2 is its availability under the permissive MIT License. This allows developers to freely take, deploy, retrain, and use the model as they see fit, even for commercial purposes
1
. The model is accessible through various platforms, including Hugging Face, GitHub, ModelScope, and MiniMax's API, which supports OpenAI and Anthropic API standards .MiniMax claims that the model delivers results at roughly 8% of the cost of Claude Sonnet and runs nearly twice as fast, making it an attractive option for cost-conscious enterprises seeking advanced AI capabilities .
Summarized by
Navi
[2]
Analytics India Magazine
|18 Jun 2025•Technology

16 Jan 2025•Technology

29 Jul 2025•Technology
