Fähigkeit
Text zu BildBild zu Bild
Gewichteter Rabatt
-14%
Preisrang #9 / 13
Abrechnungsart
Pro Konfiguration
Auflösung
Parametervollständigkeit
22%
API-Dok. Bewertung 72/100
Umfassende Fehlerdokumentation, aber keine Codebeispiele
Preise
| Qualität \ Auflösung | 1K | 2K | 4K |
|---|---|---|---|
| Low | $0.02 $0.006 +233% | — | — |
| Medium | $0.02 $0.053 -62% | — | — |
| High | $0.02 $0.211 -91% | — | — |
Preiseinheit: USD, offizieller Preis von OpenAI öffentlicher Preisgestaltung (USD)
API
API-Stil
Custom RESTLieferung
Async (Polling)Async (Webhook)
SDK
Nur REST
Ausgabe
url
Integration
Basis-URL
https://api.apixo.aiEndpunkt
POST
/api/v1/generateTask/gpt-image-2Authentifizierung
bearer(Authorization)
Content-Type
application/jsonPolling
/api/v1/statusTask/gpt-image-2?taskId={taskId}Anfrageparameter
| Name | Typ | Pflicht | Standard | Werte |
|---|---|---|---|---|
| request_type | string | pflicht | — | asynccallback |
| callback_url | string | optional | — | — |
| input.mode | string | pflicht | — | text-to-imageimage-to-image |
| input.prompt | string | pflicht | — | — |
| input.image_urls | array | optional | — | — |
| input.aspect_ratio | string | optional | auto | auto1:14:33:416:99:16 |
| input.resolution | string | optional | 1k | 1k2k4k |
Betrieb
Timeout
1k: 30-120s, 2k: 60-180s, 4k: 120-240s; initial delay matches resolution tier; poll every 10s
Entwicklererfahrung
Codebeispiele
curljavascript
extracted_from: api文档类型/补充apixo; async+callback模式; 6种aspect_ratio; resolution 1k/2k/4k; 8种HTTP错误码; 6种任务失败码(CONTENT_VIOLATION等); per_call计费按resolution; playground可用