Ideogram Modele AI
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.
- Jeden klucz API współdzielony między providerami
- Model skille przenoszą dokumentację i schematy do Twojego workspace
- Rozliczenie za wywołanie, bez zobowiązań
- Nieudane generacje nie są naliczane
Co wyróżnia
Wszystkie modele od Ideogram
Zainstaluj model skill Ideogram.
Wybierz model i dodaj jego skill, aby narzędzie do kodowania miało dokumentację, schematy, notatki cenowe i kroki setupu.
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
Każda wariacja od Ideogram
| Model | Variant | Billing | From | |
|---|---|---|---|---|
|
Ideogram V3
|
ideogram-v3-character | call | $0.180 | Zobacz → |
| ideogram-v3-character-edit | call | $0.180 | Zobacz → | |
| ideogram-v3-character-remix | call | $0.180 | Zobacz → | |
| ideogram-v3-edit | call | $0.070 | Zobacz → | |
| ideogram-v3-reframe | call | $0.070 | Zobacz → | |
| ideogram-v3-remix | call | $0.070 | Zobacz → | |
| ideogram-v3-text-to-image | call | $0.070 | Zobacz → |
Najczęściej zadawane pytania o Ideogram
Czy to oficjalna integracja Ideogram?
RunAPI udostępnia zarządzany interfejs API z przejrzystym cennikiem, możliwościami i zachowaniem błędów.
Czy potrzebuję konta Ideogram?
Nie — wystarczy Twój klucz RunAPI, aby korzystać z zarządzanego dostępu.
Jaki jest narzut opóźnienia związany z proxy?
Zazwyczaj poniżej 20 ms. RunAPI utrzymuje warstwę proxy blisko regionów wykonywania modeli.
Czy obrazy / filmy są buforowane?
Wygenerowane wyniki są zapisywane i dostępne do pobrania po ID zadania. Dane wejściowe nie są buforowane.
Czy mogę użyć własnego klucza?
Na ten moment nie — wywołania korzystają z dostępu zarządzanego przez RunAPI.