返回模型市场
D
核心数据
$0.01
Price
per request
67%
Savings
vs official
2
Modes
modes
能力
ChatReasoning
特性:
- Chain-of-thought reasoning
- Math and logic
- Complex problem-solving
- Cost-effective reasoning
定价
$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": "deepseek-r1",
"messages": [{"role": "user", "content": "Hello, how are you?"}]
}'