惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

月光博客
月光博客
云风的 BLOG
云风的 BLOG
小众软件
小众软件
雷峰网
雷峰网
博客园 - 【当耐特】
V
V2EX
WordPress大学
WordPress大学
IT之家
IT之家
Last Week in AI
Last Week in AI
罗磊的独立博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Apple Machine Learning Research
Apple Machine Learning Research
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
V
Visual Studio Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
有赞技术团队
有赞技术团队
The Cloudflare Blog
Jina AI
Jina AI
博客园 - 司徒正美
阮一峰的网络日志
阮一峰的网络日志
博客园 - 聂微东
大猫的无限游戏
大猫的无限游戏
博客园 - 三生石上(FineUI控件)
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com

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
fix: allow private OpenAI image endpoints · openclaw/open...
steipete · 2026-04-24 · via Recent Commits to openclaw:main
Original file line numberDiff line numberDiff line change

@@ -20,6 +20,7 @@ Docs: https://docs.openclaw.ai

2020

- Agents/OpenAI: surface selected-model capacity failures from PI, Codex, and auto-reply harness paths with a model-switch hint instead of the generic empty-response error. Thanks @vincentkoc.

2121

- Providers/OpenAI: route `openai/gpt-image-2` through configured Codex OAuth directly when an `openai-codex` profile is active, instead of probing `OPENAI_API_KEY` first.

2222

- Providers/OpenAI: harden image generation auth routing and Codex OAuth response parsing so fallback only applies to public OpenAI API routes and bounded SSE results. Thanks @Takhoffman.

23+

- Providers/OpenAI: honor the private-network SSRF opt-in for OpenAI-compatible image generation endpoints, so trusted LocalAI/LAN `image_generate` routes work without disabling SSRF checks globally. Fixes #62879. Thanks @seitzbg.

2324

- Providers/OpenAI: stop advertising the removed `gpt-5.3-codex-spark` Codex model through fallback catalogs, and suppress stale rows with a GPT-5.5 recovery hint.

2425

- Plugins/QR: replace legacy `qrcode-terminal` QR rendering with bounded `qrcode-tui` helpers for plugin login/setup flows. (#65969) Thanks @vincentkoc.

2526

- Voice-call/realtime: wait for OpenAI session configuration before greeting or forwarding buffered audio, and reject non-allowlisted Twilio callers before stream setup. (#43501) Thanks @forrestblount.

Original file line numberDiff line numberDiff line change

@@ -236,6 +236,10 @@ does not first try `OPENAI_API_KEY` or silently fall back to an API key for that

236236

request. Configure `models.providers.openai` explicitly with an API key,

237237

custom base URL, or Azure endpoint when you want the direct OpenAI Images API

238238

route instead.

239+

If that custom image endpoint is on a trusted LAN/private address, also set

240+

`browser.ssrfPolicy.dangerouslyAllowPrivateNetwork: true`; OpenClaw keeps

241+

private/internal OpenAI-compatible image endpoints blocked unless this opt-in is

242+

present.

239243
240244

Generate:

241245
Original file line numberDiff line numberDiff line change

@@ -35,6 +35,10 @@ Codex OAuth uses the same `openai/gpt-image-2` model ref. When an

3535

through that same OAuth profile instead of first trying `OPENAI_API_KEY`.

3636

Explicit custom `models.providers.openai` image config, such as an API key or

3737

custom/Azure base URL, opts back into the direct OpenAI Images API route.

38+

For OpenAI-compatible LAN endpoints such as LocalAI, keep the custom

39+

`models.providers.openai.baseUrl` and explicitly opt in with

40+

`browser.ssrfPolicy.dangerouslyAllowPrivateNetwork: true`; private/internal

41+

image endpoints remain blocked by default.

3842
3943

3. Ask the agent: _"Generate an image of a friendly robot mascot."_

4044
Original file line numberDiff line numberDiff line change

@@ -316,6 +316,47 @@ describe("openai image generation provider", () => {

316316

expect(result.images).toHaveLength(1);

317317

});

318318
319+

it("allows OpenAI-compatible private image endpoints when browser SSRF policy opts in", async () => {

320+

mockGeneratedPngResponse();

321+
322+

const provider = buildOpenAIImageGenerationProvider();

323+

const result = await provider.generateImage({

324+

provider: "openai",

325+

model: "flux2-klein",

326+

prompt: "A simple, clean illustration of a red apple with a green leaf",

327+

cfg: {

328+

browser: {

329+

ssrfPolicy: {

330+

dangerouslyAllowPrivateNetwork: true,

331+

},

332+

},

333+

models: {

334+

providers: {

335+

openai: {

336+

baseUrl: "http://192.168.1.15:8082/v1",

337+

apiKey: "local-noauth",

338+

models: [],

339+

},

340+

},

341+

},

342+

},

343+

});

344+
345+

expect(resolveProviderHttpRequestConfigMock).toHaveBeenCalledWith(

346+

expect.objectContaining({

347+

baseUrl: "http://192.168.1.15:8082/v1",

348+

allowPrivateNetwork: true,

349+

}),

350+

);

351+

expect(postJsonRequestMock).toHaveBeenCalledWith(

352+

expect.objectContaining({

353+

url: "http://192.168.1.15:8082/v1/images/generations",

354+

allowPrivateNetwork: true,

355+

}),

356+

);

357+

expect(result.images).toHaveLength(1);

358+

});

359+
319360

it("forwards generation count and custom size overrides", async () => {

320361

mockGeneratedPngResponse();

321362
Original file line numberDiff line numberDiff line change

@@ -21,6 +21,7 @@ import {

2121

resolveProviderHttpRequestConfig,

2222

sanitizeConfiguredModelProviderRequest,

2323

} from "openclaw/plugin-sdk/provider-http";

24+

import { isPrivateNetworkOptInEnabled } from "openclaw/plugin-sdk/ssrf-runtime";

2425

import { OPENAI_DEFAULT_IMAGE_MODEL as DEFAULT_OPENAI_IMAGE_MODEL } from "./default-models.js";

2526

import { resolveConfiguredOpenAIBaseUrl } from "./shared.js";

2627

@@ -190,6 +191,9 @@ function shouldAllowPrivateImageEndpoint(req: {

190191

if (req.provider === MOCK_OPENAI_PROVIDER_ID) {

191192

return true;

192193

}

194+

if (isPrivateNetworkOptInEnabled(req.cfg?.browser?.ssrfPolicy)) {

195+

return true;

196+

}

193197

const baseUrl = resolveConfiguredOpenAIBaseUrl(req.cfg);

194198

if (!baseUrl.startsWith("http://127.0.0.1:") && !baseUrl.startsWith("http://localhost:")) {

195199

return false;