모델 목록으로 돌아가기
G
주요 사양
$0.05
Price
per request
67%
Savings
vs official
2
Modes
modes
기능
ChatReasoning
특징:
- 1M context window
- Advanced reasoning
- Latest flagship model
- Complex task handling
요금
$0.05per request
공식 가격: $0.15
절약 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",
"messages": [{"role": "user", "content": "Hello, how are you?"}]
}'