Capability
Text to ImageImage to Image
Weighted Discount
-14%
Price Rank #9 / 13
Billing Mode
Per Config
Resolution
Param Completeness
22%
API Doc Score 72/100
Comprehensive error code docs, but lacks code examples
Pricing
| Quality \ Resolution | 1K | 2K | 4K |
|---|---|---|---|
| Low | $0.02 $0.006 +233% | — | — |
| Medium | $0.02 $0.053 -62% | — | — |
| High | $0.02 $0.211 -91% | — | — |
Price unit: USD, official price from OpenAI public pricing (USD)
API
API Style
Custom RESTDelivery
Async (Polling)Async (Webhook)
SDK
REST Only
Output
url
Integration
Base URL
https://api.apixo.aiEndpoint
POST
/api/v1/generateTask/gpt-image-2Auth
bearer(Authorization)
Content-Type
application/jsonPolling
/api/v1/statusTask/gpt-image-2?taskId={taskId}Request Parameters
| Name | Type | Required | Default | Values |
|---|---|---|---|---|
| request_type | string | required | — | asynccallback |
| callback_url | string | optional | — | — |
| input.mode | string | required | — | text-to-imageimage-to-image |
| input.prompt | string | required | — | — |
| input.image_urls | array | optional | — | — |
| input.aspect_ratio | string | optional | auto | auto1:14:33:416:99:16 |
| input.resolution | string | optional | 1k | 1k2k4k |
Operational
Timeout
1k: 30-120s, 2k: 60-180s, 4k: 120-240s; initial delay matches resolution tier; poll every 10s
Developer Experience
Code Examples
curljavascript
extracted_from: api文档类型/补充apixo; async+callback模式; 6种aspect_ratio; resolution 1k/2k/4k; 8种HTTP错误码; 6种任务失败码(CONTENT_VIOLATION等); per_call计费按resolution; playground可用