Haimaker.ai Logo
Minimax logo

Minimax M2.5

minimax/minimax-m2.5
Chat
Minimax|
Function Calling
Context Window
197K
tokens
Max Output
197K
tokens
Input Price
$0.30
/1M tokens
Output Price
$1.20
/1M tokens

Overview

MiniMax's language model for conversational and creative applications.

Features & Capabilities

Modechat
Context Window197K tokens
Max Output197K tokens
Function CallingSupported
Vision-
Reasoning-
Web Search-
Url Context-

API Usage

from openai import OpenAI

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

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

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

Use Minimax M2.5 with the haimaker API

OpenAI-compatible endpoint. Start building in minutes.

Get API Access

More from Minimax