MiniMax M2.7 High Speed
MiniMax M2.7 High Speed is the throughput-optimized variant of M2.7. It supports a context window of 204.8K tokens and a max output of 131.1K tokens.
import { streamText } from 'ai'
const result = streamText({ model: 'minimax/minimax-m2.7-highspeed', prompt: 'Why is the sky blue?'})