imbytecat 9e6b4dc7fa feat: add 16:9 and 2K size presets for gpt-image-2
- Add 1536x864, 864x1536, 2048x1152, 1152x2048, 2560x1440 to the size
  dropdown. 2560x1440 is the OpenAI cookbook's recommended upper
  widescreen reliability boundary
- Note that sizes above 2560x1440 are experimental and the max-edge
  rule is strictly <3840 (3840x2160 is out, use 3824x2144 instead)
- 1920x1080 is invalid because 1080 isn't a multiple of 16 — captured
  in AGENTS.md alongside the full constraint set so future agents stop
  proposing it
2026-05-19 00:24:13 +08:00
2026-05-18 21:50:41 +08:00
2026-05-18 21:50:41 +08:00
2026-05-18 21:50:41 +08:00

ai-playground

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.3.13. Bun is a fast all-in-one JavaScript runtime.

S
Description
No description provided
Readme 92 KiB
Languages
TypeScript 66.2%
HTML 33.8%