プロバイダー

Recraft AI モデル

デザインと制作ワークフロー向けのAI搭載のクリスプアップスケーリングと精確な背景除去。

1 models · 2 variants · から $0.010
概要

Recraftは専門的な画像処理ツールを提供しています:アーティファクトなしにニューラルネットワークを使用して解像度を向上させるクリスプアップスケーリングと、デザインワークフローのために最適化された精確な背景除去。

  • 全プロバイダー共通の API key
  • Model skill が docs と schema を作業環境に持ち込みます
  • 呼び出し単位の課金、契約不要
  • 失敗した生成は課金されません
機能

注目ポイント

モデル

Recraft の全モデル

クイックスタート

Recraft の model skill をインストール。

モデルを選んで skill を追加すると、コードツールが docs、schema、料金メモ、セットアップ手順を参照できます。

runapi.ai
curl -X POST https://runapi.ai/api/v1/recraft/upscale_image \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "recraft-remove-background",
  "image_url": "https://cdn.runapi.ai/public/samples/upscale.jpg"
}'
import { RecraftClient } from "@runapi.ai/recraft";

const client = new RecraftClient();
const result = await client.upscaleImage.run({
    model: "recraft-remove-background",
    image_url: "https://cdn.runapi.ai/public/samples/upscale.jpg",
});
<?php

require __DIR__ . "/vendor/autoload.php";

use RunApi\Recraft\RecraftClient;

$client = new RecraftClient();
$result = $client->upscaleImage->run([
        'model' => 'recraft-remove-background',
        'image_url' => 'https://cdn.runapi.ai/public/samples/upscale.jpg',
]);
require "runapi/recraft"

client = RunApi::Recraft::Client.new
result = client.upscale_image.run(
    model: "recraft-remove-background",
    image_url: "https://cdn.runapi.ai/public/samples/upscale.jpg"
)
npx skills add runapi-ai/recraft -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/recraft v1
リファレンス

Recraft の全バリアント

料金表を見る →
Model Variant Billing From
Recraft
recraft-crisp-upscale call $0.010 見る →
recraft-remove-background call $0.010 見る →
FAQ

Recraft に関するよくある質問

これは Recraft の公式連携ですか?

RunAPI は、料金、機能、エラー挙動が明確なマネージド API サーフェスを提供します。

Recraft アカウントは必要ですか?

いいえ。RunAPI key だけでマネージドアクセスを利用できます。

料金はどう請求されますか?

呼び出しまたは単位ごとの従量課金で、失敗した生成は課金されません。

今すぐ開始

1つの API から Recraft モデルを呼び出す。