It looks like you may prefer a different language. Switch anytime.

Image OpenAI

GPT-4o Image API

GPT-4o Image API’sini RunAPI üzerinden model skill, birleşik kimlik doğrulama ve kullandıkça öde fiyatlandırmayla kullanın.

runapi.ai
curl -X POST https://runapi.ai/api/v1/gpt_4o_image/text_to_image \
  -H "Authorization: Bearer $RUNAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "gpt-4o-image",
  "prompt": "Based on our conversation about the brand redesign, generate a mockup of the new homepage hero section."
}'
import { Gpt4oImageClient } from "@runapi.ai/gpt-4o-image";

const client = new Gpt4oImageClient();
const result = await client.textToImage.run({
    model: "gpt-4o-image",
    prompt: "Based on our conversation about the brand redesign, generate a mockup of the new homepage hero section.",
});
<?php

require __DIR__ . "/vendor/autoload.php";

use RunApi\Gpt4oImage\Gpt4oImageClient;

$client = new Gpt4oImageClient();
$result = $client->textToImage->run([
        'model' => 'gpt-4o-image',
        'prompt' => 'Based on our conversation about the brand redesign, generate a mockup of the new homepage hero section.',
]);
require "runapi/gpt_4o_image"

client = RunApi::Gpt4oImage::Client.new
result = client.text_to_image.run(
    model: "gpt-4o-image",
    prompt: "Based on our conversation about the brand redesign, generate a mockup of the new homepage hero section."
)
npx skills add runapi-ai/gpt-4o-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
@runapi.ai/gpt-4o-image v1
OVERVIEW

GPT-4o Image hakkında

GPT-4o Image enables native image generation directly within GPT-4o conversations, combining language understanding with visual creation in a single model. It interprets conversational context to produce contextually accurate images.

Sağlayıcı
OpenAI
Modality
Image
PRICING

Fiyatlandırma

Başarısız üretimler ücretlendirilmez
Text to image
$0.06-$0.24 / image
2 images $0.12
4 images $0.24
TEKNİK ÖZELLİKLER

Teknik detaylar

Model ID gpt-4o-image
Sağlayıcı OpenAI
Modality image
Görev türü asynchronous
Faturalama birimi call
API endpoint /api/v1/gpt_4o_image/text_to_image
Ticari lisans Evet — API üzerinden dahil
Katalog durumu Operasyonel
Agent entegrasyonu

GPT-4o Image modelini bir agent ile çalıştırın

NASIL ÇALIŞIR

GPT-4o Image ile Başlayın

  1. Modeli seçin

    Çıktı tipi, kalite eşiği ve gecikme hedefinize uygun model ve varyantı seçin.

  2. Yapılandır

    RunAPI anahtarınızı ayarlayın ve model skill’i kod workspace’inize kurun.

  3. Geliştirin

    Skill talimatlarını kullanarak model özelliğini uygulamanızın içine ekleyin.

  4. Al

    Task ID ile sorgulayın, destekleniyorsa stream edin veya webhook callback’i işleyin.

CONTEXT

GPT-4o Image API nedir?

GPT-4o Image integrates visual creation natively into GPT-4o, combining reasoning with generation. Through RunAPI, it shares the same API access and billing as all OpenAI models.

Sağlayıcı
OpenAI
Tümünü gör →
Modality
Image
Modelleri keşfet →

GPT-4o Image API neden RunAPI üzerinden kullanılmalı

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.

Birleşik fiyatlandırma ve faturalandırma

USD bazında çağrı başı fiyatlandırma, aylık faturalandırılır. Başarısız üretimler ücretlendirilmez.

Şemalı skill

Tipli şemalar ve kurulum notları model skill içinde paketlenir; uygulama doğru kontrattan başlar.

GPT-4o Image Hakkında Sorular

What makes GPT-4o Image different from GPT Image?

GPT-4o Image generates images natively within the GPT-4o conversation, using conversational context to inform the image. GPT Image is a standalone generation endpoint.

How does conversational context help?

The model uses the full conversation history to understand what you want — you can iteratively refine images by describing changes in natural language.

How many objects can it handle in one image?

GPT-4o Image handles many distinct objects in a single scene while maintaining compositional coherence and object identity.

Can I edit a previously generated image?

Yes — describe the changes in the conversation and the model modifies the existing image while preserving the rest of the scene.

Is it good for iterative design workflows?

Yes — the conversational interface makes it natural to iterate: generate, review, describe adjustments, and regenerate without rewriting the full prompt.

Hangi varyantla başlamalıyım?

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.

BENZER MODELLER

GPT-4o Image API’yi sevdiyseniz, bunları deneyin

GPT-4o Image API ile geliştirmeye başlayın.

Endpoint'ler

  • text_to_image

Aynı kategori

Bu sağlayıcıdan

Dokümanlar