ideogram-v3-character-remix API
Korzystaj z ideogram-v3-character-remix z rodziny Ideogram V3 przez RunAPI. Cennik za wywołanie, bez subskrypcji — nieudane generacje nie są rozliczane.
curl -X POST https://runapi.ai/api/v1/ideogram_v3/remix_image \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "ideogram-v3-character-remix",
"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.remixImage.run({
model: "ideogram-v3-character-remix",
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->remixImage->run([
'model' => 'ideogram-v3-character-remix',
'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.remix_image.run(
model: "ideogram-v3-character-remix",
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-character-remix trafia w optymalny punkt między jakością a kosztem w rodzinie Ideogram V3.
- Cennik za wywołanie w USD
- Nieudane generacje nie są rozliczane
- Streaming, gdy jest obsługiwany przez model
- Setup model skilla
Cennik
Szczegóły techniczne
| ID modelu | ideogram-v3-character-remix |
| Dostawca | Ideogram |
| Modalność | image |
| Typ zadania | asynchronous |
| Jednostka rozliczeniowa | call |
| API endpoint | /api/v1/ideogram_v3/remix_image |
| Licencja komercyjna | Tak — wliczona przez API |
| Status katalogu | Operacyjny |
Szybki start — ideogram-v3-character-remix
Ten sam format · wariant przypięty w modelu
# 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.
Użyj ideogram-v3-character-remix w czterech krokach
Instalacja
Zainstaluj model skill dla tej linii modeli.
Konfiguracja
Ustaw pole model na pełny identyfikator modelu widoczny na tej stronie.
Wywołanie
Wyślij typowane żądanie z promptem, danymi wejściowymi i ustawieniami callbacku.
Odbiór
Odczytaj odpowiedź zadania, webhook callback lub adres URL zapisanego wyniku z RunAPI.
Co wyróżnia ideogram-v3-character-remix
Remix a source image with character and style references
Character-reference generation with one anchored identity image
Remix a source image with character and style references
Inpaint while preserving the referenced character identity
Remix a source image with character and style references
Targeted editing while preserving text accuracy
Najlepiej sprawdza się w
Fotografia produktowa
Automatycznie generuj lifestyle’owe zdjęcia produktów do katalogów e-commerce, które nie mają sesji studyjnych.
Game art i concept art
Szybko twórz koncepcje środowisk i postaci, zanim przejdziesz do finalnej grafiki.
Ilustracja redakcyjna
Generuj unikalne okładki i ilustracje do wpisów blogowych oraz artykułów na dużą skalę.
Najczęściej zadawane pytania o ideogram-v3-character-remix
Czy identyfikator modelu jest stały między wersjami?
RunAPI utrzymuje stały identyfikator modelu i obsługuje zgodne odświeżenia wersji bez zmiany kształtu żądania.
Jaki jest limit rate limit dla tej warianty?
Limity na klucz skalują się wraz z poziomem wykorzystania. Aktualne limity znajdziesz na stronie cennika.
Czy mogę później zmienić wariant?
Tak — wariant to flaga. Zmieniasz go, aktualizując parametr model.
Czy obsługuje streaming?
Tam, gdzie streaming jest dostępny, RunAPI streamuje end-to-end.
Gdzie zgłaszać problemy z jakością?
Otwórz issue w publicznym repo na GitHubie albo napisz do supportu.