Skip to main content
Core.Today
Model APIs

Image Tools

배경 제거, 업스케일, 얼굴 복원 등 이미지 후처리 유틸리티 API입니다. 이미지 생성은 Image Generation 문서에서 다룹니다.

Give this page to your AI — all model specs as LLM-friendly text
llms.txt ↗

모델 비교표

모델크레딧유형특징
851-labs/background-remover1배경 제거851 Labs, 빠른 처리
lucataco/remove-bg1배경 제거lucataco, 빠른 처리
men1scus/birefnet5배경 제거BiRefNet, 빠른 처리
nightmareai/real-esrgan5업스케일/복원Real-ESRGAN, 빠른 처리
tencentarc/gfpgan6업스케일/복원Tencent ARC, 빠른 처리
sczhou/codeformer8업스케일/복원CodeFormer, 빠른 처리
prunaai/p-image-upscale12업스케일/복원Pruna AI, 최고 품질
recraft-ai/recraft-crisp-upscale14업스케일/복원Recraft, 빠른 처리
bria/remove-background32배경 제거Bria AI, 빠른 처리
google/upscaler46업스케일/복원Google, 빠른 처리
philz1337x/clarity-upscaler60업스케일/복원Clarity, 최고 품질
bria/increase-resolution93업스케일/복원Bria, 빠른 처리
topazlabs/image-upscale190업스케일/복원Topaz Labs, 최고 품질

모두 이미지 URL 하나로 시작하는 이미지-투-이미지 유틸리티입니다. 파일은 POST /v1/files/upload-url로 업로드한 뒤 해당 URL을 입력으로 사용하세요.

모델 상세 정보

각 모델의 상세한 파라미터, 예제, 활용 팁은 개별 문서에서 확인하세요.

13 models

Background Remover

851 Labs

1 credits

The most-used background remover on Replicate (27M+ runs). Removes backgrounds with soft alpha or hard segmentation, supports reverse mode (remove foreground), custom background types, and transparent PNG output — all at a very low price.

FastHigh
View details

BiRefNet

BiRefNet

5 credits

State-of-the-art open-source background removal. BiRefNet's high-fidelity dichotomous image segmentation delivers excellent edge quality on hair, fur, and fine details.

FastUltra
View details

Clarity Upscaler

Clarity

60 credits

The famous creative upscaler (30M+ runs). Instead of just enlarging, it re-imagines detail while upscaling — with controllable creativity, resemblance, prompt guidance, and tiled diffusion for high scale factors.

MediumUltra
View details

CodeFormer

CodeFormer

8 credits

Robust face restoration for old photos and AI-generated faces (54M+ runs). Its signature fidelity dial balances restoration quality against staying true to the original face, with Real-ESRGAN background enhancement built in.

FastHigh
View details

GFPGAN

Tencent ARC

6 credits

Tencent ARC's face restoration model — 115M+ runs, the most-run model in the restoration collection. Restores old/blurry photos and fixes faces in AI-generated images.

FastHigh
View details

Topaz Image Upscale

Topaz Labs

190 credits

Professional-grade upscaling from Topaz Labs, the industry standard for photo enhancement. Five specialized enhance models, up to 6x upscale, subject detection, and optional face enhancement.

MediumUltra
View details

Bria Increase Resolution

Bria

93 credits

Bria's commercially-safe image upscaler (130K+ runs). Increase resolution 2x or 4x with a model trained exclusively on licensed data, preserving alpha transparency — built for enterprise pipelines that require full legal liability coverage.

FastHigh
View details

Pruna P-Image Upscale

Pruna AI

12 credits

PrunaAI's high-end image upscaler (575K+ runs) reaching up to 128-megapixel output. Target-megapixel or factor-based control, optional detail/realism enhancement passes, and megapixel-tiered pricing that starts at just 15 credits.

MediumUltra
View details

Real-ESRGAN

Real-ESRGAN

5 credits

The classic image upscaler (94M+ runs). Real-ESRGAN super-resolution up to 10x with optional GFPGAN face enhancement — the go-to default for cleanly enlarging photos and AI images.

FastHigh
View details

Recraft Crisp Upscale

Recraft

14 credits

Fast, affordable upscaler from Recraft designed for sharp, crisp results — a single image input with no tuning needed. Great default for UI assets, illustrations, and product images.

FastHigh
View details

Remove Background

Bria AI

32 credits

AI-powered background removal tool for images. Clean, accurate cutouts for any subject with professional-quality edge detection.

FastHigh
View details

Remove BG

lucataco

1 credits

One of the most-run background removers on Replicate (17M+ runs). A single-parameter API that strips the background and returns a transparent PNG — at just 1 credit per image, the cheapest cutout on the platform.

FastHigh
View details

Google Upscaler

Google

46 credits

Google's image upscaler (770K+ runs). Upscale images 2x or 4x using generative AI while preserving natural detail, with adjustable output compression — a simple, reliable enhancer at a flat price.

FastHigh
View details

빠른 시작 — 배경 제거

가장 저렴한 851-labs/background-remover(2크레딧)로 투명 PNG를 만드는 예제입니다:

curl -X POST https://api.core.today/v1/predictions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
    "model": "851-labs/background-remover",
    "input": {
      "image": "https://example.com/product.jpg",
      "format": "png",
      "background_type": "rgba"
    }
  }'

업스케일은 nightmareai/real-esrgan(6크레딧)이 기본 선택지입니다. 인물 사진이면 face_enhance를 켜세요:

curl -X POST https://api.core.today/v1/predictions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
    "model": "nightmareai/real-esrgan",
    "input": {
      "image": "https://example.com/photo.jpg",
      "scale": 4,
      "face_enhance": true
    }
  }'

모델 선택 가이드

  • 대량 배경 제거 — background-remover (2크레딧, 컬렉션 최다 사용). 머리카락 같은 섬세한 경계가 중요하면 birefnet (7크레딧, SOTA 품질)
  • 일반 업스케일 — real-esrgan (6크레딧, 원본 충실 확대). 선명한 일러스트·로고는 recraft-crisp-upscale (18크레딧)
  • 얼굴 복원 — gfpgan (8크레딧, 표준). 심하게 손상된 사진은 codeformer (11크레딧, fidelity 다이얼)
  • 디테일 재창조 업스케일 — clarity-upscaler (80크레딧, creativity/resemblance 제어)
  • 상업 인쇄·납품 품질 — topazlabs/image-upscale (240크레딧, 프로급 5개 향상 모델)