WA
wavespeed/gpt-image-2
Gestartet 2025-01-16 · Betrieb seit 490 TagenStripePayPalCardWeChatAlipayNaver PayHOT
Fähigkeit
Text zu BildBild zu Bild
Gewichteter Rabatt
+13%
Preisrang #13 / 13
Abrechnungsart
Pro Konfiguration
Qualität × Auflösung
Parametervollständigkeit
44%
API-Dok. Bewertung 54/100
Klare Endpunkte, aber unklare Authentifizierungsmethode, keine Codebeispiele oder Fehlercodes
Preise
| Qualität \ Auflösung | 1K | 2K | 4K |
|---|---|---|---|
| Low | $0.01 $0.006 +67% | $0.02 $0.012 +67% | $0.03 $0.016 +87% |
| Medium | $0.06 $0.053 +13% | $0.12 $0.107 +12% | $0.18 $0.139 +29% |
| High | $0.22 $0.211 +4% | $0.44 $0.428 +3% | $0.66 $0.565 +17% |
Preiseinheit: USD, offizieller Preis von OpenAI öffentlicher Preisgestaltung (USD)
API
API-Stil
Custom RESTLieferung
Async (Polling)Sync
SDK
Nur REST
Ausgabe
urlbase64
Integration
Basis-URL
https://api.wavespeed.aiEndpunkt
POST
/api/v3/openai/gpt-image-2/text-to-imageAuthentifizierung
api-key-header
Content-Type
application/jsonPolling
/api/v3/predictions/{request_id}/resultAnfrageparameter
| Name | Typ | Pflicht | Standard | Werte |
|---|---|---|---|---|
| prompt | string | pflicht | — | — |
| aspect_ratio | string | optional | — | 1:13:22:33:44:34:5+4 |
| resolution | string | optional | 1k | 1k2k4k |
| quality | string | optional | medium | lowmediumhigh |
| output_format | string | optional | png | pngjpegwebp |
| enable_sync_mode | boolean | optional | false | — |
| enable_base64_output | boolean | optional | false | — |
| images | array | optional | — | — |
Entwicklererfahrung
Codebeispiele
curl
extracted_from: api文档类型/补充wavespeed; Bearer auth confirmed; t2i endpoint: /api/v3/openai/gpt-image-2/text-to-image; i2i endpoint: /api/v3/openai/gpt-image-2/edit; quality low/medium/high; output_format png/jpeg/webp; 10种aspect_ratio; resolution 1k/2k/4k; Playground available