OpenMontage/tools/graphics
Remotely Human fabc0e7088 Replace retired OpenAI image models with gpt-image-2 (DALL-E shut down 2026-05-12)
- openai_image: enum narrowed to ["gpt-image-2"]; DALL-E code path, sizes
  (1024x1792/1792x1024) and qualities (standard/hd) removed; estimate_cost
  updated to real GPT Image 2 pricing ($0.006/$0.053/$0.211 at 1024x1024)
- image_gen (deprecated but callable): default dall-e-3 -> gpt-image-2; drop
  response_format="b64_json", which GPT image models reject; update pricing
- docs/skills sweep: scrub retired-model references from README (en/zh),
  .env.example, docs/PROVIDERS.md (incl. pricing table + deprecation note),
  docs/ARCHITECTURE.md, AGENT_GUIDE.md, skills/creative/*, 14 pipeline
  director skills, and tests/qa/QA_PLAN.md

Source: https://developers.openai.com/api/docs/deprecations

proofread by fable 5 + codex
2026-07-02 11:36:31 +08:00
..
__init__.py Initial release — OpenMontage: the first open-source agentic video production system 2026-03-29 08:25:17 -07:00
code_snippet.py Initial release — OpenMontage: the first open-source agentic video production system 2026-03-29 08:25:17 -07:00
comfyui_image.py comfyui: satisfy provider contract review items 2026-06-29 19:09:22 +01:00
diagram_gen.py Initial release — OpenMontage: the first open-source agentic video production system 2026-03-29 08:25:17 -07:00
flux_image.py Initial release — OpenMontage: the first open-source agentic video production system 2026-03-29 08:25:17 -07:00
google_imagen.py feat(google): support service-account auth for TTS + Imagen, fix false availability 2026-06-22 17:53:10 +05:30
grok_image.py Add Grok media providers and improve selector routing 2026-04-05 15:31:37 -07:00
image_gen.py Replace retired OpenAI image models with gpt-image-2 (DALL-E shut down 2026-05-12) 2026-07-02 11:36:31 +08:00
image_selector.py comfyui: route custom workflows through image/video selectors 2026-06-29 22:38:18 +01:00
local_diffusion.py Initial release — OpenMontage: the first open-source agentic video production system 2026-03-29 08:25:17 -07:00
math_animate.py Initial release — OpenMontage: the first open-source agentic video production system 2026-03-29 08:25:17 -07:00
openai_image.py Replace retired OpenAI image models with gpt-image-2 (DALL-E shut down 2026-05-12) 2026-07-02 11:36:31 +08:00
pexels_image.py Initial release — OpenMontage: the first open-source agentic video production system 2026-03-29 08:25:17 -07:00
pixabay_image.py Initial release — OpenMontage: the first open-source agentic video production system 2026-03-29 08:25:17 -07:00
recraft_image.py Fix Remotion-first rendering docs and post-render verification gaps 2026-04-06 08:21:48 -07:00