Ideogram AI-modellen
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.
- Eén API-key gedeeld tussen providers
- Modelskills brengen docs en schema's naar je workspace
- Betalen per call, zonder verplichting
- Mislukte generaties worden niet in rekening gebracht
Wat opvalt
Alle modellen van Ideogram
Installeer een Ideogram modelskill.
Kies een model en voeg de skill toe zodat je codeertool docs, schema's, prijsnotities en setupstappen heeft.
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
Alle varianten van Ideogram
| Model | Variant | Billing | From | |
|---|---|---|---|---|
|
Ideogram V3
|
ideogram-v3-character | call | $0.180 | Bekijken → |
| ideogram-v3-character-edit | call | $0.180 | Bekijken → | |
| ideogram-v3-character-remix | call | $0.180 | Bekijken → | |
| ideogram-v3-edit | call | $0.070 | Bekijken → | |
| ideogram-v3-reframe | call | $0.070 | Bekijken → | |
| ideogram-v3-remix | call | $0.070 | Bekijken → | |
| ideogram-v3-text-to-image | call | $0.070 | Bekijken → |
Veelgestelde vragen over Ideogram
Is dit een officiële Ideogram-integratie?
RunAPI biedt een beheerde API-laag met transparante prijzen, mogelijkheden en foutgedrag.
Heb ik een Ideogram-account nodig?
Nee — je RunAPI-sleutel is genoeg voor beheerde toegang.
Wat is de extra latency door proxying?
Meestal onder de 20 ms. RunAPI houdt de proxylaag dicht bij de regio’s waar het model draait.
Worden afbeeldingen / video’s gecached?
Genereerde output wordt opgeslagen en is op te halen via task ID. Invoer wordt niet gecached.
Kan ik mijn eigen key gebruiken?
Nog niet — calls gebruiken RunAPI-beheerde toegang.