tencentcloud-sdk-nodejs-tokenhub 4.1.286 → 4.1.293

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-tokenhub",
3
- "version": "4.1.286",
3
+ "version": "4.1.293",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1469,6 +1469,10 @@ export interface Model {
1469
1469
  * <p>模型 ID。</p>
1470
1470
  */
1471
1471
  ModelId?: string;
1472
+ /**
1473
+ * <p>模型id别名列表</p>
1474
+ */
1475
+ ExtraModelIds?: Array<string>;
1472
1476
  /**
1473
1477
  * <p>模型显示名称。</p>
1474
1478
  */
@@ -1610,6 +1614,10 @@ export interface ModelEndpointView {
1610
1614
  * <p>模型 ID。</p>
1611
1615
  */
1612
1616
  ModelId?: string;
1617
+ /**
1618
+ * <p>模型id别名列表</p>
1619
+ */
1620
+ ExtraModelIds?: Array<string>;
1613
1621
  /**
1614
1622
  * <p>模型名称。</p>
1615
1623
  */
@@ -1618,6 +1626,10 @@ export interface ModelEndpointView {
1618
1626
  * <p>状态。取值:ACTIVE(运行中)、INACTIVE(已停止)。</p>
1619
1627
  */
1620
1628
  Status?: string;
1629
+ /**
1630
+ * <p>模型状态</p><p>枚举值:</p><ul><li>online: 在线</li><li>pre-offline: 预下线</li><li>discontinued: 停止新购</li><li>maintenance: 维护中</li><li>offline: 下线</li></ul>
1631
+ */
1632
+ ModelStatus?: string;
1621
1633
  /**
1622
1634
  * <p>服务类型。固定为 TEXT_GENERATION(文本生成)。</p>
1623
1635
  */
@@ -2056,6 +2068,18 @@ export interface ModelChargingItem {
2056
2068
  * <p>高峰价格,为空表示无高峰定价</p>
2057
2069
  */
2058
2070
  PeakPrice?: string;
2071
+ /**
2072
+ * <p>规格描述,例如视觉/语音类模型有值(如 有参考视频 540P、图生视频 首帧 720P、动作控制 1080P、有声-未指定音色),其他模型为空。</p>
2073
+ */
2074
+ Specification?: string;
2075
+ /**
2076
+ * <p>Token 用量描述,例如视觉/语音类模型有值(如 第1秒 62,500 Tokens,后续每秒 15,625 Tokens),其他模型为空。</p>
2077
+ */
2078
+ Usage?: string;
2079
+ /**
2080
+ * <p>参考费用/预估费用描述,例如视觉/语音类模型有值(如 第1秒 0.625 元,后续每秒 0.15625 元),其他模型为空。</p>
2081
+ */
2082
+ ReferencePrice?: string;
2059
2083
  }
2060
2084
  /**
2061
2085
  * DescribeModelEndpointList请求参数结构体