返回模型市場Cache read $0.045
OpenAI·Text比官方便宜 70%+
GPT-5.4 MiniAPI
OpenAI GPT-5.4 Mini — fast, cost-efficient reasoning.
輸入價格
$0.225
per 1M tokens
輸出價格
$1.35
per 1M tokens
Prompt 快取
給穩定 prefix 加 cache_control,命中按 input 價的一小部分計費。cache_write 按 input 原價計費。
按 input × 0.2 自動派生
引數
- 模型 ID
gpt-5-4-mini- 端點
POST /v1/chat/completions- 類別
- Text
- 供應商
- OpenAI
- 能力
- functionstreamingthinking
立即試用
在 /app/keys 建立 API key,複製為 KUNAVO_API_KEY,然後任選下面一段程式碼執行。
curl
curl https://api.kunavo.com/v1/chat/completions \
-H "Authorization: Bearer $KUNAVO_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-5-4-mini",
"messages": [
{"role": "user", "content": "Hello, GPT-5.4 Mini"}
],
"stream": false
}'