MiniMax M2.7
Minimax logo

MiniMax M2.7

minimax-m2.7llms.txt
Minimax
MiniMax M2.7 can autonomously build complex Agent Harnesses and, leveraging capabilities such as Agent Teams, complex Skills, and the Tool Search tool, complete highly complex productivity tasks.

Pricing

  • Input Tokens: $0.2958 /M tokens
  • Output Tokens: $1.1832 /M tokens
  • Cache Read: $0.0592 /M tokens

Input Modalities

  • Text

Output Modalities

  • Text

Context length

  • 205K tokens

Max output

  • 205K tokens

Capabilities

  • Thinking
  • Streaming
  • Tool calling
  • Web search
  • URL context
  • Code interpreter
  • Computer use
  • File search
  • Memory tool
  • Structured outputs
  • Citations
  • Prompt caching
  • Background mode
  • Server-side sessions

Providers

Alibaba Cloud alicloud-minimax-m2.7
Pricing$0.2958$1.1832
Cache$0.0592
Context200K
Max output128K
Latency2.5S
Throughput27.8TPS
Uptime
100.00% uptime 2 days ago
99.20% uptime yesterday
100.00% uptime today

Performance for minimax-m2.7

Uptime is the percentage of requests that succeeded over the past 72 hours. AIHubMix continuously monitors every provider and automatically retries with the next-best provider when one returns an error or responds too slowly; Latency is total round-trip time (lower is better); Throughput is how fast the model writes (tokens per second, higher is better).

Uptime
Loading...
Latency
Loading...
Throughput
Loading...

Try this model

Python
import os
from openai import OpenAI

client = OpenAI(
    api_key=os.environ["AIHUBMIX_API_KEY"],
    base_url="https://aihubmix.com/v1",
)

response = client.chat.completions.create(
    model="minimax-m2.7",
    messages=[
      {
        "role": "user",
        "content": "Hello, how are you?"
      }
    ],
    max_tokens=1024,
    stream=False,
)

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

Frequently asked questions

What is MiniMax M2.7?

MiniMax M2.7 can autonomously build complex Agent Harnesses and, leveraging capabilities such as Agent Teams, complex Skills, and the Tool Search tool, complete highly complex productivity tasks.