Skip to main content

minimaxai

minimax-m2.7

via Gonka Network

Your gateway to this model on Gonka Network

205K996.8K

Code Examples

Copy and paste these examples to use this model. Replace YOUR_API_KEY with your key from the dashboard.

app.py
from openai import OpenAI

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

response = client.chat.completions.create(
    model="minimaxai/minimax-m2.7",
    messages=[
        {"role": "system", "content": "You are a helpful assistant."},
        {"role": "user", "content": "Hello!"}
    ],
    temperature=0.7,
    max_tokens=1000
)

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

Get your API key from the Dashboard. Works with OpenAI SDKs and common API clients.

Model facts

Provider

minimaxai

Task type

Text Generation

Context window

205K tokens

Last updated

Apr 20, 2026

HuggingFace likes

1.2K

How to call this model

Use this model ID in chat completions and streaming requests.

Pricing

Pricing details in one place

See current rates, fee model, and examples on the pricing page.

Frequently Asked Questions

Use your GonkaGate API key and this model ID in your request. Quickstart guide

Yes, this model is currently available on the network.

This model supports a context window of 205K tokens. This determines how much text (conversation history + your prompt) the model can process in a single request.

Yes. GonkaGate follows OpenAI API conventions. Migration guide

The fee model and current rates are listed on the pricing page

Pricing follows Gonka Network rates plus GonkaGate fees. Pricing page

Other Gonka Models

View all