main
HuangHai 2 months ago
parent 7e3d12f371
commit dfb0f5c4da

@ -0,0 +1,9 @@
# 可灵AI使用指南图片生成
https://docs.qingque.cn/d/home/eZQApd0EZqQHWXBEi7lL16_lD?identityId=26L1FFNIZ7r#section=h.60mmflz96wnl
# 可灵控制台
https://console-cn.klingai.com/console/expense-center/resource-pack-manage
# 登录
18686619970
获取验证码登录

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

@ -16,8 +16,8 @@ import java.util.Map;
/**
* AI
*/
public class KlText2Video extends KlCommon {
private static final Logger log = LoggerFactory.getLogger(KlText2Video.class);
public class KlTxt2Video extends KlCommon {
private static final Logger log = LoggerFactory.getLogger(KlTxt2Video.class);
private static final String BASE_URL = "https://api.klingai.com";
private static final String GENERATION_PATH = "/v1/videos/text2video";
private static final String QUERY_PATH = "/v1/videos/text2video/";
Loading…
Cancel
Save