- Model
minimax.minimax-m2.5- Provider
amazon-bedrock- API
bedrock-converse-stream- Base URL
https://bedrock-runtime.us-east-1.amazonaws.com- Input
- text
- Reasoning
- Yes
- Context window
- 196,608
- Max tokens
- 98,304
- Cost / million input
- $0.3
- Cost / million output
- $1.2
- Cost / million cache read
- $0
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"amazon-bedrock": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "minimax.minimax-m2.5",
"name": "MiniMax M2.5",
"reasoning": true,
"input": [
"text"
],
"contextWindow": 196608,
"maxTokens": 98304,
"cost": {
"input": 0.3,
"output": 1.2,
"cacheRead": 0,
"cacheWrite": 0
}
}
],
"api": "bedrock-converse-stream",
"baseUrl": "https://bedrock-runtime.us-east-1.amazonaws.com"
}
}
}