모델 목록으로 돌아가기
G
주요 사양
$0.01
Price
per request
67%
Savings
vs official
1
Modes
mode
기능
Chat
특징:
- Fast response times
- Cost-effective
- Everyday tasks
- Lightweight model
요금
$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": "gpt-5-mini",
"messages": [{"role": "user", "content": "Hello, how are you?"}]
}'