minimax

MiniMax: MiniMax M2.5

MiniMax-M2.5 is a SOTA large language model designed for real-world productivity. Trained in a diverse range of complex real-world digital working environments, M2.5 builds upon the coding expertise of M2.1...

Context
205k tokens
Input / 1M tokens
$0.15
Output / 1M tokens
$0.90
Benchmark

Pricing

Input tokens$0.15 per 1M tokens
Output tokens$0.90 per 1M tokens
Cache read$0.05 per 1M tokens

Technical details

Model IDminimax/minimax-m2.5
Context window205k tokens
Input modalitiestext
Output modalitiestext
TokenizerOther
Max output tokens196,608

Use with MegaBrain

import OpenAI from 'openai'

const client = new OpenAI({
  baseURL: 'https://getmegabrain.com/api/gateway/v1',
  apiKey: process.env.MEGABRAIN_API_KEY,
})

const response = await client.chat.completions.create({
  model: 'minimax/minimax-m2.5',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use MiniMax: MiniMax M2.5?

Get an API key and start making requests in minutes.

Get an API key