API · Models
Text

MiniMax M2.5 High Speed

M2.5 highspeed: Same performance, faster and more agile (output speed approximately 100 tps)

ReasoningToolsCache
Context 204.8K·Max out 131K

Quickstart

import { streamText } from 'ai';
import { createOpenAICompatible } from '@ai-sdk/openai-compatible';

const blackbox = createOpenAICompatible({
  name: 'blackbox',
  apiKey: process.env.BLACKBOX_API_KEY!,
  baseURL: 'https://api.blackbox.ai/v1',
});

const result = streamText({
  model: blackbox('blackboxai/minimax/minimax-m2.5-highspeed'),
  prompt: 'Why is the sky blue?',
});

for await (const chunk of result.textStream) {
  process.stdout.write(chunk);
}

Specs & pricing

Input $/M
0.6
Output $/M
2.40
Context window
204.8K
Max output
131K
Supported parameters

Related models

ModelTypeContextInput $/M
MiniMax M2.7Text200K0.3
MiniMax M2.5Text128K0.3
MiniMax M2Text205K0.3
MiniMax M2.1Text204.8K0.3
MiniMax M2.1 LightningText204.8K0.3