返回模型市場
G
核心數據
$0.01
Price
per request
67%
Savings
vs official
1
Modes
mode
能力
Chat
特性:
- Fast response times
- Cost-effective
- Everyday tasks
- Lightweight model
定價
$0.01per request
官方價格: $0.03
節省 67%
按量付費,無最低消費,隨時取消。
快速入門
bash
curl https://api.chmuhub.com/v1/public/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-chmuhub-..." \
-d '{
"model": "gpt-5-mini",
"messages": [{"role": "user", "content": "Hello, how are you?"}]
}'