minimax

MiniMax: MiniMax M2.7

MiniMax-M2.7 is a next-generation large language model designed for autonomous, real-world productivity and continuous improvement. Built to actively participate in its own evolution, M2.7 integrates advanced agentic capabilities through multi-agent...

Context
205k tokens
Input / 1M tokens
$0.25
Output / 1M tokens
$1
Benchmark

Pricing

Input tokens$0.25 per 1M tokens
Output tokens$1 per 1M tokens
Cache read$0.05 per 1M tokens

Technical details

Model IDminimax/minimax-m2.7
Context window205k tokens
Input modalitiestext
Output modalitiestext
TokenizerOther
Max output tokens131,072

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.7',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use MiniMax: MiniMax M2.7?

Get an API key and start making requests in minutes.

Get an API key