Kontext Dev 가격
성공한 생성에 대해서만 결제
Flux Kontext API
$0.02/img /image
Developer-ready API access
예시 활용 사례
Flux Kontext로 다양한 모델과 사용 사례에서 무엇이 가능한지 확인해 보세요
배경 교체
주제의 위치와 조명을 유지하면서 자연스럽게 배경을 교체합니다
텍스트 교체
타이포그래피와 디자인 요소를 유지한 채 제품과 브랜딩의 텍스트를 정밀하게 수정합니다
제품 브랜딩
원래의 레이아웃을 유지하면서 브랜드명과 제품명을 업데이트합니다
헤어스타일 변경
얼굴 특징과 전체 구도를 유지한 채 헤어스타일을 바꿉니다
수채화 스타일
사진을 진짜 같은 질감의 생생한 수채화로 바꿉니다
90년대 카툰 스타일
현실 사진을 굵은 윤곽선과 평면 색감의 복고풍 카툰으로 바꿉니다
사용 방법
Create your API key
Sign up and grab an API key from the PiAPI workspace — free credits are included on sign-up.
Top up credits
Add credits on the billing page when you are ready to scale beyond the free tier.
Call the API
POST your first task following the API docs, then poll the task until the result is ready.
Iterate in the playground
Prototype prompts and settings in the the playground above before wiring them into your product.
curl -X POST 'https://api.piapi.ai/api/v1/task' \
-H 'X-API-Key: YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"model": "Qubico/flux1-dev-advanced",
"task_type": "kontext",
"input": {
"prompt": "Transform this product photo into a refined watercolor editorial.",
"width": 1024,
"height": 1024
}
}'
# → { "task_id": "9d5a…", "status": "pending" }curl 'https://api.piapi.ai/api/v1/task/{task_id}' \
-H 'X-API-Key: YOUR_API_KEY'
# poll until status = completed
{
"data": {
"status": "completed",
"output": {
"image_url": "https://img.theapi.app/ephemeral/…"
}
}
}$ npm install -g piapi-cli $ piapi run flux-kontext \ prompt="Transform this product photo into a refined watercolor editorial." \ width=1024 \ height=1024 ✓ Task completed! https://img.theapi.app/ephemeral/…
자주 묻는 질문
Flux Kontext API란 무엇인가요?
Flux Kontext API는 자연어 프롬프트로 이미지를 변환할 수 있는 강력한 image-to-image 편집 서비스입니다. 속도와 품질 균형이 다른 Pro, Max, Dev 모델을 제공합니다.
Flux Kontext를 상업 프로젝트에 사용할 수 있나요?
네. 모든 Kontext 모델에는 제품, 서비스, 고객 작업에 대한 완전한 상업적 사용 권한이 포함됩니다.
환불이 가능한가요?
아니요, 환불은 제공하지 않습니다. 하지만 PiAPI Workspace에 처음 가입하면 결제 전에 API를 체험할 수 있는 무료 크레딧을 받으실 수 있습니다!
어떤 이미지 형식을 지원하나요?
Kontext는 JPEG, PNG, WebP를 지원합니다. 최적의 성능을 위해 입력 이미지는 10MB 미만을 권장합니다.
레이트 리밋이 있나요?
레이트 리밋은 플랜과 사용 패턴에 따라 달라집니다. 무료 사용자는 낮고, 유료 사용자는 더 높은 처리량을 얻습니다.
More questions? See the API docs.
Our blog
Flux Kontext API



