Capacité
Texte vers imageImage vers image
Remise pondérée
-14%
Classement prix #9 / 13
Mode de facturation
Par configuration
Résolution
Complétude des paramètres
22%
Score doc. API 72/100
Documentation complète des codes d'erreur, mais aucun exemple de code
Tarifs
| Qualité \ Résolution | 1K | 2K | 4K |
|---|---|---|---|
| Low | $0.02 $0.006 +233% | — | — |
| Medium | $0.02 $0.053 -62% | — | — |
| High | $0.02 $0.211 -91% | — | — |
Unité de prix : USD, prix officiel de OpenAI tarification publique (USD)
API
Style API
Custom RESTLivraison
Async (Polling)Async (Webhook)
SDK
REST uniquement
Sortie
url
Intégration
URL de base
https://api.apixo.aiPoint de terminaison
POST
/api/v1/generateTask/gpt-image-2Authentification
bearer(Authorization)
Content-Type
application/jsonInterrogation
/api/v1/statusTask/gpt-image-2?taskId={taskId}Paramètres de requête
| Nom | Type | Requis | Défaut | Valeurs |
|---|---|---|---|---|
| request_type | string | requis | — | asynccallback |
| callback_url | string | optionnel | — | — |
| input.mode | string | requis | — | text-to-imageimage-to-image |
| input.prompt | string | requis | — | — |
| input.image_urls | array | optionnel | — | — |
| input.aspect_ratio | string | optionnel | auto | auto1:14:33:416:99:16 |
| input.resolution | string | optionnel | 1k | 1k2k4k |
Opérationnel
Délai d'expiration
1k: 30-120s, 2k: 60-180s, 4k: 120-240s; initial delay matches resolution tier; poll every 10s
Expérience développeur
Exemples de code
curljavascript
extracted_from: api文档类型/补充apixo; async+callback模式; 6种aspect_ratio; resolution 1k/2k/4k; 8种HTTP错误码; 6种任务失败码(CONTENT_VIOLATION等); per_call计费按resolution; playground可用