제공사
Recraft AI 모델
디자인 및 프로덕션 워크플로를 위한 AI 기반 선명한 업스케일링과 정밀한 배경 제거.
1 models
·
2 variants
·
최저 $0.010
Recraft의 모든 모델
1 models
개요
Recraft는 전문화된 이미지 처리 도구를 제공합니다: 아티팩트 없이 신경망으로 해상도를 향상하는 선명한 업스케일링과, 디자인 워크플로에 최적화된 정밀한 배경 제거.
- 제공사 전체에 공유되는 하나의 API key
- Model skill이 docs와 schema를 워크스페이스로 가져옵니다
- 호출 단위 과금, 약정 없음
- 실패한 생성은 과금되지 않습니다
기능
주요 특징
모델
Recraft의 모든 모델
빠른 시작
Recraft model skill 설치.
모델을 선택하고 skill을 추가하면 코딩 도구가 docs, schema, 가격 메모, 설정 단계를 참조할 수 있습니다.
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
레퍼런스
Recraft의 모든 변형
FAQ
Recraft에 대한 자주 묻는 질문
공식 Recraft 통합인가요?
RunAPI는 투명한 가격, 기능, 오류 동작을 가진 관리형 API 표면을 제공합니다.
Recraft 계정이 필요한가요?
아니요. RunAPI key만 있으면 관리형 접근을 사용할 수 있습니다.
가격은 어떻게 청구되나요?
호출 또는 단위 기준으로 과금되며 실패한 생성은 청구되지 않습니다.
지금 시작