
텍스트를 이미지로
텍스트 프롬프트에서 AI 이미지 만들기
Alibaba Wan 2.7 API를 통한 사실적인 시간적 일관성을 갖춘 고품질 이미지 애니메이션으로, 결과의 신뢰도와 비주얼 완성도가 뛰어납니다. 경쟁력 있는 엔터프라이즈 요금을 적용해 높은 가동률과 예산 효율을 모두 확보할 수 있습니다. 개발자와 팀이 이미지, 동영상 또는 멀티모달 생성 흐름에 쉽게 연동할 수 있습니다.
// Step 1: Submit generation request
const response = await fetch('https://api.flaq.ai/api/v1/video/task', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'Authorization': 'Bearer YOUR_API_KEY'
},
body: JSON.stringify({
model_name: 'wan-2.7-image-to-video',
prompt: 'Gentle camera push-in; leaves rustle softly in the breeze',
duration: 6,
resolution: '720p',
negative_prompt: 'blur, low quality',
seed: 42,
image_url: 'https://example.com/first-frame.jpg',
image_end_url: 'https://example.com/last-frame.jpg',
audio_url: 'https://example.com/driving-audio.mp3',
video_url: 'https://example.com/reference-continuation.mp4'
})
});
const { data } = await response.json();
const taskId = data.task_id;
// Step 2: Poll for results
const taskId = data.task_id;
const pollResult = async (taskId) => {
const res = await fetch(`https://api.flaq.ai/api/v1/video/${taskId}`, {
headers: { 'Authorization': 'Bearer YOUR_API_KEY' }
});
return res.json();
};
while (true) {
const pollResultData = await pollResult(taskId);
const status = pollResultData.data.task_status;
if (status === 'succeed') {
console.log(pollResultData.data.task_result.videos[0].url);
break;
}
if (status === 'failed') {
console.error(pollResultData.data.task_status_msg);
break;
}
await new Promise(resolve => setTimeout(resolve, 10000));
}
import requests
response = requests.post(
'https://api.flaq.ai/api/v1/video/task',
headers={
'Content-Type': 'application/json',
'Authorization': 'Bearer YOUR_API_KEY'
},
json={
'model_name': 'wan-2.7-image-to-video',
'prompt': 'Gentle camera push-in; leaves rustle softly in the breeze',
'duration': 6,
'resolution': '720p',
'negative_prompt': 'blur, low quality',
'seed': 42,
'image_url': 'https://example.com/first-frame.jpg',
'image_end_url': 'https://example.com/last-frame.jpg',
'audio_url': 'https://example.com/driving-audio.mp3',
'video_url': 'https://example.com/reference-continuation.mp4',
}
)
result = response.json()
task_id = result['data']['task_id']
# Step 2: Poll for results
task_id = response.json()['data']['task_id']
poll_url = f"https://api.flaq.ai/api/v1/video/{task_id}"
while True:
poll_result = requests.get(poll_url, headers={'Authorization': 'Bearer YOUR_API_KEY'}).json()
status = poll_result['data']['task_status']
if status == 'succeed':
print(poll_result['data']['task_result']['videos'][0]['url'])
break
if status == 'failed':
print(poll_result['data']['task_status_msg'])
break
time.sleep(10)
curl -X POST https://api.flaq.ai/api/v1/video/task \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model_name": "wan-2.7-image-to-video",
"prompt": "Gentle camera push-in; leaves rustle softly in the breeze",
"duration": 6,
"resolution": "720p",
"negative_prompt": "blur, low quality",
"seed": 42,
"image_url": "https://example.com/first-frame.jpg",
"image_end_url": "https://example.com/last-frame.jpg",
"audio_url": "https://example.com/driving-audio.mp3",
"video_url": "https://example.com/reference-continuation.mp4"
}'
# Step 2: Poll for results
# Replace {task_id} with the task_id returned from the submit response
curl -X GET "https://api.flaq.ai/api/v1/video/{task_id}" \
-H "Authorization: Bearer YOUR_API_KEY"
| 매개변수 | 가격 | 원래 가격 | 할인 |
|---|
알리바바 Wan 2.7 이미지-투-비디오 API는 개발자와 크리에이티브 팀을 위한 프로덕션 등급의 AI 비디오 애니메이션 기능을 제공합니다. 이 고급 이미지-투-비디오 API 통합을 통해 정적 이미지를 720p 해상도에서 2~15초 길이의 고품질 시네마틱 애니메이션 동영상으로 변환할 수 있습니다. 알리바바의 140억 파라미터 Wan 2.7 아키텍처를 기반으로 이전 버전 대비 5배 이상 빠른 추론 속도를 자랑하며, Wan 2.7 모델은 컨텍스트 인식 모션 합성과 탁월한 시간적 일관성을 결합하고, API는 Flaq AI에서 전문가급 애니메이션 워크플로우를 위한 안정적인 통합 및 선택적 오디오 지원을 제공합니다.
참고 입력 이미지와 프롬프트가 플랫폼 콘텐츠 가이드라인을 준수하는지 확인하시기 바랍니다. 오류가 발생하면 콘텐츠에서 제한된 자료를 검토하고 조정한 후 다시 시도하십시오.
Wan 2.7 vs. Wan 2.6 이미지-투-비디오 Wan 2.6은 기본 오디오 생성 기능과 함께 강력한 애니메이션 품질을 제공합니다. Wan 2.7 이미지-투-비디오 API는 5배 이상 빠른 추론, 모션 품질과 시간적 일관성의 현저한 향상, 향상된 프롬프트 준수, 더 긴 길이 지원으로 진화했습니다——품질과 처리량을 모두 요구하는 프로덕션 워크플로우에 최적의 선택입니다.
Wan 2.7 vs. Kling 3.0 이미지-투-비디오 Kling 3.0은 인체 모션 합성과 캐릭터 애니메이션에 강점을 보입니다. Wan 2.7 이미지-투-비디오 API는 더 넓은 환경 렌더링 기능, 물리 인식 모션 합성, 객체 역학과 장면 애니메이션에서의 탁월한 성능, 유연한 가격 설정으로 대응하여 다양한 애니메이션 시나리오에서 높은 다용도성을 발휘합니다.
Wan 2.7 vs. Runway Gen-3 이미지-투-비디오 Runway Gen-3는 강력한 창의적 유연성과 예술적 컨트롤을 제공합니다. Wan 2.7 이미지-투-비디오 API는 140억 파라미터 아키텍처, 물리 인식 모션 합성, 선택적 오디오 통합, 5배 이상 빠른 추론으로 차별화되어 더 높은 시네마틱 사실감과 전문 애니메이션 품질을 제공합니다.
Wan 2.7 vs. Veo 3.1 Fast 이미지-투-비디오 Veo 3.1 Fast는 빠른 애니메이션을 위해 Google DeepMind의 아키텍처를 활용합니다. Wan 2.7 이미지-투-비디오 API는 물리 인식 모션 합성, 선택적 오디오 통합, 최대 15초의 확장된 길이, 유연한 해상도 기반 가격 책정을 제공하여 고충실도 장편 애니메이션 제작에 선호되는 선택입니다.
Wan 2.7 vs. Seedance V2.0 이미지-투-비디오 Seedance V2.0은 광범위한 화면 비율 지원과 선택적 카메라 제어를 제공합니다. Wan 2.7 이미지-투-비디오 API는 140억 파라미터 아키텍처, 물리 인식 모션 합성, 선택적 오디오 통합, 알리바바의 고급 시공간 모델링으로 차별화되어 탁월한 환경 렌더링과 자연스러운 장면 역학을 제공합니다.
브라우저에서 빠른 이미지 및 비디오 워크플로를 위한 여러 AI 제작 도구를 살펴본 뒤, 성공한 아이디어를 Flaq AI의 프로덕션 준비 모델 API로 확장하세요. Flaq AI는 모든 모델을 위한 통합 API 레이어를 제공해 워크플로를 쉽게 사용하고 확장할 수 있게 합니다.
Happy Horse 1.0은 AI 영상 관련 뉴스를 뒤흔들고 있으며, Wan 2.7과 Wan 2.6은 크리에이터들에게 새롭게 떠오르는 영상 워크플로를 비교할 수 있는 새로운 방법을 제공하고 있습니다.
Flaq AI에서 Wan 2.7 API를 살펴보고, 텍스트-투-비디오를 어떻게 처리하는지, 그리고 액세스, 워크플로우, 오픈 소스 관련해서 알아야 할 점을 확인하세요.