- Model
MiniMaxAI/MiniMax-M2.7- Provider
together- API
openai-completions- Base URL
https://api.together.ai/v1- Input
- text
- Reasoning
- Yes
- Context window
- 202,752
- Max tokens
- 131,072
- Cost / million input
- $0.3
- Cost / million output
- $1.2
- Cost / million cache read
- $0.06
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"together": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "MiniMaxAI/MiniMax-M2.7",
"name": "MiniMax-M2.7",
"reasoning": true,
"input": [
"text"
],
"contextWindow": 202752,
"maxTokens": 131072,
"cost": {
"input": 0.3,
"output": 1.2,
"cacheRead": 0.06,
"cacheWrite": 0
},
"compat": {
"supportsStore": false,
"supportsDeveloperRole": false,
"supportsReasoningEffort": false,
"maxTokensField": "max_tokens",
"supportsStrictMode": false,
"supportsLongCacheRetention": false
}
}
],
"api": "openai-completions",
"baseUrl": "https://api.together.ai/v1"
}
}
}