# GPT Image 2.5 API > Independent third-party image generation and editing API at https://gptimage25api.com. Not affiliated with OpenAI. GPT Image 2.5 is available with Flare and Sunburst variants. ## Documentation - [API reference](https://gptimage25api.com/gpt-image-2-5-api): Authentication, parameters, generation, polling, examples and errors. - [Complete integration guide](https://gptimage25api.com/llms-full.txt): Full contract and runnable examples. - [OpenAPI 3.1](https://gptimage25api.com/openapi.json): Machine-readable API schema. - [AI integration prompt](https://gptimage25api.com/ai-prompt.txt): Instructions for coding assistants. ## Account - [Sign in](https://gptimage25api.com/auth/login) - [Create API keys](https://gptimage25api.com/dashboard/api-keys) - [Pricing](https://gptimage25api.com/pricing) - [Playground](https://gptimage25api.com/dashboard/home) ## API essentials Base URL: https://gptimage25api.com Generate: POST /api/v1/images/generate Status: GET /api/v1/images/status?task_id= Authentication: Authorization: Bearer , created on gptimage25api.com. No login cookie is required for API requests. Do not send an OpenAI key or a login JWT. Poll with the same key that submitted the job. SUCCESS returns data.response as image URLs. No automatic generation retries or guaranteed idempotency. Credits per generation: 1K = 4, 2K = 6, 4K = 10, for both variants.