- Model
accounts/fireworks/models/minimax-m2p1- Provider
fireworks- API
anthropic-messages- Base URL
https://api.fireworks.ai/inference- Input
- text
- Reasoning
- Yes
- Context window
- 200,000
- Max tokens
- 200,000
- Cost / million input
- $0.3
- Cost / million output
- $1.2
- Cost / million cache read
- $0.03
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"fireworks": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "accounts/fireworks/models/minimax-m2p1",
"name": "MiniMax-M2.1",
"reasoning": true,
"input": [
"text"
],
"contextWindow": 200000,
"maxTokens": 200000,
"cost": {
"input": 0.3,
"output": 1.2,
"cacheRead": 0.03,
"cacheWrite": 0
}
}
],
"api": "anthropic-messages",
"baseUrl": "https://api.fireworks.ai/inference"
}
}
}