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.30
Output / 1M tokens
$1.20
Benchmark

Pricing

Input tokens$0.30 per 1M tokens
Output tokens$1.20 per 1M tokens
Cache read$0.03 per 1M tokens

Technical details

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

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