Skip to content

Minimax M2.7

Minimax M2.7 is MiniMax's high-capability agentic model targeting end-to-end software engineering: project delivery, log analysis, bug troubleshooting, and code security. It supports a context window of 204.8K tokens and a max output of 131.1K tokens per request.

ReasoningTool UseImplicit CachingFile InputVision (Image)
index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'minimax/minimax-m2.7',
prompt: 'Why is the sky blue?'
})