MiniMax-M3
7折MiniMax-M3PricingDetails
$ / 1M TokensInput
Input
$0.60
Output
Output
$2.40
Cache Write
CacheCreate
$0.60
Cache Read
CacheLoading
$0.12
CurrentEnjoy 7折 discount, Save 30.000000000000004% Cost.
Quick Start
APIaddress
POST https://www.gk2.com/v1/chat/completionscURL
curl https://www.gk2.com/v1/chat/completions \
-H "Authorization: Bearer sk-your-key" \
-H "Content-Type: application/json" \
-d '{
"model": "MiniMax-M3",
"messages": [{"role": "user", "content": "Hello!"}]
}'Python (OpenAI SDK)
import openai
client = openai.OpenAI(
api_key="sk-your-key",
base_url="https://www.gk2.com/v1"
)
response = client.chat.completions.create(
model="MiniMax-M3",
messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)Modelinfo
ModelID
MiniMax-M3Billing MethodPer Token
InputPrice$0.60 / 1M
OutputPrice$2.40 / 1M
CacheLoading$0.12 / 1M
CacheCreate$0.60 / 1M