LuluTokens
All models
Minimax

minimax-m2.5

MiniMax

minimax-m2.5

MiniMax-M2.5 is a SOTA large language model designed for real-world productivity. Trained in a diverse range of complex real-world digital working environments, M2.5 builds upon the coding expertise of.

Context 205KToolsReasoning

Pricing

Input

S$0.389S$0.303/M

Output

S$1.56S$1.21/M

Cache read

Reusing a prompt already cached upstream

S$0.039S$0.030/M

Cache write

Storing a prompt for later reuse

Not offered

Struck-through figures are the vendor's published list price.

Performance

Loading throughput, latency, and success rate…

The API is OpenAI-compatible — point the base URL here and pass the model id.

cURL
curl https://api.lulutokens.ai/v1/chat/completions \  -H "Authorization: Bearer $LULU_API_KEY" \  -H "Content-Type: application/json" \  -d '{    "model": "minimax-m2.5",    "messages": [{"role": "user", "content": "Hello"}]  }'
Python
from openai import OpenAIclient = OpenAI(base_url="https://api.lulutokens.ai/v1", api_key="LULU_API_KEY")response = client.chat.completions.create(    model="minimax-m2.5",    messages=[{"role": "user", "content": "Hello"}],)
Endpoints:openaiopenai-responseanthropic