AT
atlascloud/gpt-image-2
Launched 2024-04-18 · Operating for 763 daysCardHOT
Capability
Text to ImageImage to Image
Weighted Discount
+3%
Price Rank #6 / 13
Billing Mode
Per Config
Quality × Resolution
Param Completeness
44%
API Doc Score 65/100
Rich 7-language examples, complete upload flow, lacks online debug env
Pricing
| Quality \ Resolution | 1K | 2K | 4K |
|---|---|---|---|
| Low | $0.01 $0.006 +67% | $0.02 $0.012 +67% | $0.02 $0.016 +25% |
| Medium | $0.06 $0.053 +13% | $0.11 $0.107 +3% | $0.14 $0.139 +1% |
| High | $0.22 $0.211 +4% | $0.43 $0.428 | $0.57 $0.565 +1% |
Price unit: USD, official price from OpenAI public pricing (USD)
API
API Style
Custom RESTDelivery
Async (Polling)
SDK
REST Only
Output
url
Integration
Base URL
https://api.atlascloud.aiEndpoint
POST
/api/v1/model/generateImageAuth
bearer(Authorization)
Content-Type
application/jsonPolling
/api/v1/model/prediction/{prediction_id}Request Parameters
| Name | Type | Required | Default | Values |
|---|---|---|---|---|
| model | string | required | — | openai/gpt-image-2/text-to-imageopenai/gpt-image-2/edit |
| prompt | string | required | — | — |
| size | string | optional | 1024x1024 | 1024x768768x10241024x10241024x15361536x10242560x1440+5 |
| quality | string | optional | medium | lowmediumhigh |
| output_format | string | optional | jpeg | jpegpng |
| images | array | optional | — | — |
Operational
Timeout
Polling interval: 2-3s recommended
Developer Experience
Code Examples
pythonjavascriptcurlswiftkotlinjavadart
extracted_from: api文档类型/补充atlascloud; t2i 9种size + i2i 7种size; quality low/medium/high; output_format jpeg/png; edit images 1-10; uploadMedia multipart; poll workflow; NSFW detection