ideogram-v3-reframe API
Ideogram / Ideogram V3
RunAPI から Ideogram V3 ファミリーの ideogram-v3-reframe を利用できます。従量課金、サブスクリプション不要、失敗した生成は課金されません。
稼働中
·
image
·
商用利用対応
curl -X POST https://runapi.ai/api/v1/ideogram_v3/reframe_image \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "ideogram-v3-reframe",
"prompt": "「The Last Frontier」のムービーポスターを作成してください。上部に太字のセリフ体でタイトル、背景に宇宙ステーション。"
}'
import { IdeogramV3Client } from "@runapi.ai/ideogram-v3";
const client = new IdeogramV3Client();
const result = await client.reframeImage.run({
model: "ideogram-v3-reframe",
prompt: "「The Last Frontier」のムービーポスターを作成してください。上部に太字のセリフ体でタイトル、背景に宇宙ステーション。",
});
<?php
require __DIR__ . "/vendor/autoload.php";
use RunApi\IdeogramV3\IdeogramV3Client;
$client = new IdeogramV3Client();
$result = $client->reframeImage->run([
'model' => 'ideogram-v3-reframe',
'prompt' => '「The Last Frontier」のムービーポスターを作成してください。上部に太字のセリフ体でタイトル、背景に宇宙ステーション。',
]);
require "runapi/ideogram_v3"
client = RunApi::IdeogramV3::Client.new
result = client.reframe_image.run(
model: "ideogram-v3-reframe",
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
バリアント切替
概要
Ideogram V3 ideogram-v3-reframe は同じ RunAPI 認証、model skill ワークフロー、従量料金で利用できます。
- 統合 API key
- Model skill セットアップ
- モデル ID リファレンス
- 失敗した生成は課金されません
料金
料金
失敗した生成は課金されません
Reframe image
$0.04-$0.10
/ image
Rendering speed: turbo
$0.04
Rendering speed: quality
$0.10
Rendering speed: balanced
$0.07
仕様
仕様
| モデル ID | ideogram-v3-reframe |
| プロバイダー | Ideogram |
| モダリティ | image |
| タスク種別 | asynchronous |
| 課金 | call |
| Endpoint | /api/v1/ideogram_v3/reframe_image |
| 商用利用 | はい |
| カタログステータス | 稼働中 |
MODELS
モデルスキル — ideogram-v3-reframe
スキルを1回インストールし、構築中にこのページのバリアントIDを使用してください。
# Install the model skill for app development workflows
npx skills add runapi-ai/ideogram-v3 -g
Or use this setup request in your coding tool:
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.
仕組み
ideogram-v3-reframe の使い方
01
モデルを選ぶ
アプリのワークフローに合うモデルとバリアントを選びます。
02
モデル ID を渡す
リクエスト body にこのバリアント ID を指定します。
03
タスクを実行
リクエストを送信し、返された task ID を保存します。
04
出力を取得
タスク完了時にポーリングまたは callback で結果を受け取ります。
違い
ideogram-v3-reframe の比較
VS IDEOGRAM-V3-CHARACTER
プロンプトなしで画像のフレーミングとアスペクト比を変更
1枚のアンカーアイデンティティ画像によるキャラクター参照生成
VS IDEOGRAM-V3-CHARACTER-EDIT
プロンプトなしで画像のフレーミングとアスペクト比を変更
参照されたキャラクターのアイデンティティを保持しながらインペイント
VS IDEOGRAM-V3-CHARACTER-REMIX
プロンプトなしで画像のフレーミングとアスペクト比を変更
キャラクターとスタイル参照でソース画像をリミックス
ユースケース
このバリアントの用途
画像生成
テキスト prompt からビジュアルアセットを作成します。
編集
prompt に沿って既存画像を変換します。
バッチ制作
SDK で再現可能な生成を行います。
FAQ
ideogram-v3-reframe に関するよくある質問
ideogram-v3-reframe はどう選択しますか?
quickstart に表示されるモデル ID を渡してください。
料金は従量課金ですか?
はい。呼び出しまたは単位ごとの従量課金です。
その他の Ideogram V3 バリアント
ideogram-v3-edit
最安
edit
$0.070 / call
ideogram-v3-remix
remix
$0.070 / call
ideogram-v3-text-to-image
text-to-image
$0.070 / call
ideogram-v3-character
character
$0.180 / call
ideogram-v3-character-edit
character-edit
$0.180 / call
ideogram-v3-character-remix
character-remix
$0.180 / call
関連モデル
今すぐ開始