tencentcloud-sdk-nodejs-ai3d 4.1.167 → 4.1.172

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-ai3d",
3
- "version": "4.1.167",
3
+ "version": "4.1.172",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -320,6 +320,11 @@ export interface SubmitHunyuan3DPartJobResponse {
320
320
  * SubmitHunyuanTo3DProJob请求参数结构体
321
321
  */
322
322
  export interface SubmitHunyuanTo3DProJobRequest {
323
+ /**
324
+ * 混元生3D生成模型版本,默认为3.0,可选项:3.0,3.1
325
+ 选择3.1版本时,LowPoly参数不可用。
326
+ */
327
+ Model?: string;
323
328
  /**
324
329
  * 文生3D,3D内容的描述,中文正向提示词。
325
330
  最多支持1024个 utf-8 字符。
@@ -345,6 +350,10 @@ export interface SubmitHunyuanTo3DProJobRequest {
345
350
  left:左视图;
346
351
  right:右视图;
347
352
  back:后视图;
353
+ top:顶视图(仅3.1版本支持);
354
+ bottom:底视图(仅3.1版本支持);
355
+ left_front:左前45°视图(仅3.1版本支持);
356
+ right_front:右前45°视图(仅3.1版本支持);
348
357
 
349
358
  每个视角仅限制一张图片。
350
359
  ●图片大小限制:编码后所有图片大小总和不可超过8M。(base64编码下图片大小总和不超过6M,因base64编码后图片大小会大30%左右)