tencentcloud-sdk-python-lkeap 3.1.13__tar.gz → 3.1.31__tar.gz
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.
- {tencentcloud_sdk_python_lkeap-3.1.13 → tencentcloud_sdk_python_lkeap-3.1.31}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_lkeap-3.1.13 → tencentcloud_sdk_python_lkeap-3.1.31}/setup.py +1 -1
- {tencentcloud_sdk_python_lkeap-3.1.13 → tencentcloud_sdk_python_lkeap-3.1.31}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_lkeap-3.1.13 → tencentcloud_sdk_python_lkeap-3.1.31}/tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- {tencentcloud_sdk_python_lkeap-3.1.13 → tencentcloud_sdk_python_lkeap-3.1.31}/tencentcloud/lkeap/v20240522/lkeap_client_async.py +1 -1
- {tencentcloud_sdk_python_lkeap-3.1.13 → tencentcloud_sdk_python_lkeap-3.1.31}/tencentcloud/lkeap/v20240522/models.py +2 -6
- {tencentcloud_sdk_python_lkeap-3.1.13 → tencentcloud_sdk_python_lkeap-3.1.31}/tencentcloud_sdk_python_lkeap.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_lkeap-3.1.31/tencentcloud_sdk_python_lkeap.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_lkeap-3.1.13/tencentcloud_sdk_python_lkeap.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_lkeap-3.1.13 → tencentcloud_sdk_python_lkeap-3.1.31}/README.rst +0 -0
- {tencentcloud_sdk_python_lkeap-3.1.13 → tencentcloud_sdk_python_lkeap-3.1.31}/setup.cfg +0 -0
- {tencentcloud_sdk_python_lkeap-3.1.13 → tencentcloud_sdk_python_lkeap-3.1.31}/tencentcloud/lkeap/__init__.py +0 -0
- {tencentcloud_sdk_python_lkeap-3.1.13 → tencentcloud_sdk_python_lkeap-3.1.31}/tencentcloud/lkeap/v20240522/__init__.py +0 -0
- {tencentcloud_sdk_python_lkeap-3.1.13 → tencentcloud_sdk_python_lkeap-3.1.31}/tencentcloud/lkeap/v20240522/errorcodes.py +0 -0
- {tencentcloud_sdk_python_lkeap-3.1.13 → tencentcloud_sdk_python_lkeap-3.1.31}/tencentcloud_sdk_python_lkeap.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_lkeap-3.1.13 → tencentcloud_sdk_python_lkeap-3.1.31}/tencentcloud_sdk_python_lkeap.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_lkeap-3.1.13 → tencentcloud_sdk_python_lkeap-3.1.31}/tencentcloud_sdk_python_lkeap.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-lkeap
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.31
|
|
4
4
|
Summary: Tencent Cloud Lkeap SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.31
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-lkeap',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.31,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Lkeap SDK for Python',
|
|
@@ -74,7 +74,7 @@ class LkeapClient(AbstractClient):
|
|
|
74
74
|
- 支持128K上下文长度,最大输入长度96k,最大输出32k(默认4k),最大思维链输出长度32k。
|
|
75
75
|
- DeepSeek-V3.2(model 参数值为 deepseek-v3.2)
|
|
76
76
|
- DeepSeek-V3.2 为685B 参数 MoE 模型,其引入的稀疏注意力架构使长文本处理更高效,并在推理评测中达到GPT-5水平。
|
|
77
|
-
- 支持128K上下文长度,最大输入长度96k
|
|
77
|
+
- 支持128K上下文长度,最大输入长度96k,最大输出32k(默认4k),最大思维链输出长度32k。
|
|
78
78
|
- 默认单账号下 DeepSeek-V3.2 模型的限制为:QPM:15,000 ,TPM:300,000
|
|
79
79
|
### 计费说明
|
|
80
80
|
|
|
@@ -73,7 +73,7 @@ class LkeapClient(AbstractClient):
|
|
|
73
73
|
- 支持128K上下文长度,最大输入长度96k,最大输出32k(默认4k),最大思维链输出长度32k。
|
|
74
74
|
- DeepSeek-V3.2(model 参数值为 deepseek-v3.2)
|
|
75
75
|
- DeepSeek-V3.2 为685B 参数 MoE 模型,其引入的稀疏注意力架构使长文本处理更高效,并在推理评测中达到GPT-5水平。
|
|
76
|
-
- 支持128K上下文长度,最大输入长度96k
|
|
76
|
+
- 支持128K上下文长度,最大输入长度96k,最大输出32k(默认4k),最大思维链输出长度32k。
|
|
77
77
|
- 默认单账号下 DeepSeek-V3.2 模型的限制为:QPM:15,000 ,TPM:300,000
|
|
78
78
|
### 计费说明
|
|
79
79
|
|
|
@@ -4436,9 +4436,7 @@ class ReconstructDocumentSSERequest(AbstractModel):
|
|
|
4436
4436
|
备注:当传入文件是PDF、PDF、PPT、PPTX、DOC类型时,用来指定识别的起始页码,识别的页码包含当前值。
|
|
4437
4437
|
默认值:无
|
|
4438
4438
|
:type FileStartPageNumber: int
|
|
4439
|
-
:param _FileEndPageNumber:
|
|
4440
|
-
备注:当传入文件是PDF、PDF、PPT、PPTX、DOC类型时,用来指定识别的结束页码,识别的页码包含当前值。
|
|
4441
|
-
默认值:无
|
|
4439
|
+
:param _FileEndPageNumber: 说明:文档的结束页码。备注:当传入文件是PDF、PDF、PPT、PPTX、DOC类型时,用来指定识别的结束页码,识别的页码包含当前值,文档页码大于100页建议使用异步解析接入。默认值:无
|
|
4442
4440
|
:type FileEndPageNumber: int
|
|
4443
4441
|
:param _Config: 说明:文档解析配置信息
|
|
4444
4442
|
备注:可设置返回markdown结果的格式
|
|
@@ -4508,9 +4506,7 @@ class ReconstructDocumentSSERequest(AbstractModel):
|
|
|
4508
4506
|
|
|
4509
4507
|
@property
|
|
4510
4508
|
def FileEndPageNumber(self):
|
|
4511
|
-
r"""
|
|
4512
|
-
备注:当传入文件是PDF、PDF、PPT、PPTX、DOC类型时,用来指定识别的结束页码,识别的页码包含当前值。
|
|
4513
|
-
默认值:无
|
|
4509
|
+
r"""说明:文档的结束页码。备注:当传入文件是PDF、PDF、PPT、PPTX、DOC类型时,用来指定识别的结束页码,识别的页码包含当前值,文档页码大于100页建议使用异步解析接入。默认值:无
|
|
4514
4510
|
:rtype: int
|
|
4515
4511
|
"""
|
|
4516
4512
|
return self._FileEndPageNumber
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-lkeap
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.31
|
|
4
4
|
Summary: Tencent Cloud Lkeap SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.31
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.31
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.13
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|