tencentcloud-sdk-lkeap 3.0.1006 → 3.0.1008

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: 657c1ed8c885e789e83fdaa7d4224b8fedf6d3bb
4
- data.tar.gz: faea4ca56977e6584773cd9969b884f6927edbcc
3
+ metadata.gz: fd2c57e1da347de42da566a05b4a3559776062b4
4
+ data.tar.gz: 4544da86931717d8d8c902bf3a3adaa3790992cc
5
5
  SHA512:
6
- metadata.gz: 852b762c6c1803c70a2d49e55b2945632fe541e394c94522558ccfe8bd4e9838f3719fdbcc0903ae6b04924acec99e8b916dbdabe0067f1572e71f70937a4eaa
7
- data.tar.gz: 221dccc70efd2b5c58a79a62e76ac68e980aa0ae6cbccaa024fe0b86686da35e6f981617da6ba2edf5ef93d6ceb3f0481cb7107452841879c236fbbc97a26a28
6
+ metadata.gz: 518b381554b07be39fb7cd7d555ae2d2fbe02065fc66887e335d50205b144ab6e61a4b2e1a11654d44c69940ceee5382b023e6fdf407148cc2af63566bea8c34
7
+ data.tar.gz: 87ca473deff61b99632c790854411c55b7c0f00fdf799b89ad2185b5e12794c8816778669dc119630d6fea6015915ea96385946773af76fb2995bc2a3f9ee1bc
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1006
1
+ 3.0.1008
@@ -46,11 +46,8 @@ module TencentCloud
46
46
  # - 支持64K上下文长度,最大输入56k,最大输出8k(不含思维链)。
47
47
 
48
48
  # ### 计费说明
49
- # - 限时免费
50
-
51
- # 本接口调用DeepSeek系列模型限时免费。即日至北京时间2025年2月25日23:59:59,所有腾讯云用户均可享受DeepSeek-V3、DeepSeek-R1模型限时免费服务,单账号限制接口并发上限为5。在此之后,模型价格将恢复至原价,单账号限制接口并发上限为5。
52
- # - 标准计费(2025年2月26日起生效)
53
49
 
50
+ # - 标准计费(2025年2月26日起生效),计费模式为后付费小时结,为保证您账户资源的正常使用,请提前[开通后付费](https://lke.cloud.tencent.com/lke#/app/system/charge/postpaid)并及时[充值](https://console.cloud.tencent.com/expense/recharge)。
54
51
  # ![image](https://cdn.xiaowei.qq.com/static/lke/deekseep-token0212.png)
55
52
 
56
53
  # ### Openai兼容协议接口
@@ -224,7 +221,7 @@ module TencentCloud
224
221
  end
225
222
 
226
223
  # 本接口为异步接口的发起请求接口,用于发起文档解析任务。
227
- # 文档解析支持将图片或PDF文件转换成Markdown格式文件,可解析包括表格、公式、图片、标题、段落、页眉、页脚等内容元素,并将内容智能转换成阅读顺序。
224
+ # 文档解析支持将图片或PDF、DOCX、PPTX、EXCEL等文件转换成Markdown格式文件,可解析包括表格、公式、图片、标题、段落、页眉、页脚等内容元素,并将内容智能转换成阅读顺序。具体支持文件类型请查看下方输入参数列表。
228
225
 
229
226
  # 体验期间单账号限制qps仅为1,若有正式接入需要请与产研团队沟通开放。
230
227
 
@@ -1019,7 +1019,12 @@ module TencentCloud
1019
1019
 
1020
1020
  # GetReconstructDocumentResult返回参数结构体
1021
1021
  class GetReconstructDocumentResultResponse < TencentCloud::Common::AbstractModel
1022
- # @param Status: 任务状态。- `Success`:执行完成- `Processing`:执行中- `Pause`: 暂停- `Failed`:执行失败- `WaitExecute`:等待执行
1022
+ # @param Status: 任务状态。
1023
+ # - `Success`:执行完成
1024
+ # - `Processing`:执行中
1025
+ # - `Pause`: 暂停
1026
+ # - `Failed`:执行失败
1027
+ # - `WaitExecute`:等待执行
1023
1028
  # @type Status: String
1024
1029
  # @param DocumentRecognizeResultUrl: 解析结果的临时下载地址。文件类型为zip压缩包,下载链接有效期30分钟
1025
1030
  # @type DocumentRecognizeResultUrl: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-lkeap
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1006
4
+ version: 3.0.1008
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-02-25 00:00:00.000000000 Z
11
+ date: 2025-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common