Ideogram Modelli IA
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.
- Una sola API key condivisa tra i provider
- I model skill portano documentazione e schema nel tuo workspace
- Fatturazione per chiamata, senza impegno
- Le generazioni non riuscite non vengono addebitate
Cosa spicca
Tutti i modelli di Ideogram
Installa un model skill Ideogram.
Scegli un modello e aggiungi il suo skill così il tuo editor ha documentazione, schema, note prezzi e passaggi di setup.
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
Tutte le varianti di Ideogram
| Model | Variant | Billing | From | |
|---|---|---|---|---|
|
Ideogram V3
|
ideogram-v3-character | call | $0.180 | Visualizza → |
| ideogram-v3-character-edit | call | $0.180 | Visualizza → | |
| ideogram-v3-character-remix | call | $0.180 | Visualizza → | |
| ideogram-v3-edit | call | $0.070 | Visualizza → | |
| ideogram-v3-reframe | call | $0.070 | Visualizza → | |
| ideogram-v3-remix | call | $0.070 | Visualizza → | |
| ideogram-v3-text-to-image | call | $0.070 | Visualizza → |
Domande frequenti su Ideogram
È un'integrazione ufficiale di Ideogram?
RunAPI espone una superficie API gestita con prezzi, capacità e comportamento degli errori trasparenti.
Mi serve un account Ideogram?
No — la tua chiave RunAPI è sufficiente per l’accesso gestito.
Qual è l’overhead di latenza del proxying?
In genere sotto i 20 ms. RunAPI mantiene il layer proxy vicino alle regioni di esecuzione del modello.
Le immagini / i video vengono cachati?
Gli output generati vengono salvati e possono essere recuperati tramite task ID. Gli input non vengono cachati.
Posso usare una mia chiave?
Al momento no — le chiamate usano l’accesso gestito da RunAPI.