tencentcloud-sdk-hunyuan 3.0.1082 → 3.0.1086

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c6ac816d7027a39190cd575afdc477607e54a0d7
4
- data.tar.gz: 1f3f2c6f8e83bc116f6d47ba47f8b02569c05d09
3
+ metadata.gz: 60105ca920c48a1d42f5337c72d8a4207321fe64
4
+ data.tar.gz: 5a2f92d514623e42ad66fe8dfb75d8c528c1cbc5
5
5
  SHA512:
6
- metadata.gz: b0add68eacf4e930034a8e782504754f62dd299da9af99103d026d496773375d3a3bb1c1759cb75eef30b9d0ce01a77505e61cc648ecf53b474db26744144b31
7
- data.tar.gz: 978ea5eae9aad18d51e91dcbae01925f0d3a75eaf78972335442a1ad4d448dbd0b5a9cf8fa8a2b8fcc78485f6c9e56f6601353910f6e9bee2e8bc30dc62c11b2
6
+ metadata.gz: d2497343082e60bd09a32105ae383d1f6a68cd691273dc801ce9b14e6b147d66cd3387f51df9ebf32c3033dceb796cfe06875ead78db8da002d6a327edf3e9ed
7
+ data.tar.gz: 40fb0c2b4df451ae79473c9de651b292efc5162d822f97fdfb5623148a9809acd7d6361fe3591114c42be680e8d4ffffdfadeff578dcaddfdc826aa426ea4a80
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1082
1
+ 3.0.1086
@@ -103,7 +103,9 @@ module TencentCloud
103
103
 
104
104
  # ChatCompletions请求参数结构体
105
105
  class ChatCompletionsRequest < TencentCloud::Common::AbstractModel
106
- # @param Model: 模型名称,可选值包括 hunyuan-lite、hunyuan-standard、hunyuan-standard-256K、hunyuan-code、hunyuan-role、hunyuan-functioncall、hunyuan-vision、hunyuan-turbo、hunyuan-turbo-latest、hunyuan-turbo-20241223、hunyuan-turbo-20241120、hunyuan-large、hunyuan-large-longcontext、hunyuan-turbo-vision、hunyuan-standard-vision、hunyuan-lite-vision、hunyuan-turbos-20250226、hunyuan-turbos-latest、hunyuan-t1-20250321、hunyuan-t1-latest、hunyuan-turbos-role-plus。各模型介绍请阅读 [产品概述](https://cloud.tencent.com/document/product/1729/104753) 中的说明。注意:不同的模型计费不同,请根据 [购买指南](https://cloud.tencent.com/document/product/1729/97731) 按需调用。
106
+ # @param Model: 模型名称,可选值参考 [产品概述](https://cloud.tencent.com/document/product/1729/104753) 中混元生文模型列表。
107
+ # 示例值:hunyuan-turbos-latest
108
+ # 各模型介绍请阅读 [产品概述](https://cloud.tencent.com/document/product/1729/104753) 中的说明。注意:不同的模型计费不同,请根据 [购买指南](https://cloud.tencent.com/document/product/1729/97731) 按需调用。
107
109
  # @type Model: String
108
110
  # @param Messages: 聊天上下文信息。
109
111
  # 说明:
@@ -534,11 +536,11 @@ module TencentCloud
534
536
  end
535
537
  end
536
538
 
537
- # 可以传入多种类型的内容,如图片或文本。
539
+ # 可以传入多种类型的内容,如图片、文本。
538
540
  class Content < TencentCloud::Common::AbstractModel
539
541
  # @param Type: 内容类型
540
542
  # 注意:
541
- # 需包含至少一个 Type 为"text"的参数及至少一个 Type 为"image_url"的参数。
543
+ # 需包含至少一个 Type 为"text"的参数。
542
544
  # 参数值可选范围:[text", "image_url"]
543
545
  # 注意:此字段可能返回 null,表示取不到有效值。
544
546
  # @type Type: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-hunyuan
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1082
4
+ version: 3.0.1086
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-06-16 00:00:00.000000000 Z
11
+ date: 2025-06-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common