minimax
MiniMax MiniMax-01
minimax/minimax-01
Input$0.200 /1M tokens
·Output$1.10 /1M tokens
MiniMax-01 is a combines MiniMax-Text-01 for text generation and MiniMax-VL-01 for image understanding. It has 456 billion parameters, with 45.9 billion parameters activated per inference, and can handle a context...
Code Examples
import requests
response = requests.post(
"https://neurongate.net/v1/chat/completions",
headers={
"Authorization": "Bearer ng-your-api-key",
"Content-Type": "application/json"
},
json={
"model": "minimax/minimax-01",
"messages": [
{"role": "user", "content": "Hello!"}
]
}
)
print(response.json()["choices"][0]["message"]["content"])Pricing Details
| Example | Cost |
|---|---|
| 1K input tokens (short prompt) | $0.00020 |
| 1K in + 500 out (typical response) | $0.00075 |
| 10K in + 2K out (document analysis) | $0.00420 |
| 100K in + 10K out (large context) | $0.0310 |
Prices in USD. Billed per actual token usage. Prepay with USDT, USDC, ETH, or BTC.
Frequently Asked Questions
Capabilities
Streaming
YesFunction Calling / Tools
NoVision (Image Input)
YesAudio Processing
NoContext Window
1.0M tokens
~750K words of text
Max output
1.0M tokens
Modalities
Input
textimage
Output
text