제공사

Ideogram AI 모델

Ideogram V3 — 타이포그래피와 디자인을 위한 업계 최고 수준의 이미지 내 텍스트 정확도를 갖춘 텍스트-투-이미지.

1 models · 7 variants · 최저 $0.070
개요

Ideogram은 정확한 이미지 내 텍스트 렌더링을 중점으로 한 텍스트-투-이미지 생성을 전문으로 합니다. V3는 포스터, 로고, 타이포그래피에서 약 90~95%의 텍스트 정확도를 달성하여 범용 이미지 모델보다 훨씬 앞서 있습니다.

  • 제공사 전체에 공유되는 하나의 API key
  • Model skill이 docs와 schema를 워크스페이스로 가져옵니다
  • 호출 단위 과금, 약정 없음
  • 실패한 생성은 과금되지 않습니다
기능

주요 특징

모델

Ideogram의 모든 모델

빠른 시작

Ideogram model skill 설치.

모델을 선택하고 skill을 추가하면 코딩 도구가 docs, schema, 가격 메모, 설정 단계를 참조할 수 있습니다.

runapi.ai
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": "상단에 볼드 세리프 폰트로 제목이 있고 배경에 우주 정거장이 있는 'The Last Frontier' 영화 포스터를 만들어 주세요."
}'
import { IdeogramV3Client } from "@runapi.ai/ideogram-v3";

const client = new IdeogramV3Client();
const result = await client.textToImage.run({
    model: "ideogram-v3-text-to-image",
    prompt: "상단에 볼드 세리프 폰트로 제목이 있고 배경에 우주 정거장이 있는 'The Last Frontier' 영화 포스터를 만들어 주세요.",
});
<?php

require __DIR__ . "/vendor/autoload.php";

use RunApi\IdeogramV3\IdeogramV3Client;

$client = new IdeogramV3Client();
$result = $client->textToImage->run([
        'model' => 'ideogram-v3-text-to-image',
        'prompt' => '상단에 볼드 세리프 폰트로 제목이 있고 배경에 우주 정거장이 있는 \'The Last Frontier\' 영화 포스터를 만들어 주세요.',
]);
require "runapi/ideogram_v3"

client = RunApi::IdeogramV3::Client.new
result = client.text_to_image.run(
    model: "ideogram-v3-text-to-image",
    prompt: "상단에 볼드 세리프 폰트로 제목이 있고 배경에 우주 정거장이 있는 'The Last Frontier' 영화 포스터를 만들어 주세요."
)
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
@runapi.ai/ideogram-v3 v1
레퍼런스

Ideogram의 모든 변형

전체 요금표 →
Model Variant Billing From
Ideogram V3
ideogram-v3-character call $0.180 보기 →
ideogram-v3-character-edit call $0.180 보기 →
ideogram-v3-character-remix call $0.180 보기 →
ideogram-v3-edit call $0.070 보기 →
ideogram-v3-reframe call $0.070 보기 →
ideogram-v3-remix call $0.070 보기 →
ideogram-v3-text-to-image call $0.070 보기 →
FAQ

Ideogram에 대한 자주 묻는 질문

공식 Ideogram 통합인가요?

RunAPI는 투명한 가격, 기능, 오류 동작을 가진 관리형 API 표면을 제공합니다.

Ideogram 계정이 필요한가요?

아니요. RunAPI key만 있으면 관리형 접근을 사용할 수 있습니다.

가격은 어떻게 청구되나요?

호출 또는 단위 기준으로 과금되며 실패한 생성은 청구되지 않습니다.

지금 시작

하나의 API로 Ideogram 모델을 호출하세요.