Coding MiniMax M2.5 (free)
Minimax logo

Coding MiniMax M2.5 (free)

coding-minimax-m2.5-freellms.txt
Minimax
coding-minimax-m2.5-free is a free and open version offered by AIHubMix specifically for MiniMax users. To maintain stable service operations, the following usage limits apply: a maximum of 5 requests per minute, 100 total requests per day, and a daily quota of 1 million tokens.

Pricing

  • Input Tokens: $0 /M tokens
  • Output Tokens: $0 /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

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="coding-minimax-m2.5-free",
    messages=[
      {
        "role": "user",
        "content": "Hello, how are you?"
      }
    ],
    max_tokens=1024,
    stream=False,
)

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

Frequently asked questions

What is Coding MiniMax M2.5 (free)?

coding-minimax-m2.5-free is a free and open version offered by AIHubMix specifically for MiniMax users. To maintain stable service operations, the following usage limits apply: a maximum of 5 requests per minute, 100 total requests per day, and a daily quota of 1 million tokens.