GPT Image 1.5 API 料金
Pay-as-you-go access through PiAPI.
GPT Image 1.5 API
$0.009 /画像
Starting price per generated image.
GPT Image 1.5 API
高忠実度フォトリアリズム
GPT-Image-1.5 は自然光、正確な質感、豊かな色で T2I と I2I に優れています。
高速生成
GPT Image 1.5 は GPT Image 1 と比べて高品質のまま最大 4 倍高速です。
顔とアイデンティティの高い保持
映画品質の編集を行いながらキャラクターの一貫性を保ちます。
テキスト描画の強化
小さな文字もくっきり表現し、一貫したレイアウトと高コントラストを実現します。
複雑な構造化ビジュアル
インフォグラフィック、図表、マルチパネル構成の生成に優れます。
精密なスタイル制御と高いプロンプト忠実度
ブランド制作やアートスタイルで強く、要素保持にも優れています。
現実世界の知識と推論の強化
強い推論により対象、環境、シーンを正確に描写できます。
編集機能
追加、削除、結合、ブレンド、置換などの I2I 編集に優れます。
実運用で実証された性能
社内の Microsoft データセット で、プロンプト整合性とインフォグラフィック課題において既存モデルを上回りました。
Integrate in Minutes
Create your API key
Sign up and grab an API key from the PiAPI workspace — free credits are included on sign-up.
Top up credits
Add credits on the billing page when you are ready to scale beyond the free tier.
Call the API
POST your first task following the API docs, then poll the task until the result is ready.
Iterate in the playground
Prototype prompts and settings in the the playground above before wiring them into your product.
curl -X POST 'https://api.piapi.ai/api/v1/task' \
-H 'X-API-Key: YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"model": "gpt-image-1.5",
"task_type": "gpt-image-generation",
"input": {
"prompt": "A modern city street at night with neon signs and storefront lights, wet pavement reflecting the lights. Cinematic street photography style, shallow depth of field, moody atmosphere, realistic lighting.",
"n": 1,
"size": "1024x1024",
"quality": "low"
}
}'
# → { "task_id": "9d5a…", "status": "pending" }curl 'https://api.piapi.ai/api/v1/task/{task_id}' \
-H 'X-API-Key: YOUR_API_KEY'
# poll until status = completed
{
"data": {
"status": "completed",
"output": {
"image_url": "https://img.theapi.app/ephemeral/…"
}
}
}$ npm install -g piapi-cli $ piapi run gpt-image-1-5 \ prompt="A modern city street at night with neon signs and storefront lights, wet pavement reflecting the lights. Cinematic street photography style, shallow depth of field, moody atmosphere, realistic lighting." \ n=1 \ size=1024x1024 \ quality=low ✓ Task completed! https://img.theapi.app/ephemeral/…
よくある質問
どのようなスタイルに対応していますか?
フォトリアルからアート表現まで幅広いスタイルに対応します。
複雑なプロンプトに対応できますか?
はい。複雑な指示、複数オブジェクト、詳細なシーン、スタイル指定に対応します。
対応画像形式は?
JPG、PNG、WEBP、JPEG をサポートし、高解像度出力が可能です。
More questions? See the API docs.
Our blog
GPT Image 1.5 API



