---
title: "Recraft API — バリアント、料金、model skill"
url: "https://runapi.ai/ja/models/recraft.md"
canonical: "https://runapi.ai/ja/models/recraft.md"
locale: "ja"
model: "Recraft"
provider: "Recraft"
modality: "utility"
variant_count: 2
price_from_cents: 1
---

# Recraft API

デザインと制作ワークフロー向けのAI画像アップスケーリングと背景除去のためにRecraft APIにアクセスできます。

**Provider:** Recraft
**Modality:** Utility
**Catalog:** 2 variants

RecraftはAI搭載のクリスプ画像アップスケーリングと正確な背景除去を提供しています。そのモデルは商品、ポートレート、デザイン画像のクリーンなエッジ検出とアーティファクトフリーな処理のために最適化されています。

## Variants

| Version | Variant | Pricing | Billing | URL |
|---|---|---|---|---|
| recraft-crisp-upscale | `crisp-upscale` | $0.010 | call | https://runapi.ai/ja/models/recraft/crisp-upscale.md |
| recraft-remove-background | `remove-background` | $0.010 | call | https://runapi.ai/ja/models/recraft/remove-background.md |


## Install the skill

```sh
npx skills add runapi-ai/recraft -g
```

The skill gives your coding tool the model docs, schemas, pricing notes, and setup steps needed to add Recraft features to an application.

## Context

Recraftはデザインワークフロー向けの専門的な画像処理ツールを提供しています。RunAPI経由では、crisp upscaleと背景除去の両エンドポイントが1つのキーと呼び出し単位の課金を共有します。

## FAQ

### このモデルはどう呼び出しますか？

model skill をインストールし、RunAPI key とセットアップメモに従ってください。

### 失敗した生成は課金されますか？

失敗した生成は課金されません

### アプリケーションから呼び出せますか？

はい。コード作業環境に model skill をインストールし、モデル機能を追加するときに利用してください。

