OpenAI GPT-5.4 nano — the fastest, lowest-cost GPT-5.4 tier for simple, high-throughput tasks.

Sampling temperature. Lower is more deterministic.
美元估算 $0.001-$0.002:最高充值套餐按 $1 = 2,000 积分计算;入门套餐按 $1 = 1,000 积分计算。

历史记录
保存在此浏览器本地
0 个运行中 · 0 个已完成
输入
≈ $0.0001-$0.0003
输出
≈ $0.0009-$0.0018
缓存读取
≈ $0.000025-$0.00005
上下文
最大输出
API
curl /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
}'