feat(openai): default images to gpt-image-2

This commit is contained in:
Peter Steinberger
2026-04-21 21:49:16 +01:00
parent 0b1a35363e
commit aa94501f5f
16 changed files with 164 additions and 48 deletions

View File

@@ -240,7 +240,7 @@ Infer commands normalize JSON output under a shared envelope:
"capability": "image.generate",
"transport": "local",
"provider": "openai",
"model": "gpt-image-1",
"model": "gpt-image-2",
"attempts": [],
"outputs": []
}