Skip to main content
Recraft보통높음

Recraft V3

Recraft V3(코드명 red_panda)는 긴 텍스트 생성이 가능하고 폭넓은 스타일을 지원하는 텍스트-이미지 모델입니다. Artificial Analysis Text-to-Image Benchmark 기준 SOTA 성능을 보유하고 있습니다.

93 크레딧
이미지당
텍스트-이미지 모델 중 벤치마크 최고 수준 성능
길고 정확한 이미지 내 텍스트 렌더링
사실적인 사진부터 디지털 일러스트까지 19가지 큐레이션 스타일
종횡비 조절 외 15가지 고정 크기 프리셋
1:2부터 2:1까지 폭넓은 종횡비 범위

지금 바로 실행해보세요

콘솔의 Playground에서 별도 코드 없이 이 모델을 즉시 테스트할 수 있어요

로그인 후 사용해보기

AI 어시스턴트에서 사용하기

이 모델의 사용법을 Claude, ChatGPT 등에 복사

빠른 시작

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "recraft-ai/recraft-v3",
  "input": {
    "prompt": "a wildlife photography photo of a red panda using a laptop in a snowy forest",
    "size": "1365x1024",
    "style": "any"
  }
}'

파라미터

파라미터타입필수기본값설명
promptstringYes-이미지 생성을 위한 텍스트 프롬프트
sizestringNo1024x1024생성 이미지의 너비와 높이. 종횡비가 설정되면 무시됨
1024x10241365x10241024x13651536x10241024x15361820x10241024x18201024x20482048x10241434x10241024x14341024x12801280x10241024x17071707x1024
stylestringNoany생성 이미지의 스타일 (사실적인 사진 또는 디지털 일러스트 계열)
anyrealistic_imagedigital_illustrationdigital_illustration/pixel_artdigital_illustration/hand_drawndigital_illustration/graindigital_illustration/infantile_sketchdigital_illustration/2d_art_posterdigital_illustration/handmade_3ddigital_illustration/hand_drawn_outlinedigital_illustration/engraving_colordigital_illustration/2d_art_poster_2realistic_image/b_and_wrealistic_image/hard_flashrealistic_image/hdrrealistic_image/natural_lightrealistic_image/studio_portraitrealistic_image/enterpriserealistic_image/motion_blur
aspect_ratiostringNoNot set생성 이미지의 종횡비. 설정 시 size보다 우선함
Not set1:14:33:43:22:316:99:161:22:17:55:74:55:43:55:3

공통 파라미터

POST /v1/predictions 요청 시 사용되는 공통 파라미터입니다.

파라미터타입필수기본값설명
modelstringYes-모델 식별자
inputobjectYes-위 테이블의 모델별 파라미터를 포함하는 객체
output_folderstringNo-결과물 저장 폴더 경로 (최대 256자, '..' 사용 불가)
webhook_urlstringNo-완료 시 호출할 Webhook URL
is_publicbooleanNofalsetrue 시 결과물을 영구 공개 URL로도 제공

예제

야생동물 사진

사실적인 야생동물 사진 스타일 이미지

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "recraft-ai/recraft-v3",
  "input": {
    "prompt": "a wildlife photography photo of a red panda using a laptop in a snowy forest",
    "size": "1365x1024",
    "style": "any"
  }
}'

팁 & 모범 사례

1aspect_ratio와 size를 함께 설정하면 aspect_ratio가 우선하므로 둘 중 하나만 사용하세요
2style은 realistic_image·digital_illustration 계열 아래 19가지 세부 스타일을 제공합니다
3이미지 안에 길고 읽기 쉬운 텍스트를 넣는 데 최고 수준의 성능을 보입니다
4정확한 픽셀 크기가 필요하면 비율 대신 고정 size 프리셋을 사용하세요

사용 사례

정확하고 긴 텍스트가 필요한 브랜드·마케팅 그래픽
다양한 시각 스타일을 아우르는 일러스트 작업
정확한 픽셀 크기의 포스터·소셜 미디어 그래픽
사실적인 제품·스튜디오 스타일 이미지