Ideogram AI Modelleri
Ideogram V3 — text-to-image with industry-leading in-image text accuracy for typography and design.
Ideogram specializes in text-to-image generation with an emphasis on accurate in-image text rendering. V3 achieves strong text accuracy for posters, logos, and typography — far ahead of general-purpose image models.
- Sağlayıcılar arasında paylaşılan tek API anahtarı
- Model skill’leri dokümanları ve şemaları workspace’inize taşır
- Çağrı başına faturalandırma, taahhüt yok
- Başarısız üretimler ücretlendirilmez
Öne çıkanlar
Ideogram içindeki tüm modeller
Bir Ideogram model skill’i kurun.
Bir model seçin ve skill’ini ekleyin; böylece kod aracınız dokümanlara, şemalara, fiyat notlarına ve kurulum adımlarına sahip olur.
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
Ideogram için tüm varyantlar
| Model | Variant | Billing | From | |
|---|---|---|---|---|
|
Ideogram V3
|
ideogram-v3-character | call | $0.180 | Gör → |
| ideogram-v3-character-edit | call | $0.180 | Gör → | |
| ideogram-v3-character-remix | call | $0.180 | Gör → | |
| ideogram-v3-edit | call | $0.070 | Gör → | |
| ideogram-v3-reframe | call | $0.070 | Gör → | |
| ideogram-v3-remix | call | $0.070 | Gör → | |
| ideogram-v3-text-to-image | call | $0.070 | Gör → |
Ideogram hakkında sık sorulan sorular
Bu resmi bir Ideogram entegrasyonu mu?
RunAPI, şeffaf fiyatlandırma, yetenekler ve hata davranışıyla yönetilen bir API yüzeyi sunar.
Bir Ideogram hesabına ihtiyacım var mı?
Hayır — yönetilen erişim için RunAPI anahtarınız yeterli.
Proxy üzerinden geçmenin gecikme etkisi nedir?
Genellikle 20 ms’nin altındadır. RunAPI, proxy katmanını model çalışma bölgelerine yakın tutar.
Görseller / videolar önbelleğe alınıyor mu?
Oluşturulan çıktılar saklanır ve görev kimliğiyle yeniden erişilebilir. Girdiler önbelleğe alınmaz.
Kendi anahtarımı kullanabilir miyim?
Şu anda değil — çağrılar RunAPI tarafından yönetilen erişimi kullanır.