| 计费项 | 价格 |
|---|---|
| 输入 | 4.0324.2元 / M Tokens |
| 输出 | 16.12816.8元 / M Tokens |
curl -X POST "https://route.showapi.com/openai/v1/chat/completions" \
-H "Authorization: Bearer [AppKey]" \
-H "Content-Type: application/json" \
-d '{
"messages": [
{
"role": "user",
"content": "介绍你的能力和优势,并给出你的名字"
}
],
"model": "qiniu/minimax/minimax-m2.5-highspeed",
"stream": true,
"temperature": 0.7
}'