Back to Models
M
MiniMax M2.7
MiniMax/
minimax/minimax-m2.7Chat
Balanced performance and cost
Input Price
$0.28
per 1M tokens
Output Price
$1.2
per 1M tokens
Context
1M
tokens
Modalities
text
Model ID
minimax/minimax-m2.7Pricing Breakdown
| Direction | Per 1K tokens | Per 1M tokens |
|---|---|---|
| Input | $0.00028000 | $0.2800 |
| Output | $0.00120000 | $1.20 |
Quick Start
from openai import OpenAI
client = OpenAI(
api_key="dg-your-api-key",
base_url="https://api.doggiegateway.com/v1"
)
response = client.chat.completions.create(
model="minimax/minimax-m2.7",
messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)How It Works
Doggie Gateway routes your request to MiniMax's API through OpenRouter. You get the best available pricing and automatic fallback if a provider is unavailable.
Pay-per-use pricing
No monthly fees
OpenAI-compatible API
Ready to use MiniMax M2.7?
Create an account, get your API key, and start making API calls in under a minute.
