---
title: "Ideogram AI 模型 — RunAPI API 与 Skill 接入"
url: "https://runapi.ai/zh-CN/providers/ideogram.md"
canonical: "https://runapi.ai/zh-CN/providers/ideogram.md"
locale: "zh-CN"
provider: "Ideogram"
line_count: 1
variant_count: 7
---

# Ideogram

Ideogram V3 — 图内文字准确率业界领先的文生图，适用于排版和设计。

Ideogram 专注于图内文字准确的文生图。V3 在海报、Logo 和排版场景中实现约 90–95% 的文字准确率，远超通用图像模型。

## Models

- [Ideogram V3](https://runapi.ai/zh-CN/models/ideogram-v3.md) — Image, 7 variants · from $0.070

## Variants

| Model | Variant | Billing | Starting price | URL |
|---|---|---|---|---|
| Ideogram V3 | `character` | call | $0.180 | https://runapi.ai/zh-CN/models/ideogram-v3/character.md |
| Ideogram V3 | `character-edit` | call | $0.180 | https://runapi.ai/zh-CN/models/ideogram-v3/character-edit.md |
| Ideogram V3 | `character-remix` | call | $0.180 | https://runapi.ai/zh-CN/models/ideogram-v3/character-remix.md |
| Ideogram V3 | `edit` | call | $0.070 | https://runapi.ai/zh-CN/models/ideogram-v3/edit.md |
| Ideogram V3 | `reframe` | call | $0.070 | https://runapi.ai/zh-CN/models/ideogram-v3/reframe.md |
| Ideogram V3 | `remix` | call | $0.070 | https://runapi.ai/zh-CN/models/ideogram-v3/remix.md |
| Ideogram V3 | `text-to-image` | call | $0.070 | https://runapi.ai/zh-CN/models/ideogram-v3/text-to-image.md |


## Install a model skill

```sh
npx skills add runapi-ai/<line> -g
```

Replace `<line>` with a model slug from this provider, then use the skill docs, schemas, pricing notes, and setup steps while adding the model feature.

## FAQ

### 这是 %{provider} 官方集成吗？

RunAPI 提供托管 API 接入，定价、能力和错误行为都清晰透明。

### 需要单独的 %{provider} 账号吗？

不需要——RunAPI key 即可使用托管接入。

### 代理会带来多少延迟？

一般在 20 ms 以内。RunAPI 会让代理层尽量靠近模型执行区域。

### 输出会缓存吗？

输出按任务 ID 存储在 R2 供回取。输入不缓存。

### 能自带 key 吗？

目前不支持——调用使用 RunAPI 托管接入。

