MiniMax M2.7 is now available on Vercel AI Gateway in two variants: standard and high-speed. M2.7 is a major step up from previous M2-series models in software engineering, agentic workflows, and professional office tasks. The model natively supports multi-agent collaboration, complex skill orchestration, and dynamic tool search for building agentic workflows. M2.7 also improves on production debugging and end-to-end project delivery. The high-speed variant delivers the same performance for 2x the cost of standard at ~100 tokens per second for latency-sensitive use cases. To use M2.7, set model to minimax/minimax-m2.7 or minimax/minimax-m2.7-highspeed in the AI SDK . import { streamText } from 'ai' ; const result = streamText ( { model : 'minimax/minimax-m2.7-highspeed' , prompt : ` Analyze the production alert logs from the last hour, correlate them with recent deployments, identify the root cause, and submit a fix with a non-blocking migration to restore service.…