Seedream 5.0 Pro уже здесь | Попробуйте в Генераторе изображений →
minimax
minimax/minimax-m2.7

minimax/minimax-m2.7

Дата выпуска: 2026-03-18

204,800 context · $0.30/M input tokens · $1.20/M output tokens

MiniMax M2.7 is a next-generation flagship text model designed for agent-centric workflows, with strong improvements in coding, complex office tasks, and long-context reasoning. Built on the OpenClaw (Agent Harness) framework, it enables continuous self-improvement in real-world environments, allowing the model to actively participate in execution and decision-making for higher-quality and more efficient task completion.

Цены

Оплата по факту использования

Никаких авансовых платежей — платите только за то, чем пользуетесь

Ввод$0.30 / M Tokens
Вывод$1.20 / M Tokens

Попробовать модель

minimax/minimax-m2.7
В сети
minimax
Привет! Я полезный ИИ-ассистент. Чем могу помочь?
Готовы использовать эту модель в локальном coding agent?Настройка агента

Использование API

Используйте следующие примеры кода для интеграции с нашим API:

import OpenAI from 'openai';

if (!process.env.WAVESPEED_API_KEY) throw new Error('Set WAVESPEED_API_KEY');
const client = new OpenAI({
  apiKey: process.env.WAVESPEED_API_KEY,
  baseURL: 'https://llm.wavespeed.ai/v1',
  timeout: 120_000,
  maxRetries: 2,
});

try {
  const response = await client.chat.completions.create({
    model: 'minimax/minimax-m2.7',
    messages: [{ role: 'user', content: 'Hello!' }],
  });
  console.log(response.choices[0]?.message?.content ?? '');
} catch (error) {
  console.error('LLM request failed:', error);
  process.exitCode = 1;
}

Описание модели

Minimax minimax-m2.7

MiniMax-M2

MiniMax-M2.7 represents the journey of recursive self-improvement with enhanced reasoning and agentic capabilities.


Why It Looks Great

  • MoE (Mixture of Experts) architecture for efficient processing
  • 204800 context window for long document handling
  • Competitive pricing at $0.3/$1.2 per million tokens

Key Features

  • Context Window: 204800 tokens
  • Max Output: N/A tokens
  • Vision: Supported
  • Function Calling: Supported

Specifications

SpecificationValue
ProviderMinimax
Model TypeLarge Language Model (LLM)
ArchitectureMoE (Mixture of Experts)
Context Window204800 tokens
Max Outputtokens
InputText
OutputText
VisionSupported
Function CallingSupported

Pricing

Token TypeCost per Million Tokens
Input$0.3
Output$1.2

How to Use

  1. Write your prompt — describe the task, provide context, and specify desired output format.
  2. Submit — the model processes your request and returns the response.

API Integration

Base URL: https://llm.wavespeed.ai/v1 API Endpoint: chat/completions Model ID: minimax/minimax-m2.7


API Usage

Python SDK

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

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

print(response.choices[0].message.content)

cURL

curl https://llm.wavespeed.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "minimax/minimax-m2.7",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Notes

  • Model: minimax/minimax-m2.7
  • Provider: Minimax

Информация

Провайдерminimax
Типllm

Поддерживаемые возможности

Ввод
Текст
Вывод
Текст
Контекст204,800
Макс. вывод-
Vision-
Function Calling✓ Поддерживается

Руководство по доступу к API

Base URLhttps://llm.wavespeed.ai/v1
API Endpointchat/completions
ID моделиminimax/minimax-m2.7

Minimax M2.7 API

minimax/minimax-m2.7

MiniMax M2.7 is a next-generation flagship text model designed for agent-centric workflows, with strong improvements in coding, complex office tasks, and long-context reasoning. Built on the OpenClaw (Agent Harness) framework, it enables continuous self-improvement in real-world environments, allowing the model to actively participate in execution and decision-making for higher-quality and more efficient task completion.

Ввод

$0.3 /M

Вывод

$1.2 /M

Контекст

205K

Использование инструментов

Поддерживается

Попробуйте Minimax M2.7 на WaveSpeedAI

Доступ к Minimax M2.7 через наш единый API — совместимость с OpenAI, без холодных стартов, прозрачные цены.

Часто задаваемые вопросы о Minimax M2.7

Сколько стоит Minimax M2.7 через API?+

Цены на WaveSpeedAI: $0.30 за миллион входных токенов и $1.20 за миллион выходных токенов. Prompt caching и batch processing тарифицируются отдельно и снижают эффективную стоимость длинных повторяющихся нагрузок.

Каково контекстное окно Minimax M2.7?+

Minimax M2.7 поддерживает до 205K токенов контекста и до — токенов вывода на запрос.

Совместим ли Minimax M2.7 с OpenAI?+

WaveSpeedAI предоставляет Minimax M2.7 по адресу https://llm.wavespeed.ai/v1 через интерфейс Chat Completions, совместимый с OpenAI. В большинстве клиентов OpenAI SDK достаточно изменить base URL и API-ключ; необязательные поля зависят от модели.

Как начать работу с Minimax M2.7?+

Войдите в WaveSpeedAI, создайте API-ключ в Access Keys и отправьте запрос на https://llm.wavespeed.ai/v1/chat/completions с указанным выше model id. Актуальные доступность, возможности и цены смотрите в каталоге моделей.

Связанные LLM API

MiniMax M2.7 | MiniMax Agent LLM API Pricing | WaveSpeedAI