---
title: "ideogram-v3-character API — Ideogram V3 요금 및 스펙"
url: "https://runapi.ai/ko/models/ideogram-v3/character.md"
canonical: "https://runapi.ai/ko/models/ideogram-v3/character.md"
locale: "ko"
model: "Ideogram V3"
provider: "Ideogram"
variant_id: "ideogram-v3-character"
sdk_model_id: "ideogram-v3-character"
modality: "image"
price_from_cents: 18
billing_unit: "call"
status: "active"
---

# Ideogram V3 ideogram-v3-character API

RunAPI로 Ideogram V3 패밀리의 ideogram-v3-character를 사용하세요. 호출당 요금, 구독 없음, 실패한 생성은 과금되지 않습니다.

## Pricing

**$0.180** per call

실패한 생성은 과금되지 않습니다

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `ideogram-v3-character` |
| Provider | Ideogram |
| Modality | image |
| Task type | asynchronous |
| Billing unit | call |
| API endpoint | `/api/v1/ideogram_v3/text_to_image` |
| Status | active |

## Request example

```json
{
  "model": "ideogram-v3-character",
  "prompt": "상단에 볼드 세리프 폰트로 제목이 있고 배경에 우주 정거장이 있는 'The Last Frontier' 영화 포스터를 만들어 주세요."
}
```

## Install the skill

```sh
npx skills add runapi-ai/ideogram-v3 -g
```

The skill gives your coding tool the model docs, schemas, pricing notes, and setup steps needed to add Ideogram V3 ideogram-v3-character features to an application.

```json
{
  "model": "ideogram-v3-character"
}
```

## FAQ

### %{variant}는 어떻게 선택하나요?

quickstart에 표시된 모델 ID를 전달하세요.

### 가격은 사용량 기반인가요?

네. 호출 또는 단위 기준으로 측정됩니다.


## Related

Other Ideogram V3 variants:

- [ideogram-v3-character-edit](https://runapi.ai/ko/models/ideogram-v3/character-edit.md) — `character-edit` · $0.180
- [ideogram-v3-character-remix](https://runapi.ai/ko/models/ideogram-v3/character-remix.md) — `character-remix` · $0.180
- [ideogram-v3-edit](https://runapi.ai/ko/models/ideogram-v3/edit.md) — `edit` · $0.070
- [ideogram-v3-reframe](https://runapi.ai/ko/models/ideogram-v3/reframe.md) — `reframe` · $0.070
- [ideogram-v3-remix](https://runapi.ai/ko/models/ideogram-v3/remix.md) — `remix` · $0.070
- [ideogram-v3-text-to-image](https://runapi.ai/ko/models/ideogram-v3/text-to-image.md) — `text-to-image` · $0.070
