モデル一覧に戻る
G
GPT-5
Text
gpt-5by OpenAIOpenAI's most capable language model with 1M context window and advanced reasoning. The latest flagship model for complex tasks.
主要スペック
$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?"}]
}'