ideogram-v3-text-to-image API
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.
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-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
Fiyatlandırma
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 |
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
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.
ideogram-v3-text-to-image kullanmanın dört adımı
Kurulum
Bu model hattı için model skill’i kurun.
Yapılandır
Model alanını, bu sayfada görünen tam model ID’si olarak ayarlayın.
Çağır
İsteminiz, girişleriniz ve callback ayarlarınızla tiplenmiş bir istek gönderin.
Al
Görev yanıtını, webhook callback’ini veya RunAPI’den önbelleğe alınmış çıktı URL’sini okuyun.
ideogram-v3-text-to-image için fark ne?
Strong in-image text accuracy; best for typography-heavy images
Character-reference generation with one anchored identity image
Strong in-image text accuracy; best for typography-heavy images
Inpaint while preserving the referenced character identity
Strong in-image text accuracy; best for typography-heavy images
Remix a source image with character and style references
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.
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.