Back to Models
D
Key Stats
$0.01
Price
per request
50%
Savings
vs official
2
Modes
modes
Capabilities
ChatCoding
Features:
- Best value pricing
- 128K context window
- Open source
- Strong coding ability
Pricing
$0.01per request
Official Price: $0.02
Save 50%
Pay as you go. No minimum, no commitment.
Quick Start
bash
curl https://api.chmuhub.com/v1/public/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-chmuhub-..." \
-d '{
"model": "deepseek-v3.1",
"messages": [{"role": "user", "content": "Hello, how are you?"}]
}'