Kling
Available Kling AI Models in HyprLab: A Detailed List and Pricing Guide.
Base-Path:
https://api.hyprlab.io/v1Video Path:
https://api.hyprlab.io/v1/video/generationsPost Request:
curl https://api.hyprlab.io/v1/video/generations \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $HYPRLAB_API_KEY" \
-d '{
"model": "kling-v1.6-standard",
"prompt": "A playful and adorable cat is surrounded by tall trees and blooming flowers.",
"start_image": "https://site.com/path/of/image.png",
"duration": 5,
"cfg_scale": 0.5
"aspect_ratio": "16:9",
"negative_prompt": "..to not include specific elements.",
}'
// Sample Response:
{
"created": 123,
"id": "abc123",
"data": [
{
"url": "https://api.hyprlab.io/v1/video/result/123-abc123"
}
]
}Polling for Status:
curl -X GET "https://api.hyprlab.io/v1/video/result/123-abc123" \
-H "Authorization: Bearer $HYPRLAB_API_KEY" \
-H "Accept: application/json"{
"created": 123,
"data": [
{
"url": "https://pub-abc123.r2.dev/123-abc123.mp4"
}
]
}{
"status": "processing",
"message": "Video is still being processed."
}{
"error": {
"message": "Video processing failed.",
"type": "processing_error",
"param": null,
"code": "processing_failed"
}
}🎥 Kling Models
Model Name:
kling-v2.1-master
Discount:
30% off
Price:
5 Seconds: $1 / Video
10 Seconds: $2 / Video
Model Name:
kling-v2.1-pro
Discount:
30% off
Price:
5 Seconds: $0.315 / Video
10 Seconds: $0.63 / Video
Model Name:
kling-v2.1-standard
Discount:
30% off
Price:
5 Seconds: $0.175 / Video
10 Seconds: $0.35 / Video
Model Name:
kling-v2
Discount:
30% off
Price:
5 Seconds: $1 / Video
10 Seconds: $2 / Video
Model Name:
kling-v1.6-pro
Discount:
30% off
Price:
5 Seconds: $0.35 / Video10 Seconds: $0.7 / Video
Model Name:
kling-v1.6-standard
Discount:
30% off
Price:
5 Seconds: $0.2 / Video10 Seconds: $0.4 / Video
Last updated
