Tek kimlik doğrulama, tüm sağlayıcılar
Tek bir RunAPI anahtarı tüm kataloğu açar. Ayrı hesap yok, her entegrasyon için anahtar döndürme yok.
It looks like you may prefer a different language. Switch anytime.
GPT Image API’sini RunAPI üzerinden model skill, birleşik kimlik doğrulama ve kullandıkça öde fiyatlandırmayla kullanın.
curl -X POST https://runapi.ai/api/v1/gpt_image/text_to_image \
-H "Authorization: Bearer $RUNAPI_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-image-1.5",
"prompt": "Generate a flat-design illustration of a team collaborating around a whiteboard, vibrant colors, clean lines."
}'
import { GptImageClient } from "@runapi.ai/gpt-image";
const client = new GptImageClient();
const result = await client.textToImage.run({
model: "gpt-image-1.5",
prompt: "Generate a flat-design illustration of a team collaborating around a whiteboard, vibrant colors, clean lines.",
});
<?php
require __DIR__ . "/vendor/autoload.php";
use RunApi\GptImage\GptImageClient;
$client = new GptImageClient();
$result = $client->textToImage->run([
'model' => 'gpt-image-1.5',
'prompt' => 'Generate a flat-design illustration of a team collaborating around a whiteboard, vibrant colors, clean lines.',
]);
require "runapi/gpt_image"
client = RunApi::GptImage::Client.new
result = client.text_to_image.run(
model: "gpt-image-1.5",
prompt: "Generate a flat-design illustration of a team collaborating around a whiteboard, vibrant colors, clean lines."
)
npx skills add runapi-ai/gpt-image -g
# Claude Code
claude mcp add runapi -s user -- npx -y @runapi.ai/mcp
# Codex
codex plugin install runapi-mcp@agents
# Cursor / Windsurf / VS Code
npx @runapi.ai/mcp init cursor
GPT Image is OpenAI's image generation model supporting both text-to-image and image editing creation with strong compositional control. It produces high-quality visuals across photorealistic and stylized outputs.
| Model ID | gpt-image-1.5 |
| Sağlayıcı | OpenAI |
| Modality | image |
| Görev türü | asynchronous |
| Faturalama birimi | call |
| API endpoint | /api/v1/gpt_image/text_to_image |
| Ticari lisans | Evet — API üzerinden dahil |
| Katalog durumu | Operasyonel |
Çıktı tipi, kalite eşiği ve gecikme hedefinize uygun model ve varyantı seçin.
RunAPI anahtarınızı ayarlayın ve model skill’i kod workspace’inize kurun.
Skill talimatlarını kullanarak model özelliğini uygulamanızın içine ekleyin.
Task ID ile sorgulayın, destekleniyorsa stream edin veya webhook callback’i işleyin.
GPT Image is OpenAI's image generation model, supporting text-to-image and image editing. Through RunAPI, all GPT Image endpoints share one key and per-call pricing.
Tek bir RunAPI anahtarı tüm kataloğu açar. Ayrı hesap yok, her entegrasyon için anahtar döndürme yok.
USD bazında çağrı başı fiyatlandırma, aylık faturalandırılır. Başarısız üretimler ücretlendirilmez.
Tipli şemalar ve kurulum notları model skill içinde paketlenir; uygulama doğru kontrattan başlar.
Metinden görsele ve görsel düzenleme. İkisi de kompozisyon talimatları içeren ayrıntılı metin prompt'larını kabul eder.
GPT Image follows spatial layout instructions in your prompt — you can specify where objects appear, relative sizes, and arrangement within the frame.
3 fixed sizes up to 1536 pixels. The text-to-image endpoint also supports transparent PNG output.
GPT Image 2 is the newer model with near-perfect multilingual text rendering and up to 4K output. GPT Image is the prior generation with strong compositional control.
Yes — the image editing endpoint accepts a source image and modifies it based on your text prompt, acting as an image editing tool.
Kalite beklentinizi karşılayan en uygun fiyatlı varyantı seçin. Çoğu ekip hızlı varyantla başlar ve üretimde pro sürüme geçer.