tencentcloud-sdk-hunyuan 3.0.1026 → 3.0.1028
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20230901/models.rb +3 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 88573bbe977d7aa6dd607bdd35fa8235af7330cb
|
4
|
+
data.tar.gz: 956c31e6bd3ee77eaa3ebb43c6457677db493307
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9f7bf74026c9148efe7575f47b1fdda87ec638929186c86812577e7002b90e5feb2d91294afaf5f7a281efd0773f175354fecd16de9b1984046841b2c18da04
|
7
|
+
data.tar.gz: da29e8acfc90f0a6a4dd39c0ef72ca55ff896e26eb3d8f93625827a01fe1d3307f78a067defe2f81f2f1430bea574ee0b81edbea4a29bc525bc7b92ff039ef78
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1028
|
data/lib/v20230901/models.rb
CHANGED
@@ -71,7 +71,7 @@ module TencentCloud
|
|
71
71
|
|
72
72
|
# ChatCompletions请求参数结构体
|
73
73
|
class ChatCompletionsRequest < TencentCloud::Common::AbstractModel
|
74
|
-
# @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。各模型介绍请阅读 [产品概述](https://cloud.tencent.com/document/product/1729/104753) 中的说明。注意:不同的模型计费不同,请根据 [购买指南](https://cloud.tencent.com/document/product/1729/97731) 按需调用。
|
74
|
+
# @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) 按需调用。
|
75
75
|
# @type Model: String
|
76
76
|
# @param Messages: 聊天上下文信息。
|
77
77
|
# 说明:
|
@@ -116,6 +116,7 @@ module TencentCloud
|
|
116
116
|
# 2. 未传值时默认打开开关。
|
117
117
|
# 3. 关闭时将直接由主模型生成回复内容,可以降低响应时延(对于流式输出时的首字时延尤为明显)。但在少数场景里,回复效果可能会下降。
|
118
118
|
# 4. 安全审核能力不属于功能增强范围,不受此字段影响。
|
119
|
+
# 5. 2025-04-20 00:00:00起,由默认开启状态转为默认关闭状态。
|
119
120
|
# @type EnableEnhancement: Boolean
|
120
121
|
# @param Tools: 可调用的工具列表,仅对 hunyuan-turbo、hunyuan-functioncall 模型生效。
|
121
122
|
# @type Tools: Array
|
@@ -867,7 +868,7 @@ module TencentCloud
|
|
867
868
|
class GetEmbeddingRequest < TencentCloud::Common::AbstractModel
|
868
869
|
# @param Input: 输入文本。总长度不超过 1024 个 Token,超过则会截断最后面的内容。
|
869
870
|
# @type Input: String
|
870
|
-
# @param InputList: 输入文本数组。输入数组总长度不超过
|
871
|
+
# @param InputList: 输入文本数组。输入数组总长度不超过 50 。
|
871
872
|
# @type InputList: Array
|
872
873
|
|
873
874
|
attr_accessor :Input, :InputList
|
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.
|
4
|
+
version: 3.0.1028
|
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-03-
|
11
|
+
date: 2025-03-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|