WA
wavespeed/gpt-image-2
開始日 2025-01-16 · 運営 490 日StripePayPalCardWeChatAlipayNaver PayHOT
機能
テキストから画像画像から画像
加重割引
+13%
価格順位 #13 / 13
課金方式
設定課金
品質 × 解像度
パラメータ完全性
44%
APIドキュメントスコア 54/100
エンドポイントは明確だが認証方法が曖昧、コードサンプルやエラーコードなし
価格
| 品質 \ 解像度 | 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% |
価格単位: USD、公式価格は OpenAI の公開価格 (USD) に基づく
API
APIスタイル
Custom REST配信方式
Async (Polling)Sync
SDK
RESTのみ
出力形式
urlbase64
統合情報
ベースURL
https://api.wavespeed.aiエンドポイント
POST
/api/v3/openai/gpt-image-2/text-to-image認証方式
api-key-header
Content-Type
application/jsonポーリング
/api/v3/predictions/{request_id}/resultリクエストパラメータ
| 名前 | 型 | 必須 | デフォルト | 値 |
|---|---|---|---|---|
| prompt | string | 必須 | — | — |
| aspect_ratio | string | 任意 | — | 1:13:22:33:44:34:5+4 |
| resolution | string | 任意 | 1k | 1k2k4k |
| quality | string | 任意 | medium | lowmediumhigh |
| output_format | string | 任意 | png | pngjpegwebp |
| enable_sync_mode | boolean | 任意 | false | — |
| enable_base64_output | boolean | 任意 | false | — |
| images | array | 任意 | — | — |
開発者体験
コード例
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