hailuo-02-standard
Hailuo · 초당
hailuo-2.3-standard사용 가능비디오영상 생성이미지 생성
가격
| 공식 가격 | LemonData 가격 | |
|---|---|---|
| 가격 | ₩0.025 | ₩0.0175 |
주요 용도
영상 생성
비디오 콘텐츠 생성 및 편집
이미지 생성
이미지, 일러스트레이션 및 시각적 콘텐츠 생성
API 코드 예시
POST/v1/chat/completions
curl https://api.lemondata.cc/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-xxx" \
-d '{
"model": "hailuo-2.3-standard",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'FAQ
hailuo-02-standard의 비용은 얼마인가요?
LemonData에서 hailuo-02-standard의 이용 요금은 $0.0175 초당이며, 이는 공식 가격 대비 최대 30% 저렴합니다.
hailuo-02-standard은(는) 어떤 용도에 가장 적합한가요?
hailuo-02-standard은(는) 비디오, 영상 생성, 이미지 생성에 탁월합니다. 단일 API 키로 LemonData의 통합 API를 통해 액세스하세요.
hailuo-02-standard API를 어떻게 사용하나요?
LemonData에서 API 키를 발급받은 후, 호환되는 SDK를 사용하여 https://api.lemondata.cc/v1/chat/completions를 호출하세요. 자세한 연동 방법은 위의 코드 예시를 참고하세요.