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
| Model | Type | Context | Input $/M |
|---|---|---|---|
| MiniMax M2.7 | Text | 200K | 0.3 |
| MiniMax M2.5 | Text | 128K | 0.3 |
| MiniMax M2 | Text | 205K | 0.3 |
| MiniMax M2.1 | Text | 204.8K | 0.3 |
| MiniMax M2.1 Lightning | Text | 204.8K | 0.3 |