AWS launches MiniMax M2 family on Amazon Bedrock with 1M token context and MoE architecture
Amazon Web Services has added three MiniMax models to Amazon Bedrock: M2, M2.1, and M2.5. The newest model, M2.5, uses a mixture-of-experts architecture with 230 billion total parameters and 10 billion active per token, trained specifically for agent-native execution and coding tasks.
MiniMax-M2.5 — Quick Specs
MiniMax M2 Family Now Available on Amazon Bedrock
Amazon Web Services has integrated three models from MiniMax's M2 family into Amazon Bedrock, giving developers access to open-weight models optimized for software engineering and agentic use cases. The models run entirely on AWS infrastructure with data isolation guarantees.
Model Specifications
The three models differ in context windows and training focus:
MiniMax M2 (minimax.minimax-m2): 1 million token context window, 8K max output tokens, trained for multilingual text generation, reasoning, and coding.
MiniMax M2.1 (minimax.minimax-m2.1): 196K token context window, 8K max output tokens, with improvements to reasoning depth, coding accuracy, and instruction following.
MiniMax M2.5 (minimax.minimax-m2.5): 196K token context window, 8K max output tokens, 230 billion total parameters with 10 billion active per token. According to AWS, M2.5 was trained specifically for agent-native execution using reinforcement learning on agentic scaffolds.
All three models use a mixture-of-experts (MoE) architecture where only a fraction of parameters activate per token. For M2.5, this means the model delivers the capacity of a 230B parameter model while consuming compute equivalent to only 10B parameters per forward pass.
Pricing and Service Tiers
Pricing per million tokens was not disclosed in the announcement. AWS offers three service tiers for all models: Standard, Priority, and Flex. According to AWS, on-demand inference automatically scales to handle workload requirements.
Access Methods
AWS provides two endpoints for accessing the models:
bedrock-mantle endpoint (recommended): Uses the Chat Completions API, compatible with OpenAI Python and TypeScript SDK interfaces. Supports Amazon Bedrock API keys, projects, and client-side tool calling.
bedrock-runtime endpoint: Uses Converse and InvokeModel APIs via the AWS SDK. Required for native Bedrock features including Guardrails, Agents, Flows, and model evaluation.
The models are available immediately in the Amazon Bedrock console playground and via both API endpoints.
Data Protection
AWS states that prompts and completions are not used to train any models and content is not shared with MiniMax. Inference runs entirely on AWS-operated infrastructure.
What This Means
The addition of MiniMax models expands Bedrock's open-weight options beyond Meta's Llama and Mistral families. The 1 million token context window in M2 positions it for document analysis workloads, while M2.5's agent-focused training addresses the growing demand for tool-calling models. The MoE architecture's 10B active parameters per token could provide cost advantages over dense models of similar capability, though without public pricing comparisons are speculative. The dual endpoint system reflects AWS's evolution toward OpenAI-compatible APIs while maintaining backward compatibility with existing Bedrock integrations.
Related Articles
AWS Bedrock Adds Cross-Region Inference for OpenAI's GPT-5.6 Models
Amazon Bedrock now supports cross-Region inference for three GPT-5.6 variants — Sol, Terra, and Luna — across more than 25 AWS Regions. The feature routes requests to available compute capacity via geographic or global inference profiles, without requiring code changes beyond swapping a model ID.
AWS Expands Natural-Language Policy Authoring for AI Agents in Amazon Bedrock AgentCore
Amazon Bedrock AgentCore now lets teams write agent governance rules in plain English and automatically convert them into Dogwood, an open-source policy language, including support for time-based and cumulative constraints. The update extends Policy Authoring beyond simple parameter restrictions to rate limiting, sequential tool-call ordering, and Amazon Bedrock Guardrails integration.
AWS Adds Runtime Domain and Publish-Date Filters to AgentCore Web Search
Amazon Bedrock AgentCore's Web Search connector now supports per-request domain filtering and published-date windows, enforced server-side. The update, shipped as connector version 1.2.0, also expands availability to AWS regions in Dublin and Tokyo.
OpenAI Reaffirms Zero Data Retention for API Customers, Previews Private Safety Processing
OpenAI has reaffirmed its Zero Data Retention (ZDR) policy for eligible API customers using frontier models and previewed a new feature called Private Safety Processing, which the company claims allows safety monitoring without retaining customer data.
Comments
Loading...