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 2 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_2/text_to_image \
-H "Authorization: Bearer $RUNAPI_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-image-2",
"prompt": "Generate a greeting card with '新年快乐 Happy New Year' in decorative calligraphy, gold and red theme."
}'
import { GptImage2Client } from "@runapi.ai/gpt-image-2";
const client = new GptImage2Client();
const result = await client.textToImage.run({
model: "gpt-image-2",
prompt: "Generate a greeting card with '新年快乐 Happy New Year' in decorative calligraphy, gold and red theme.",
});
<?php
require __DIR__ . "/vendor/autoload.php";
use RunApi\GptImage2\GptImage2Client;
$client = new GptImage2Client();
$result = $client->textToImage->run([
'model' => 'gpt-image-2',
'prompt' => 'Generate a greeting card with \'新年快乐 Happy New Year\' in decorative calligraphy, gold and red theme.',
]);
require "runapi/gpt_image_2"
client = RunApi::GptImage2::Client.new
result = client.text_to_image.run(
model: "gpt-image-2",
prompt: "Generate a greeting card with '新年快乐 Happy New Year' in decorative calligraphy, gold and red theme."
)
npx skills add runapi-ai/gpt-image-2 -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 2 is OpenAI's latest image generation model featuring near-perfect multilingual text rendering within generated images. It improves on instruction following and fine-grained visual detail over its predecessor.
| Model ID | gpt-image-2 |
| Sağlayıcı | OpenAI |
| Modality | image |
| Görev türü | asynchronous |
| Faturalama birimi | call |
| API endpoint | /api/v1/gpt_image_2/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 2 is OpenAI's newest image model, notable for near-perfect multilingual text rendering. Through RunAPI, both text-to-image and image editing endpoints share one key.
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.
GPT Image 2 birçok dilde metin oluşturur — İngilizce ve Latin alfabeleri için yaklaşık %99 doğruluk, Çince, Japonca, Korece ve Arapça gibi Latin dışı alfabelerde ise yaklaşık %95+ doğruluk.
Up to 4K resolution (in beta); standard output is 2K. Both text-to-image and image editing endpoints support high-resolution output.
Thinking mode lets the model reason about composition and layout before generating, improving accuracy for complex multi-element scenes and precise text placement.
It renders CJK characters, Arabic, Cyrillic, and other scripts with near-native accuracy — a significant improvement over prior image generation models.
Yes — generate from text, then refine with image editing. Both endpoints share the same API shape.
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.