VARIANT · Ideogram / Ideogram V3

ideogram-v3-text-to-image API

Ideogram / Ideogram V3

RunAPI üzerinden Ideogram V3 ailesinden ideogram-v3-text-to-image kullanın. Çağrı başına fiyatlandırma, abonelik yok ve başarısız üretimler hiçbir zaman ücretlendirilmez.

Operasyonel · image · Ticari kullanım uygun
runapi.ai
curl -X POST https://runapi.ai/api/v1/ideogram_v3/text_to_image \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "ideogram-v3-text-to-image",
  "prompt": "Create a movie poster for 'The Last Frontier' with the title in bold serif at the top, a space station in the background."
}'
import { IdeogramV3Client } from "@runapi.ai/ideogram-v3";

const client = new IdeogramV3Client();
const result = await client.textToImage.run({
    model: "ideogram-v3-text-to-image",
    prompt: "Create a movie poster for 'The Last Frontier' with the title in bold serif at the top, a space station in the background.",
});
<?php

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

use RunApi\IdeogramV3\IdeogramV3Client;

$client = new IdeogramV3Client();
$result = $client->textToImage->run([
        'model' => 'ideogram-v3-text-to-image',
        'prompt' => 'Create a movie poster for \'The Last Frontier\' with the title in bold serif at the top, a space station in the background.',
]);
require "runapi/ideogram_v3"

client = RunApi::IdeogramV3::Client.new
result = client.text_to_image.run(
    model: "ideogram-v3-text-to-image",
    prompt: "Create a movie poster for 'The Last Frontier' with the title in bold serif at the top, a space station in the background."
)
npx skills add runapi-ai/ideogram-v3 -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/ideogram-v3 v1
Varyantı değiştir
OVERVIEW

ideogram-v3-text-to-image, Ideogram V3 ailesi içinde kalite ve maliyet arasında ideal dengeyi hedefler.

  • USD bazında çağrı başı fiyatlandırma
  • Başarısız üretimler ücretlendirilmez
  • Model destekliyorsa streaming
  • Model skill kurulumu
PRICING

Fiyatlandırma

Başarısız üretimler ücretlendirilmez
Text to image
$0.04-$0.10 / image
Rendering speed: turbo $0.04
Rendering speed: quality $0.10
Rendering speed: balanced $0.07
TEKNİK ÖZELLİKLER

Teknik detaylar

Model ID ideogram-v3-text-to-image
Sağlayıcı Ideogram
Modality image
Görev türü asynchronous
Faturalama birimi call
API endpoint /api/v1/ideogram_v3/text_to_image
Ticari lisans Evet — API üzerinden dahil
Katalog durumu Operasyonel
SKILLS

Hızlı başlangıç — ideogram-v3-text-to-image

Aynı yapı · varyant model içinde sabitlenmiş

# Install the model skill for app development workflows
npx skills add runapi-ai/ideogram-v3 -g
Installs docs, schemas, pricing context, and setup notes into your developer workspace.
Or use this setup request in your coding tool:
Install the Ideogram V3 skill for this app:

1. Add runapi-ai/ideogram-v3 with the skills installer.
2. Load SKILL.md in this workspace.
3. Use its docs, schemas, pricing notes, and setup steps when adding model features.
4. Confirm the install path when done.
NASIL ÇALIŞIR

ideogram-v3-text-to-image kullanmanın dört adımı

01

Kurulum

Bu model hattı için model skill’i kurun.

02

Yapılandır

Model alanını, bu sayfada görünen tam model ID’si olarak ayarlayın.

03

Çağır

İsteminiz, girişleriniz ve callback ayarlarınızla tiplenmiş bir istek gönderin.

04

Al

Görev yanıtını, webhook callback’ini veya RunAPI’den önbelleğe alınmış çıktı URL’sini okuyun.

DIFFERENCES

ideogram-v3-text-to-image için fark ne?

VS IDEOGRAM-V3-CHARACTER

Strong in-image text accuracy; best for typography-heavy images

Character-reference generation with one anchored identity image

VS IDEOGRAM-V3-CHARACTER-EDIT

Strong in-image text accuracy; best for typography-heavy images

Inpaint while preserving the referenced character identity

VS IDEOGRAM-V3-CHARACTER-REMIX

Strong in-image text accuracy; best for typography-heavy images

Remix a source image with character and style references

KULLANIM SENARYOLARI

En uygun kullanım alanları

Ürün fotoğrafçılığı

Stüdyo çekimi olmayan e-ticaret katalogları için yaşam tarzı ürün fotoğraflarını otomatik üretin.

Oyun ve konsept sanatı

Final sanat çalışmasına geçmeden önce ortam ve karakter konseptlerini hızla oluşturun.

Editoryal illüstrasyon

Blog yazıları ve makaleler için ölçekli şekilde özgün kapak görselleri ve illüstrasyonlar üretin.

FAQ

ideogram-v3-text-to-image hakkında sık sorulan sorular

Model ID sürümler arasında sabit kalıyor mu?

RunAPI, model ID'yi sabit tutar ve istek yapınızı değiştirmeden uyumlu sürüm yenilemelerini yönetir.

Bu varyantta hız limiti nedir?

Anahtar bazlı hız limitleri kullanım kademesine göre ölçeklenir. Güncel limitler için fiyatlandırma sayfasına bakın.

Daha sonra varyant değiştirebilir miyim?

Evet — varyant bir bayraktır. model parametresini değiştirerek geçiş yapın.

Streaming destekliyor mu?

Streaming उपलब्ध olduğunda RunAPI uçtan uca stream eder.

Kalite sorunlarını nereye bildirebilirim?

Herkese açık GitHub reposunda bir issue açın veya desteğe e-posta gönderin.

ŞİMDİ BAŞLAYIN

Ideogram V3 ile geliştirmeye başlayın.