現已上線
OpenAI
gpt-5.5
GPT-5.5 is OpenAI’s frontier model designed for complex professional workloads, building on GPT-5.4 with stronger reasoning, higher reliability, and improved token efficiency on hard tasks. It features a 1M+ token...
TextReasoningToolsFilesVision1.1MCacheWebSearch
輸入$0.21/ 1M
輸出$1.28/ 1M
端點openai
效能
正在載入效能資料...
§ 01
價格
| 輸入價格 | $0.21/每百萬 tokens |
| 輸出價格 | $1.28/每百萬 tokens |
| 相容端點 | openai |
| 供應商 | OpenAI |
§ 02
從您的程式碼呼叫 gpt-5.5
將任何 OpenAI 相容 SDK 指向 UnoRouter,並以名稱請求模型。請將 YOUR_API_KEY 換成您儀表板上的真實金鑰。
bash
curl https://api.unorouter.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-5.5",
"messages": [{"role": "user", "content": "Hello!"}]
}'§ 03
常見問題
gpt-5.5 每百萬 tokens 的費用是多少?
輸入每百萬 tokens 定價 $0.21,輸出每百萬 tokens 定價 $1.28。計費以 token 為單位,不會湊整到批次大小。
我要如何透過 API 使用 gpt-5.5?
將請求送至 UnoRouter 的 /v1/chat/completions 端點,並將 model 設為 gpt-5.5。任何 OpenAI 相容的用戶端程式庫都可使用。驗證採用標準 Bearer token。
§ 04