慣性聚合 高效追讀感興趣之博客、新聞、科技資訊
閱原文 以慣性聚合開啟

推薦訂閱源

博客园 - 司徒正美
V
V2EX
T
Tailwind CSS Blog
有赞技术团队
有赞技术团队
aimingoo的专栏
aimingoo的专栏
Apple Machine Learning Research
Apple Machine Learning Research
IT之家
IT之家
Blog — PlanetScale
Blog — PlanetScale
A
About on SuperTechFans
月光博客
月光博客
T
The Blog of Author Tim Ferriss
宝玉的分享
宝玉的分享
Martin Fowler
Martin Fowler
博客园 - 聂微东
The GitHub Blog
The GitHub Blog
V
Visual Studio Blog
WordPress大学
WordPress大学
酷 壳 – CoolShell
酷 壳 – CoolShell
Engineering at Meta
Engineering at Meta
GbyAI
GbyAI

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4 test: trim doctor command hotspots · openclaw/openclaw@c66f16a test: isolate agent auth and spawn hotspots · openclaw/openclaw@9285935 test: stabilize MCP startup disposal race · openclaw/openclaw@dd9d2eb test: merge browser contract server suites · openclaw/openclaw@5817a76 test: narrow ollama provider discovery setup · openclaw/openclaw@a0d9598 build: declare qa-lab aimock runtime dependency · openclaw/openclaw@24431e5 test: speed up safe-bins exec harness · openclaw/openclaw@ee856ab test: preserve tool helpers in embedded runner mocks · openclaw/openclaw@acd86a0 refactor: move memory embeddings into provider plugins · openclaw/openclaw@77e6e4c test: reuse system-run temp fixtures · openclaw/openclaw@7e9ff0f test: trim hotspot wait overhead · openclaw/openclaw@12a59b0 Check: avoid duplicate boundary prep · openclaw/openclaw@baf11b8 test: reduce hotspot fixture overhead · openclaw/openclaw@3a59edd feat(ui): overhaul settings and slash command UX (#67819) thanks @Bun… · openclaw/openclaw@2cfb660 QA Matrix: exit cleanly on failure · openclaw/openclaw@42805d2 QA Matrix: isolate scenario coverage · openclaw/openclaw@7e659e1 Matrix: refresh crypto bootstrap state · openclaw/openclaw@94081d8 QA Lab: add provider registry · openclaw/openclaw@bb7e982 Matrix: add plugin changelog · openclaw/openclaw@4acab55 test: trim more hotspot overhead · openclaw/openclaw@f485311
依模型调图像压缩质 (#85742) · openclaw/openclaw@4c210e2
steipete · 2026-05-24 · via Recent Commits to openclaw:main

@@ -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,