MiniMax M2.1 Lightning

minimax/minimax-m2.1-lightning

MiniMax-M2.1-lightning is a faster version of MiniMax-M2.1, offering the same performance but with significantly higher throughput (output speed ~100 TPS, MiniMax-M2 output speed ~60 TPS).

index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'minimax/minimax-m2.1-lightning',
prompt: 'Why is the sky blue?'
})