--- license: cc-by-4.0 task_categories: - text-to-image language: - en tags: - prompts - image-generation - gpt-image-2.5 - prompt-engineering size_categories: - n<1K pretty_name: GPT Image 2.5 Prompt Atlas --- # GPT Image 2.5 Prompt Atlas 50 prompts for GPT Image 2.5, each with the frame it produced, as a single machine-readable file. Every record pairs the **exact prompt text** with the image files that came back, so a prompt can be read, re-run and compared without reconstruction. ## Files | File | Contents | |---|---| | `prompts.jsonl` | 50 records, one per prompt | Each record: ```json { "id": "showcase/13-silhouette-universe-poster", "group": "showcase", "slug": "13-silhouette-universe-poster", "title": "Silhouette Universe Poster", "prompt_words": 494, "prompt": "...the full prompt text...", "images": ["preview.jpg"], "source": "https://github.com/callirra-ai/gpt-image-2-5-prompt-atlas/tree/main/showcase/13-silhouette-universe-poster" } ``` ## What is in the set - **20 showcase prompts** — one image each, spanning very different levels of control. - **30 craft cases** — longer, more technical briefs. - **Prompt length ranges from 5 words** (`05-90s-point-and-shoot`) **to 915 words** (`24-wizards-study`). - Every prompt is a single text field; the value of the set is that the *output* is attached, so a claim about a wording trick can be checked against a frame. ## Provenance Collected and published by [Callirra](https://callirra.com) while building a workspace that runs GPT Image 2.5 alongside other image and video models. The full repository, with every image at full size and the per-case folders, is at [github.com/callirra-ai/gpt-image-2-5-prompt-atlas](https://github.com/callirra-ai/gpt-image-2-5-prompt-atlas). ## License CC BY 4.0 — reuse, remix and redistribute with attribution. Corrections and additional cases are welcome as PRs against the repository above.