モデル一覧に戻る
G
GPT-5 Mini
Text
gpt-5-miniby OpenAICompact version of GPT-5 optimized for speed and cost. Great for everyday tasks with fast response times at just $0.01 per request.
主要スペック
$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?"}]
}'