Skip to content
Dashboard

Use MiniMax M2.5 on AI Gateway

import { streamText } from 'ai';
const result = streamText({
model: 'minimax/minimax-m2.5',
prompt:
`Design and implement a multi-tenant SaaS authentication system
with role-based access control, supporting OAuth providers
and API key management.`,
});