Back to Models
C
Key Stats
$0.04
Price
per request
67%
Savings
vs official
3
Modes
modes
Capabilities
ChatCodingAnalysis
Features:
- Expert coding ability
- 200K context window
- Deep analysis
- Code generation
Pricing
$0.04per request
Official Price: $0.12
Save 67%
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": "claude-sonnet-4.5",
"messages": [{"role": "user", "content": "Hello, how are you?"}]
}'