返回模型市場
G
核心數據
$0.05
Price
per request
67%
Savings
vs official
2
Modes
modes
能力
ChatReasoning
特性:
- 1M context window
- Advanced reasoning
- Latest flagship model
- Complex task handling
定價
$0.05per request
官方價格: $0.15
節省 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",
"messages": [{"role": "user", "content": "Hello, how are you?"}]
}'