Poe API
GPT-Image-1.5
By
OpenAI's frontier image generation model in ChatGPT as of December 2025, offering exceptional prompt adherence, world knowledge, precise edits, facial preservation, level of detail, and overall quality with improved latency/generation times. It supports editing, restyling, and combining images attached to the latest user query. For a conversational image generation and editing experience use: https://poe.com/GPT-5.2
Optional Parameters:
Set aspect ratio, with options 3:2, 1:1 and 2:3.
Set quality to low, medium and high. Default is set to high.
Enable use mask by toggling it on or by typing 'use_mask' in the prompt. This option is turned off by default.
Disable high fidelity by toggling it off or by typing 'use_high_fidelity'. This option is turned on by default.
Powered by a server managed by @openai. Learn more
- OFFICIAL
Build with GPT-Image-1.5 using the Poe API
Start by creating an API key, for use with any bot on Poe:
Code samples
Images
import requests
response = requests.post(
"https://api.poe.com/v1/images",
headers={
"Authorization": f"Bearer {api_key}",
"Content-Type": "application/json",
},
json={
"model": "gpt-image-1.5",
"prompt": "Surreal seaside town, combining Hokusai's The Great Wave off Kanagawa and M.C. Escher's geometric illusions",
},
)
print(response.json())See the full documentation for comprehensive guidance on getting started.
More from OpenAI
GPT-5.4-Mini
GPT-5.4-Nano
GPT-5.4-Pro
GPT-5.3-Codex-Spark
GPT-5.3-Instant
GPT-5.4
GPT-5.3-Codex
GPT-5.2-Codex
GPT-Image-1.5
GPT-5.2-Pro