GPT 5.4 is available through APIAny with unified billing and usage tracking.
Sampling temperature. Lower is more deterministic.
USD estimate $0.026-$0.052: highest recharge package uses $1 = 2,000 credits; entry package uses $1 = 1,000 credits.
History
Saved locally in this browser
0 running · 0 completed
输入
≈ $0.0063-$0.0125
输出
≈ $0.025-$0.05
缓存读取
≈ $0.0063-$0.0125
上下文
最大输出
API
curl /api/v1/chat/completions \
-H "Authorization: Bearer sk-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-5.4-nano",
"messages": [
{
"role": "user",
"content": "Summarize the following text in three concise bullet points:"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'