Back to Models
G
Key Stats
$0.03
Price
per request
70%
Savings
vs official
3
Modes
modes
Capabilities
ChatMultimodalReasoning
Features:
- Multimodal input
- Long context support
- Advanced reasoning
- Multi-step tasks
Pricing
$0.03per request
Official Price: $0.10
Save 70%
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": "gemini-2.5-pro",
"messages": [{"role": "user", "content": "Hello, how are you?"}]
}'