지금 사용 가능
Kling
kling-motion-control
VideoTask
요청당$0.02
유형Video
엔드포인트openai-video
성능
성능 데이터 로딩 중...
§ 01
요금
| 요청당 가격 | $0.02 · 요청 |
| 호환 엔드포인트 | openai-video |
| 공급자 | Kling |
가격 그리드
| Mode | Version | 가격 |
|---|---|---|
| std (720P) | V2.6 | $0.85/s |
| pro (1080P) | V2.6 | $1.36/s |
| std (720P) | V3.0 | $1.53/s |
| pro (1080P) | V3.0 | $2.04/s |
§ 02
코드에서 kling-motion-control 호출
OpenAI 호환 SDK를 UnoRouter으로 향하게 하고 이름으로 모델을 요청하세요. YOUR_API_KEY를 대시보드의 실제 키로 교체하세요.
bash
curl https://api.unorouter.ai/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "kling-motion-control",
"messages": [{"role": "user", "content": "Hello!"}]
}'§ 03
자주 묻는 질문
kling-motion-control은 요청당 얼마인가요?
kling-motion-control은 요청당 고정 $0.02로 청구됩니다.
API를 통해 kling-motion-control에 어떻게 액세스하나요?
model=kling-motion-control으로 UnoRouter /v1/chat/completions 엔드포인트에 요청을 보내세요. OpenAI 호환 클라이언트 라이브러리가 작동합니다. 인증은 표준 Bearer 토큰을 사용합니다.
§ 04