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

Image Google

Imagen 4 API

Imagen 4 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/imagen_4/text_to_image \
  -H "Authorization: Bearer $RUNAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "imagen-4-ultra",
  "prompt": "Generate a product hero image of a matte-black water bottle on a beige stone surface, soft side light, 2K."
}'
import { Imagen4Client } from "@runapi.ai/imagen-4";

const client = new Imagen4Client();
const result = await client.textToImage.run({
    model: "imagen-4-ultra",
    prompt: "Generate a product hero image of a matte-black water bottle on a beige stone surface, soft side light, 2K.",
});
<?php

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

use RunApi\Imagen4\Imagen4Client;

$client = new Imagen4Client();
$result = $client->textToImage->run([
        'model' => 'imagen-4-ultra',
        'prompt' => 'Generate a product hero image of a matte-black water bottle on a beige stone surface, soft side light, 2K.',
]);
require "runapi/imagen_4"

client = RunApi::Imagen4::Client.new
result = client.text_to_image.run(
    model: "imagen-4-ultra",
    prompt: "Generate a product hero image of a matte-black water bottle on a beige stone surface, soft side light, 2K."
)
npx skills add runapi-ai/imagen-4 -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/imagen-4 v1
OVERVIEW

Imagen 4 hakkında

Imagen 4 is Google's photorealistic image generation model with strong typography rendering and support for resolutions up to 2K. It produces detailed, true-to-life images with accurate color and lighting.

Sağlayıcı
Google
Modality
Image

Tüm API varyantlarını karşılaştırın

Varyant Faturalandırma Fiyatlandırma
imagen-4 call $0.080 Gör →
imagen-4-fast call $0.040 Gör →
imagen-4-pro-remix-image call $0.240 Gör →
imagen-4-ultra call $0.120 Gör →
PRICING

Imagen 4 Fiyatlandırması

Endpoint Çözünürlük Süre Fiyat
text_to_image $0.08 / image

imagen-4 için gösterilen fiyatlar. Diğer varyantlar kendi endpoint fiyatlandırmalarını korur.

Agent entegrasyonu

Imagen 4 modelini bir agent ile çalıştırın

NASIL ÇALIŞIR

Imagen 4 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

Imagen 4 API nedir?

Imagen 4, Google'ın en yeni metinden görsele modelidir ve geniş stil desteğiyle foto-gerçekçi sonuçlar sunar. RunAPI üzerinden her Imagen 4 varyantı tek bir API anahtarını paylaşır.

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

Imagen 4 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.

Imagen 4 Hakkında Sorular

What is the maximum output resolution?

Up to 2K resolution natively. The ultra variant pushes quality further for brand and marketing use.

How do the fast, standard, and ultra variants differ?

Fast generates in ~2.7 seconds for drafts. Standard balances quality and cost. Ultra delivers maximum photorealism for final production assets.

How accurate is text rendering in Imagen 4?

Imagen 4 has strong typography support — it reliably renders short text like brand names, labels, and headlines within images.

What is the pro remix image variant for?

It takes source images as style or content seeds and generates a new image guided by both the sources and your text prompt.

Does Imagen 4 support transparent backgrounds?

Not natively. For transparent backgrounds, generate the image and then use a background removal tool like Recraft.

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

Imagen 4 API’yi sevdiyseniz, bunları deneyin

Imagen 4 API ile geliştirmeye başlayın.