GPT Image (Reverse)
Interface Description
To meet the strong expectations of our users, we have specially launched two reverse-engineered interfaces: gpt-4o-image
and gpt-4o-image-vip
. The VIP model offers superior performance and stability.
Please note that reverse-engineered interfaces cannot guarantee full stability and may encounter 🕐 Queuing...
status or generation failures. They are recommended only for trial experiences and functional testing.
OpenAI’s official interface gpt-image-1
has been released. Considering the cost of usage, the current reverse-engineered interfaces will be temporarily retained, with compatible calling methods provided for everyone.
Notes
- Special Note: Regardless of the cause, once the API call is initiated, charges will apply even if the generation fails.
- The name of living artists (such as “Ghibli” and “Makoto Shinkai”) will trigger
input_moderation
error, causing generation failure. You can avoid this by using non-sensitive words like “Ghibli” and “Bright Modern Japanese Anime Style”. - In general, “style” is safer than “artist”, like “Pixar” is also supported.
- A more secure approach is to use the name of deceased artists or corresponding styles, such as “Van Gogh” and “Mona Lisa”.
Model and Pricing
Model | Price ($/IMG) |
---|---|
gpt-4o-image-vip | $0.009 |
gpt-4o-image | $0.005 |
Due to the rising maintenance costs of reverse-engineered interfaces, the price per call has been increased. (Updated on: 2025-06-04).
Python Example
Using the familiar v1/completions
endpoint, we provide support, which is fully compatible. For specific usage, please refer to:
Output Example
Compatibility with Official OpenAI API
If you prefer using the latest image generation method released by OpenAI, you can refer to the following implementation. Just keep these 3 points in mind:
- Do not include the
quality
parameter — models likegpt-4o-image-vip
andgpt-4o-image
have it bundled internally. - The
usage
field (token tracking) is not supported. - The latest output returns Base64-encoded image data, and the current script already handles automatic saving.
Effect Demonstration
Girl with a Pearl Earring
- The famous painting is reinterpreted, with text and watermark directly output.

Pixar
- The Pixar 3D Cartoon style, stable as ever.

Ghibli
- The most popular Ghibli
Practical Tips
- Support any language, Chinese drawing is also stable, but we don’t recommend drawing a large amount of text.
- Specify the aspect ratio in the prompt, otherwise 4o will automatically determine it. Supports 2:3, 3:2, 1:1.
- Give reference images if you don’t have inspiration, support single image and multi-image.
- Upload images can be compressed for pre-processing, improve speed.
- Support transparent background, no need to remove the background.——just add the requirement in the prompt.