画像エディター

1.9クレジットから

AIで画像を編集します。スタイル変更、不要な物の削除、要素の調整から、全体の印象を一新する加工まで文章で指示できます。

未入力の項目: 編集する画像, 編集の指示

変更前 / 変更後Grok Imagine

サムイ島の修理店にあるボタニカル扇風機

Grok Imagine。自然言語の編集指示で古い卓上扇風機をバナナの葉のオブジェへ変え、道沿いの修理店はフォトリアルなまま保ちました。

0105

画像エディター API

このパイプラインをご自身のコードから呼び出せます。1回のリクエストで実行が始まり、モデルは独立したエンドポイントではなく入力フィールドです。

APIトークンを取得
個の入力
5
必須
2
料金
1.9 to 5.3 クレジット
言語
言語
bun add @pipe2-ai/sdk
パイプラインを実行
import { createClient } from "@pipe2-ai/sdk";

const client = createClient(process.env.PIPE2_TOKEN!);

const { run_pipeline } = await client.RunPipeline({
  pipeline_slug: "image-editor",
  input: {
    image_urls: ["https://example.com/product.jpg"],
    instructions: "Remove the background and place the product on a soft grey studio backdrop",
    model: "grok-imagine-image-quality",
  },
});

pip install pipe2
パイプラインを実行
import asyncio
import os

from pipe2 import Pipe2Client

client = Pipe2Client(token=os.environ["PIPE2_TOKEN"])

run = asyncio.run(client.run_pipeline(
    pipeline_slug="image-editor",
    input={
        "image_urls": ["https://example.com/product.jpg"],
        "instructions": "Remove the background and place the product on a soft grey studio backdrop",
        "model": "grok-imagine-image-quality",
    },
))

go get github.com/pipe2-ai/sdk-go
パイプラインを実行
client := pipe2.NewClient(os.Getenv("PIPE2_TOKEN"))

input := json.RawMessage(`{
  "image_urls": ["https://example.com/product.jpg"],
  "instructions": "Remove the background and place the product on a soft grey studio backdrop",
  "model": "grok-imagine-image-quality"
}`)

run, err := pipe2.RunPipeline(context.Background(), client, "image-editor", input)
if err != nil {
    log.Fatal(err)
}

brew install pipe2-ai/tap/pipe2
パイプラインを実行
pipe2 pipelines run \
  --pipeline image-editor \
  --input-json '{"image_urls": ["https://example.com/product.jpg"], "instructions": "Remove the background and place the product on a soft grey studio backdrop", "model": "grok-imagine-image-quality"}' \
  --wait

APIリファレンス全文 CLIリファレンス

よくある質問

どんな編集ができますか?
ほぼ何でも:オブジェクトの削除、背景の変更、スタイルの変更、要素の追加、ライティングと色の調整、あるいは画像の完全な再構想。
編集で元の構図は保持されますか?
はい。AIはあなたの画像をベースとして使い、記述した部分だけを修正します。変更を指示しない限り、構造と構図を保持します。
どのアスペクト比に対応していますか?
1:1(正方形)、16:9(横長)、9:16(縦長)、4:3(クラシック)、3:4(縦型)。
何クレジットかかりますか?
選ぶ品質レベルに応じて、1回の編集につき 1.9 to 5.3 クレジット。
他のパイプラインと連結できますか?
はい。出力画像を image-motion に送って動画にしたり、text-card でオーバーレイに使ったり、video-generator の開始フレームにしたりできます。

画像エディター: AI搭載の画像編集

変更したい内容を記述すれば、AIが画像を編集します。オブジェクトの削除、背景の変更、スタイルの変更、要素の追加、あるいは見た目の完全な変換、すべてテキストプロンプトから。

できること

  • オブジェクトの削除: 不要な要素をシームレスに消去
  • 背景の変更: 任意の背景を記述したシーンに差し替え
  • スタイル転送: 絵画、スケッチ、シネマティックなど任意のスタイルに変換
  • 要素の追加: オブジェクト、人物、エフェクトをシーンに挿入
  • カラーグレーディング: 言葉でムード、トーン、ライティングを調整

モデルを選ぶ

  • Grok Imagine: 最も低コストで自然言語による高速な編集
  • Grok Imagine Quality: より高い忠実度とディテールの保持
  • Gemini 3.1 Flash Image: 複数参照のディテールに対応した高い指示追従性
  • Gemini 3 Pro Image: 正確なテキストと複雑なレイアウト向けのプレミアム階層

他のパイプラインを見る

動画生成
from 9.5
動画生成
画像生成
0.2-6.4
画像生成
音声生成
0.002-40.0
音声生成
音楽生成
2.5-22.6
音楽生成