컨텐츠로 건너뛰기
主站 新闻 控制台

Abra 비디오 생성

Abra는 텍스트-비디오(t2v)와 참조 이미지-비디오(r2v) 두 가지 방식을 제공하는 또 다른 비디오 생성 라인으로, 길이는 8초 / 10초이며 가로/세로 화면 비율을 선택할 수 있습니다. 호출은 통합 비동기 프로토콜을 사용하며, 비디오 생성(비동기 프로토콜)을 참조하세요.

판매 중인 모델

방식모델
텍스트-비디오abra_t2v_8s_landscapeabra_t2v_8s_portraitabra_t2v_10s_landscapeabra_t2v_10s_portrait
참조 이미지-비디오abra_r2v_8s_landscapeabra_r2v_8s_portraitabra_r2v_10s_landscapeabra_r2v_10s_portrait

제출 예시

Terminal window
curl https://api.4allapi.com/v1/video/generations \
-H "Authorization: Bearer $AIPROXY_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "abra_r2v_10s_portrait",
"prompt": "参考图中的角色在樱花树下转身微笑,镜头缓慢推近",
"image": "https://your-cdn.example.com/character.png"
}'

사용 시 주의사항

  • r2v의 참조 이미지는 캐릭터/피사체의 일관성을 결정하므로, 정면의 선명한 이미지를 제공할 때 효과가 가장 좋습니다;
  • 8초와 10초의 단가가 다르므로, 대량 생성 전에 모델 광장에서 가격을 먼저 확인하세요;
  • 다른 시리즈와의 비교 및 모델 선택은 이미지 및 비디오 생성 모델을 참조하세요.