Model Version | Generation Type | Price (PTC per image) |
---|---|---|
kling-v2-new | Image-to-Image | 0.04 |
kling-v2-1 | Text-to-Image | 0.02 |
kling-v2-1 | Image-to-Image | 0.04 |
kling-v2 | Text-to-Image | 0.02 |
kling-v2 | Image-to-Image | 0.04 |
kling-v1-5 | Text-to-Image | 0.02 |
kling-v1-5 | Image-to-Image | 0.04 |
kling-v1 | Text-to-Image | 0.005 |
kling-v1 | Image-to-Image | 0.005 |
{
"model_name": "kling-v2",
"prompt": "在海滩上度假的快乐场景。"
}
curl --location --request POST 'https://api.302.ai/klingai/v1/images/generations' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header 'Content-Type: application/json' \
--data-raw '{
"model_name": "kling-v2",
"prompt": "在海滩上度假的快乐场景。"
}'
{
"code": 0,
"data": {
"task_id": "kling_cd1fad111e0c",
"task_status": "submitted"
},
"message": "SUCCEED"
}