It looks like you may prefer a different language. Switch anytime.

Image Ideogram

Ideogram V3 API

透過 RunAPI 使用 Ideogram V3 API,包含 model skill、統一驗證與按用量計費。

runapi.ai
curl -X POST https://runapi.ai/api/v1/ideogram_v3/text_to_image \
  -H "Authorization: Bearer $RUNAPI_API_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
@runapi.ai/ideogram-v3 v1
OVERVIEW

關於 Ideogram V3

Ideogram V3 is a text-to-image model with strong in-image text rendering accuracy, making it one of the most reliable models for generating images with legible typography. It also supports editing and remix workflows.

供應商
Ideogram
模式
Image

比較所有 API 變體

變體 計費 定價
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 查看 →
PRICING

Ideogram V3 定價

Endpoint 解析度 時長 價格
text_to_image $0.12-$0.24 / image

以下為 ideogram-v3-character 的定價。其他變體保留各自的 endpoint 定價。

Agent 整合

透過 Agent 執行 Ideogram V3

運作方式

開始使用 Ideogram V3

  1. 選擇模型

    挑選符合輸出類型、品質門檻與延遲目標的模型與變體。

  2. 設定

    設定 RunAPI key,並在 coding workspace 安裝 model skill。

  3. 開發

    使用 skill 指引,在你的 app 內加入模型功能。

  4. 接收

    透過 task ID 查詢、在支援時串流,或處理 webhook callback。

CONTEXT

Ideogram V3 API 是甚麼?

Ideogram V3 is purpose-built for typography in generated images, achieving strong text accuracy. Through RunAPI, all Ideogram V3 endpoints — generation, edit, and remix — share one key.

供應商
Ideogram
查看全部 →
模式
Image
瀏覽模型 →

為何透過 RunAPI 使用 Ideogram V3 API

一個驗證,對應所有 provider

一組 RunAPI key 即可解鎖整個 catalog。無需分開帳戶,亦無需為每個整合輪換密鑰。

統一定價與計費

按次以 USD 收費,每月結算。失敗的生成不會收費。

內含 schema 的 skill

型別化 schema 與 setup 備註打包在 model skill 內,讓實作從正確契約開始。

Ideogram V3 常見問題

How accurate is the in-image text rendering?

Among the highest text accuracy of any image generation model, especially for posters, logos, and signage.

What is the maximum output resolution?

Output resolution is configurable across landscape, portrait, and square aspect ratios.

How fast is generation?

A few seconds per image for the standard text-to-image endpoint.

What are the edit and remix modes?

Edit applies targeted modifications to a specific region of an existing image. Remix takes a reference image and regenerates it in a new style guided by your text prompt.

Does Ideogram V3 support multilingual text in images?

Yes — it can render text in multiple languages within generated images, though accuracy is highest for Latin-script languages.

我應該先用邊個版本?

先選最平而且符合你質素要求的版本。大多數團隊會先用快速版本,之後再升級到 pro 用於正式生產。

相似模型

如果你鍾意 Ideogram V3 API,可以試吓呢些

開始用 Ideogram V3 API 開發。