Back to Models
G
Key Stats
$0.05
Price
per request
67%
Savings
vs official
2
Modes
modes
Capabilities
ChatReasoning
Features:
- 1M context window
- Advanced reasoning
- Latest flagship model
- Complex task handling
Pricing
$0.05per request
Official Price: $0.15
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": "gpt-5",
"messages": [{"role": "user", "content": "Hello, how are you?"}]
}'