























@@ -73,6 +73,9 @@
7373"name": "GPT-5.4",
7474"reasoning": true,
7575"input": ["text", "image"],
76+"mediaInput": {
77+"image": { "maxSidePx": 2048, "preferredSidePx": 2048, "tokenMode": "detail" }
78+ },
7679"contextWindow": 272000,
7780"maxTokens": 128000,
7881"cost": { "input": 2.5, "output": 15, "cacheRead": 0.25, "cacheWrite": 0 }
@@ -82,6 +85,9 @@
8285"name": "GPT-5.4 mini",
8386"reasoning": true,
8487"input": ["text", "image"],
88+"mediaInput": {
89+"image": { "maxSidePx": 2048, "preferredSidePx": 2048, "tokenMode": "detail" }
90+ },
8591"contextWindow": 400000,
8692"maxTokens": 128000,
8793"cost": { "input": 0.75, "output": 4.5, "cacheRead": 0.075, "cacheWrite": 0 }
@@ -91,6 +97,9 @@
9197"name": "GPT-5.4 nano",
9298"reasoning": true,
9399"input": ["text", "image"],
100+"mediaInput": {
101+"image": { "maxSidePx": 2048, "preferredSidePx": 2048, "tokenMode": "detail" }
102+ },
94103"contextWindow": 400000,
95104"maxTokens": 128000,
96105"cost": { "input": 0.2, "output": 1.25, "cacheRead": 0.02, "cacheWrite": 0 }
@@ -100,6 +109,9 @@
100109"name": "GPT-5.4 Pro",
101110"reasoning": true,
102111"input": ["text", "image"],
112+"mediaInput": {
113+"image": { "maxSidePx": 2048, "preferredSidePx": 2048, "tokenMode": "detail" }
114+ },
103115"contextWindow": 1050000,
104116"maxTokens": 128000,
105117"cost": { "input": 30, "output": 180, "cacheRead": 0, "cacheWrite": 0 }
@@ -109,6 +121,9 @@
109121"name": "GPT-5.5",
110122"reasoning": true,
111123"input": ["text", "image"],
124+"mediaInput": {
125+"image": { "maxSidePx": 6000, "preferredSidePx": 2048, "tokenMode": "detail" }
126+ },
112127"contextWindow": 272000,
113128"maxTokens": 128000,
114129"cost": { "input": 5, "output": 30, "cacheRead": 0.5, "cacheWrite": 0 }
@@ -190,6 +205,9 @@
190205"name": "gpt-5.5-pro",
191206"reasoning": true,
192207"input": ["text", "image"],
208+"mediaInput": {
209+"image": { "maxSidePx": 6000, "preferredSidePx": 2048, "tokenMode": "detail" }
210+ },
193211"contextWindow": 1000000,
194212"maxTokens": 128000,
195213"cost": { "input": 30, "output": 180, "cacheRead": 0, "cacheWrite": 0 }
@@ -205,6 +223,9 @@
205223"name": "gpt-5.5",
206224"reasoning": true,
207225"input": ["text", "image"],
226+"mediaInput": {
227+"image": { "maxSidePx": 6000, "preferredSidePx": 2048, "tokenMode": "detail" }
228+ },
208229"contextWindow": 400000,
209230"contextTokens": 272000,
210231"maxTokens": 128000,
@@ -215,6 +236,9 @@
215236"name": "gpt-5.4",
216237"reasoning": true,
217238"input": ["text", "image"],
239+"mediaInput": {
240+"image": { "maxSidePx": 2048, "preferredSidePx": 2048, "tokenMode": "detail" }
241+ },
218242"contextWindow": 1050000,
219243"contextTokens": 272000,
220244"maxTokens": 128000,
@@ -225,6 +249,9 @@
225249"name": "gpt-5.4-pro",
226250"reasoning": true,
227251"input": ["text", "image"],
252+"mediaInput": {
253+"image": { "maxSidePx": 2048, "preferredSidePx": 2048, "tokenMode": "detail" }
254+ },
228255"contextWindow": 1050000,
229256"contextTokens": 272000,
230257"maxTokens": 128000,
@@ -235,6 +262,9 @@
235262"name": "gpt-5.4-mini",
236263"reasoning": true,
237264"input": ["text", "image"],
265+"mediaInput": {
266+"image": { "maxSidePx": 2048, "preferredSidePx": 2048, "tokenMode": "detail" }
267+ },
238268"contextWindow": 400000,
239269"contextTokens": 272000,
240270"maxTokens": 128000,
@@ -245,6 +275,9 @@
245275"name": "gpt-5.5-pro",
246276"reasoning": true,
247277"input": ["text", "image"],
278+"mediaInput": {
279+"image": { "maxSidePx": 6000, "preferredSidePx": 2048, "tokenMode": "detail" }
280+ },
248281"contextWindow": 1000000,
249282"contextTokens": 272000,
250283"maxTokens": 128000,
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。