Skip to content
Dashboard

MiniMax M2.7 is live on AI Gateway

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.`,
});

Ready to deploy?