변형 · Alibaba / Qwen Image

qwen-image-remix-image API

Alibaba / Qwen Image

RunAPI로 Qwen Image 패밀리의 qwen-image-remix-image를 사용하세요. 호출당 요금, 구독 없음, 실패한 생성은 과금되지 않습니다.

운영 중 · image · 상업적 사용 지원
runapi.ai
curl -X POST https://runapi.ai/api/v1/qwen_image/remix_image \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "qwen-image-remix-image",
  "prompt": "해 질 무렵의 항저우를 담은 영화 같은 여행 포스터를 만들고, 호수에 비친 선명한 이중 언어 제목을 넣어 주세요."
}'
import { QwenImageClient } from "@runapi.ai/qwen-image";

const client = new QwenImageClient();
const result = await client.remixImage.run({
    model: "qwen-image-remix-image",
    prompt: "해 질 무렵의 항저우를 담은 영화 같은 여행 포스터를 만들고, 호수에 비친 선명한 이중 언어 제목을 넣어 주세요.",
});
require "runapi/qwen_image"

client = RunApi::QwenImage::Client.new
result = client.remix_image.run(
    model: "qwen-image-remix-image",
    prompt: "해 질 무렵의 항저우를 담은 영화 같은 여행 포스터를 만들고, 호수에 비친 선명한 이중 언어 제목을 넣어 주세요."
)
npx skills add runapi-ai/qwen-image -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
@runapi.ai/qwen-image v1
변형 전환
개요

Qwen Image qwen-image-remix-image는 같은 RunAPI 인증, model skill 워크플로, 사용량 기반 가격으로 사용할 수 있습니다.

  • 통합 API key
  • Model skill 설정
  • 모델 ID 참조
  • 실패한 생성은 과금되지 않습니다
요금

요금

실패한 생성은 과금되지 않습니다
Remix image
$0.04 / image
스펙

스펙

모델 ID qwen-image-remix-image
제공사 Alibaba
모달리티 image
작업 유형 asynchronous
과금
Endpoint /api/v1/qwen_image/remix_image
상업적 사용
카탈로그 상태 운영 중
MODELS

모델 스킬 — qwen-image-remix-image

스킬을 한 번 설치한 후, 이 페이지의 변형 ID를 사용해 개발을 시작하세요.

# Install the model skill for app development workflows
npx skills add runapi-ai/qwen-image -g
Installs docs, schemas, pricing context, and setup notes into your developer workspace.
Or use this setup request in your coding tool:
Install the Qwen Image skill for this app:

1. Add runapi-ai/qwen-image with the skills installer.
2. Load SKILL.md in this workspace.
3. Use its docs, schemas, pricing notes, and setup steps when adding model features.
4. Confirm the install path when done.
작동 방식

qwen-image-remix-image 사용 방법

01

모델 선택

앱 워크플로에 맞는 모델과 변형을 고릅니다.

02

모델 ID 전달

요청 본문에 이 변형 ID를 사용합니다.

03

작업 실행

요청을 보내고 반환된 task ID를 저장합니다.

04

출력 수집

작업이 끝나면 조회하거나 callback으로 결과를 받습니다.

차이

qwen-image-remix-image 비교

VS QWEN-IMAGE-EDIT-IMAGE

보존 정도를 조절할 수 있는 프롬프트 기반 소스 이미지 리믹스

의미를 세밀하게 제어하는 정교한 텍스트 기반 편집

VS QWEN-IMAGE-TEXT-TO-IMAGE

보존 정도를 조절할 수 있는 프롬프트 기반 소스 이미지 리믹스

뛰어난 텍스트 렌더링을 갖춘 고품질 실사 이미지 생성

사용 사례

이 변형을 쓰는 곳

이미지 생성

텍스트 prompt에서 시각 asset을 만듭니다.

편집

prompt 지시에 따라 기존 이미지를 변환합니다.

배치 제작

SDK로 반복 가능한 생성을 구현합니다.

FAQ

qwen-image-remix-image 자주 묻는 질문

qwen-image-remix-image는 어떻게 선택하나요?

quickstart에 표시된 모델 ID를 전달하세요.

가격은 사용량 기반인가요?

네. 호출 또는 단위 기준으로 측정됩니다.

지금 시작

오늘 Qwen Image로 시작하세요.