tccli-intl-en 3.1.11.1__py2.py3-none-any.whl → 3.1.39.1__py2.py3-none-any.whl

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.
Files changed (84) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +9 -0
  3. tccli/services/advisor/advisor_client.py +56 -0
  4. tccli/services/advisor/v20200721/api.json +34 -0
  5. tccli/services/advisor/v20200721/examples.json +8 -0
  6. tccli/services/ai3d/__init__.py +4 -0
  7. tccli/services/ai3d/ai3d_client.py +266 -0
  8. tccli/services/ai3d/v20250513/api.json +264 -0
  9. tccli/services/ai3d/v20250513/examples.json +20 -0
  10. tccli/services/autoscaling/v20180419/api.json +41 -13
  11. tccli/services/billing/billing_client.py +172 -4
  12. tccli/services/billing/v20180709/api.json +332 -1
  13. tccli/services/billing/v20180709/examples.json +24 -0
  14. tccli/services/ccc/v20200210/api.json +71 -26
  15. tccli/services/cdb/cdb_client.py +1128 -288
  16. tccli/services/cdb/v20170320/api.json +2166 -335
  17. tccli/services/cdb/v20170320/examples.json +126 -6
  18. tccli/services/cdn/v20180606/api.json +22 -22
  19. tccli/services/cdn/v20180606/examples.json +1 -1
  20. tccli/services/ckafka/ckafka_client.py +120 -8
  21. tccli/services/ckafka/v20190819/api.json +525 -180
  22. tccli/services/ckafka/v20190819/examples.json +30 -20
  23. tccli/services/clb/v20180317/api.json +87 -87
  24. tccli/services/csip/csip_client.py +392 -0
  25. tccli/services/csip/v20221121/api.json +2050 -284
  26. tccli/services/csip/v20221121/examples.json +56 -0
  27. tccli/services/cvm/v20170312/api.json +23 -23
  28. tccli/services/cvm/v20170312/examples.json +32 -32
  29. tccli/services/emr/v20190103/api.json +6 -6
  30. tccli/services/faceid/v20180301/api.json +102 -52
  31. tccli/services/faceid/v20180301/examples.json +3 -9
  32. tccli/services/hunyuan/__init__.py +4 -0
  33. tccli/services/hunyuan/hunyuan_client.py +714 -0
  34. tccli/services/hunyuan/v20230901/api.json +1131 -0
  35. tccli/services/hunyuan/v20230901/examples.json +84 -0
  36. tccli/services/lighthouse/lighthouse_client.py +360 -24
  37. tccli/services/lighthouse/v20200324/api.json +488 -0
  38. tccli/services/lighthouse/v20200324/examples.json +54 -0
  39. tccli/services/lkeap/v20240522/api.json +36 -0
  40. tccli/services/lkeap/v20240522/examples.json +1 -1
  41. tccli/services/mdl/mdl_client.py +192 -24
  42. tccli/services/mdl/v20200326/api.json +761 -77
  43. tccli/services/mdl/v20200326/examples.json +24 -0
  44. tccli/services/mdp/v20200527/api.json +191 -28
  45. tccli/services/mongodb/v20190725/api.json +39 -39
  46. tccli/services/monitor/v20180724/api.json +5 -5
  47. tccli/services/mps/mps_client.py +397 -61
  48. tccli/services/mps/v20190612/api.json +1190 -132
  49. tccli/services/mps/v20190612/examples.json +76 -22
  50. tccli/services/mqtt/__init__.py +4 -0
  51. tccli/services/mqtt/mqtt_client.py +1610 -0
  52. tccli/services/mqtt/v20240516/api.json +3057 -0
  53. tccli/services/mqtt/v20240516/examples.json +213 -0
  54. tccli/services/ocr/v20181119/api.json +23 -3
  55. tccli/services/ocr/v20181119/examples.json +6 -6
  56. tccli/services/redis/v20180412/api.json +12 -12
  57. tccli/services/ses/ses_client.py +348 -12
  58. tccli/services/ses/v20201002/api.json +1197 -256
  59. tccli/services/ses/v20201002/examples.json +78 -24
  60. tccli/services/tcsas/tcsas_client.py +2281 -209
  61. tccli/services/tcsas/v20250106/api.json +8410 -3423
  62. tccli/services/tcsas/v20250106/examples.json +308 -12
  63. tccli/services/tdmq/v20200217/api.json +4 -4
  64. tccli/services/teo/teo_client.py +56 -0
  65. tccli/services/teo/v20220901/api.json +111 -12
  66. tccli/services/teo/v20220901/examples.json +8 -0
  67. tccli/services/tke/tke_client.py +168 -0
  68. tccli/services/tke/v20180525/api.json +227 -0
  69. tccli/services/tke/v20180525/examples.json +24 -0
  70. tccli/services/trocket/v20230308/api.json +96 -96
  71. tccli/services/trtc/v20190722/api.json +212 -144
  72. tccli/services/trtc/v20190722/examples.json +7 -7
  73. tccli/services/vod/v20180717/api.json +2929 -296
  74. tccli/services/vod/v20180717/examples.json +40 -6
  75. tccli/services/vod/vod_client.py +280 -0
  76. tccli/services/vpc/v20170312/api.json +80 -13
  77. tccli/services/vpc/v20170312/examples.json +17 -9
  78. tccli/services/vpc/vpc_client.py +64 -8
  79. {tccli_intl_en-3.1.11.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/METADATA +2 -2
  80. {tccli_intl_en-3.1.11.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/RECORD +84 -72
  81. {tccli_intl_en-3.1.11.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/WHEEL +1 -1
  82. {tccli_intl_en-3.1.11.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/LICENSE +0 -0
  83. {tccli_intl_en-3.1.11.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/entry_points.txt +0 -0
  84. {tccli_intl_en-3.1.11.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1131 @@
1
+ {
2
+ "actions": {
3
+ "ChatTranslations": {
4
+ "document": "Tencent Hunyuan is a large language model (LLM) developed by Tencent R&D. It possesses powerful Chinese creation capacity, logical reasoning in complex context, and reliable task execution power. This API supports streaming or non-streaming calls. When using streaming calls, it follows the SSE protocol.\n\n1. This API does not currently support returning Image Content.\n2. By default, this API has account restrictions with a number of concurrencies of 5. \n3. Please use the SDK to call this API. examples are provided in the Git repository examples/hunyuan/v20230901/ directory for each development language. The SDK link is provided in the \"**Developer Resources - SDK**\" part under the document.\n4. We recommend you use API Explorer for quick online debugging interface and download example code in languages, [click to open](https://console.cloud.tencent.com/api/explorer?Product=hunyuan&Version=2023-09-01&Action=ChatCompletions).",
5
+ "input": "ChatTranslationsRequest",
6
+ "name": "Translate",
7
+ "output": "ChatTranslationsResponse",
8
+ "status": "online"
9
+ },
10
+ "Convert3DFormat": {
11
+ "document": "After inputting a 3D model file, the 3D model file format can be switched.",
12
+ "input": "Convert3DFormatRequest",
13
+ "name": "Switch the model format",
14
+ "output": "Convert3DFormatResponse",
15
+ "status": "online"
16
+ },
17
+ "Describe3DSmartTopologyJob": {
18
+ "document": "The SmartTopoly API uses the Polygon 1.5 model. After manually inputting a 3D high-poly model, it can generate a neat 3D model with lower polygon count.\n1 concurrent is provided by default, which means 1 submitted task can be processed simultaneously. The next task can be processed only after the previous task is completed.",
19
+ "input": "Describe3DSmartTopologyJobRequest",
20
+ "name": "Query intelligent topology tasks",
21
+ "output": "Describe3DSmartTopologyJobResponse",
22
+ "status": "online"
23
+ },
24
+ "QueryHunyuan3DPartJob": {
25
+ "document": "This API is used to query the generation task of a component.",
26
+ "input": "QueryHunyuan3DPartJobRequest",
27
+ "name": "Queries a component generation task",
28
+ "output": "QueryHunyuan3DPartJobResponse",
29
+ "status": "online"
30
+ },
31
+ "QueryHunyuanTo3DProJob": {
32
+ "document": "This API is used to intelligently generate 3D content based on the HunYuan Large Model and input text descriptions/images.\nThis API is used to provide 3 concurrent tasks by default, which can process 3 submitted tasks simultaneously. The next task can be processed only after the previous task is completed.",
33
+ "input": "QueryHunyuanTo3DProJobRequest",
34
+ "name": "Query a hunyuan 3D pro edition task",
35
+ "output": "QueryHunyuanTo3DProJobResponse",
36
+ "status": "online"
37
+ },
38
+ "QueryHunyuanTo3DRapidJob": {
39
+ "document": "This API is used to intelligently generate 3D content based on the HunYuan Large Model with input text descriptions or images.\nThis API is used to provide 1 concurrent task by default, which means only 1 submitted task can be processed simultaneously. The next task can be processed only after the previous task is completed.",
40
+ "input": "QueryHunyuanTo3DRapidJobRequest",
41
+ "name": "Query a hunyuan 3D ultra-fast version task",
42
+ "output": "QueryHunyuanTo3DRapidJobResponse",
43
+ "status": "online"
44
+ },
45
+ "Submit3DSmartTopologyJob": {
46
+ "document": "The SmartTopoly API uses the Polygen 1.5 model. After manually inputting a 3D high-poly model, it can generate a neat 3D model with lower polygon count.\n1 concurrent is provided by default, which means 1 submitted task can be processed simultaneously. The next task can be processed only after the previous task is completed.",
47
+ "input": "Submit3DSmartTopologyJobRequest",
48
+ "name": "Submit an intelligent topology task",
49
+ "output": "Submit3DSmartTopologyJobResponse",
50
+ "status": "online"
51
+ },
52
+ "SubmitHunyuan3DPartJob": {
53
+ "document": "This API is used to automatically perform component identification and generation based on the model structure after inputting a 3D model file.",
54
+ "input": "SubmitHunyuan3DPartJobRequest",
55
+ "name": "Submit component generation task",
56
+ "output": "SubmitHunyuan3DPartJobResponse",
57
+ "status": "online"
58
+ },
59
+ "SubmitHunyuanTo3DProJob": {
60
+ "document": "This API is used to intelligently generate 3D content based on the HunYuan Large Model and input text descriptions/images.\nThis API is used to provide 3 concurrent tasks by default. Up to 3 submitted tasks can be processed simultaneously. A new task can be processed only after the previous one is completed.",
61
+ "input": "SubmitHunyuanTo3DProJobRequest",
62
+ "name": "Submit hunyuan 3D pro edition task",
63
+ "output": "SubmitHunyuanTo3DProJobResponse",
64
+ "status": "online"
65
+ },
66
+ "SubmitHunyuanTo3DRapidJob": {
67
+ "document": "This API is used to intelligently generate 3D content based on the HunYuan Large Model with input text descriptions or images.\nThis API is used to provide 1 concurrent task by default, which means only 1 submitted task can be processed simultaneously. The next task can be processed only after the previous task is completed.",
68
+ "input": "SubmitHunyuanTo3DRapidJobRequest",
69
+ "name": "Submit hunyuan 3D ultra-fast version task",
70
+ "output": "SubmitHunyuanTo3DRapidJobResponse",
71
+ "status": "online"
72
+ }
73
+ },
74
+ "metadata": {
75
+ "apiVersion": "2023-09-01",
76
+ "serviceNameCN": "腾讯混元大模型",
77
+ "serviceShortName": "hunyuan"
78
+ },
79
+ "objects": {
80
+ "ChatTranslationsRequest": {
81
+ "document": "ChatTranslations request structure.",
82
+ "members": [
83
+ {
84
+ "disabled": false,
85
+ "document": "Model name. optional values include hunyuan-translation.\nPlease read the introduction in [the product overview](https://www.tencentcloud.com/document/product/1284/75277) for model descriptions.\n\nNote:\nDifferent models have different pricing. according to [the purchase guide](https://www.tencentcloud.com/document/product/1284/77186), call as needed.",
86
+ "example": "hunyuan-translation",
87
+ "member": "string",
88
+ "name": "Model",
89
+ "required": true,
90
+ "type": "string"
91
+ },
92
+ {
93
+ "disabled": false,
94
+ "document": "Streaming call switch.\nNote:.\n1. it defaults to non-streaming (false) when no value is passed.\n2. for streaming calls, the results are incrementally returned via the SSE protocol (the return value is taken from Choices[n].Delta, and incremental data must be concatenated to obtain the complete result).\n3. for non-streaming calls:.\nThe calling method is the same as an ordinary HTTP request.\nThe API response is time-consuming. if needed, set it to true for reduced latency.\nOnly return the final result once (return value takes the value from Choices[n].Message).\n\nNote:.\nWhen making an SDK call, streaming and non-streaming calls require **different ways** to obtain the return value. refer to the comments or sample code in the SDK (in the examples/hunyuan/v20230901/ directory of each language SDK code repository).",
95
+ "example": "false",
96
+ "member": "bool",
97
+ "name": "Stream",
98
+ "required": false,
99
+ "type": "bool"
100
+ },
101
+ {
102
+ "disabled": false,
103
+ "document": "Text to be translated.",
104
+ "example": "Playing video games leads to lasting improvements in cognitive abilities.",
105
+ "member": "string",
106
+ "name": "Text",
107
+ "required": false,
108
+ "type": "string"
109
+ },
110
+ {
111
+ "disabled": false,
112
+ "document": "Source language.\nSupported language list:. \nSimplified chinese: zh, traditional chinese: zh-TR, cantonese: yue, english: en, french: fr, portuguese: pt, spanish: es, japanese: ja, turkish: TR, russian: ru, arabic: ar, korean: ko, thai: th, italian: it, german: de, vietnamese: vi, malay: ms, indonesian: id.\nThe following languages are supported only by the hunyuan-translation model:.\nFilipino: fil, hindi: hi, polish: pl, czech: cs, dutch: nl, khmer: km, burmese: my, persian: fa, gujarati: gu, urdu: ur, telugu: te, marathi: mr, hebrew: he, bengali: bn, tamil: ta, ukrainian: uk, tibetan: bo, kazakh: kk, mongolian: mn, uyghur: ug.",
113
+ "example": "en",
114
+ "member": "string",
115
+ "name": "Source",
116
+ "required": false,
117
+ "type": "string"
118
+ },
119
+ {
120
+ "disabled": false,
121
+ "document": "Target language.\nSupported language list:. \nSimplified chinese: zh, traditional chinese: zh-TR, cantonese: yue, english: en, french: fr, portuguese: pt, spanish: es, japanese: ja, turkish: TR, russian: ru, arabic: ar, korean: ko, thai: th, italian: it, german: de, vietnamese: vi, malay: ms, indonesian: id.\nThe following languages are supported only by the hunyuan-translation model:.\nFilipino: fil, hindi: hi, polish: pl, czech: cs, dutch: nl, khmer: km, burmese: my, persian: fa, gujarati: gu, urdu: ur, telugu: te, marathi: mr, hebrew: he, bengali: bn, tamil: ta, ukrainian: uk, tibetan: bo, kazakh: kk, mongolian: mn, uyghur: ug.",
122
+ "example": "zh",
123
+ "member": "string",
124
+ "name": "Target",
125
+ "required": false,
126
+ "type": "string"
127
+ },
128
+ {
129
+ "disabled": false,
130
+ "document": "Domain of the text to be translated, such as game plot.",
131
+ "example": "游戏剧情",
132
+ "member": "string",
133
+ "name": "Field",
134
+ "required": false,
135
+ "type": "string"
136
+ },
137
+ {
138
+ "disabled": false,
139
+ "document": "Reference example, up to 10.",
140
+ "example": "无",
141
+ "member": "Reference",
142
+ "name": "References",
143
+ "required": false,
144
+ "type": "list"
145
+ }
146
+ ],
147
+ "type": "object"
148
+ },
149
+ "ChatTranslationsResponse": {
150
+ "document": "ChatTranslations response structure.",
151
+ "members": [
152
+ {
153
+ "disabled": false,
154
+ "document": "Request'S RequestId this time.",
155
+ "example": "9c772634-8824-43e8-bc24-8bc4c19b9151",
156
+ "member": "string",
157
+ "name": "Id",
158
+ "output_required": false,
159
+ "type": "string",
160
+ "value_allowed_null": false
161
+ },
162
+ {
163
+ "disabled": false,
164
+ "document": "Disclaimer.",
165
+ "example": "以上内容为AI生成,不代表开发者立场,请勿删除或修改本标记",
166
+ "member": "string",
167
+ "name": "Note",
168
+ "output_required": false,
169
+ "type": "string",
170
+ "value_allowed_null": false
171
+ },
172
+ {
173
+ "disabled": false,
174
+ "document": "Unix timestamp, in seconds.",
175
+ "example": "1705634032",
176
+ "member": "int64",
177
+ "name": "Created",
178
+ "output_required": false,
179
+ "type": "int",
180
+ "value_allowed_null": false
181
+ },
182
+ {
183
+ "disabled": false,
184
+ "document": "Token statistical information.\nBilling by Token quantity.",
185
+ "example": "无",
186
+ "member": "Usage",
187
+ "name": "Usage",
188
+ "output_required": false,
189
+ "type": "object",
190
+ "value_allowed_null": false
191
+ },
192
+ {
193
+ "disabled": false,
194
+ "document": "Reply content.",
195
+ "example": "无",
196
+ "member": "TranslationChoice",
197
+ "name": "Choices",
198
+ "output_required": false,
199
+ "type": "list",
200
+ "value_allowed_null": false
201
+ },
202
+ {
203
+ "disabled": false,
204
+ "document": "Error message.\nIf the service encounters an exception during streaming return, return this error.",
205
+ "example": "无",
206
+ "member": "ErrorMsg",
207
+ "name": "ErrorMsg",
208
+ "output_required": false,
209
+ "type": "object",
210
+ "value_allowed_null": false
211
+ },
212
+ {
213
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. As a streaming response API, when the request is successfully completed, the RequestId will be placed in the Header \"X-TC-RequestId\" of the HTTP response.",
214
+ "member": "string",
215
+ "name": "RequestId",
216
+ "type": "string"
217
+ }
218
+ ],
219
+ "type": "object"
220
+ },
221
+ "Convert3DFormatRequest": {
222
+ "document": "Convert3DFormat request structure.",
223
+ "members": [
224
+ {
225
+ "disabled": false,
226
+ "document": "3D file url address. model file size not greater than 60 mb\nSupports fbx, obj, and glb format 3d file input",
227
+ "example": "url",
228
+ "member": "string",
229
+ "name": "File3D",
230
+ "required": true,
231
+ "type": "string"
232
+ },
233
+ {
234
+ "disabled": false,
235
+ "document": "Returns the 3D file format. valid values: \nSTL, USDZ, FBX, MP4, GIF\nRecommended input models below 50W, may timeout when selecting USDZ, MP4, or GIF format\nExample value: STL.",
236
+ "example": "STL",
237
+ "member": "string",
238
+ "name": "Format",
239
+ "required": true,
240
+ "type": "string"
241
+ }
242
+ ],
243
+ "type": "object"
244
+ },
245
+ "Convert3DFormatResponse": {
246
+ "document": "Convert3DFormat response structure.",
247
+ "members": [
248
+ {
249
+ "disabled": false,
250
+ "document": "3D file address",
251
+ "example": "url",
252
+ "member": "string",
253
+ "name": "ResultFile3D",
254
+ "output_required": false,
255
+ "type": "string",
256
+ "value_allowed_null": false
257
+ },
258
+ {
259
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
260
+ "member": "string",
261
+ "name": "RequestId",
262
+ "type": "string"
263
+ }
264
+ ],
265
+ "type": "object"
266
+ },
267
+ "Describe3DSmartTopologyJobRequest": {
268
+ "document": "Describe3DSmartTopologyJob request structure.",
269
+ "members": [
270
+ {
271
+ "disabled": false,
272
+ "document": "Task ID.\t",
273
+ "example": "1315932989749215232",
274
+ "member": "string",
275
+ "name": "JobId",
276
+ "required": true,
277
+ "type": "string"
278
+ }
279
+ ],
280
+ "type": "object"
281
+ },
282
+ "Describe3DSmartTopologyJobResponse": {
283
+ "document": "Describe3DSmartTopologyJob response structure.",
284
+ "members": [
285
+ {
286
+ "disabled": false,
287
+ "document": "Task status. WAIT: waiting; RUN: running; FAIL: failed; DONE: successful. example value: RUN.\t",
288
+ "example": "RUN",
289
+ "member": "string",
290
+ "name": "Status",
291
+ "output_required": false,
292
+ "type": "string",
293
+ "value_allowed_null": false
294
+ },
295
+ {
296
+ "disabled": false,
297
+ "document": "Error code.\t",
298
+ "example": "InvalidParameter",
299
+ "member": "string",
300
+ "name": "ErrorCode",
301
+ "output_required": false,
302
+ "type": "string",
303
+ "value_allowed_null": false
304
+ },
305
+ {
306
+ "disabled": false,
307
+ "document": "Error message.\t",
308
+ "example": "参数错误",
309
+ "member": "string",
310
+ "name": "ErrorMessage",
311
+ "output_required": false,
312
+ "type": "string",
313
+ "value_allowed_null": false
314
+ },
315
+ {
316
+ "disabled": false,
317
+ "document": "File generation URL address, with a valid period of 1 day.\t",
318
+ "example": "无",
319
+ "member": "File3D",
320
+ "name": "ResultFile3Ds",
321
+ "output_required": false,
322
+ "type": "list",
323
+ "value_allowed_null": false
324
+ },
325
+ {
326
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
327
+ "member": "string",
328
+ "name": "RequestId",
329
+ "type": "string"
330
+ }
331
+ ],
332
+ "type": "object"
333
+ },
334
+ "ErrorMsg": {
335
+ "document": "Runtime exception message.",
336
+ "members": [
337
+ {
338
+ "disabled": false,
339
+ "document": "Error message.",
340
+ "example": "无",
341
+ "member": "string",
342
+ "name": "Msg",
343
+ "output_required": false,
344
+ "type": "string",
345
+ "value_allowed_null": false
346
+ },
347
+ {
348
+ "disabled": false,
349
+ "document": "Error code.\n4000 internal service error.\n4001 request model timeout.\n",
350
+ "example": "无",
351
+ "member": "int64",
352
+ "name": "Code",
353
+ "output_required": false,
354
+ "type": "int",
355
+ "value_allowed_null": false
356
+ }
357
+ ],
358
+ "usage": "out"
359
+ },
360
+ "File3D": {
361
+ "document": "3D file.",
362
+ "members": [
363
+ {
364
+ "disabled": false,
365
+ "document": "3D file format. valid values: GIF, OBJ.",
366
+ "example": "GIF",
367
+ "member": "string",
368
+ "name": "Type",
369
+ "output_required": false,
370
+ "required": false,
371
+ "type": "string",
372
+ "value_allowed_null": false
373
+ },
374
+ {
375
+ "disabled": false,
376
+ "document": "Specifies the file Url (valid for 24 hours).",
377
+ "example": "https://cos.ap-guangzhou.myqcloud.com/gif.gif",
378
+ "member": "string",
379
+ "name": "Url",
380
+ "output_required": false,
381
+ "required": false,
382
+ "type": "string",
383
+ "value_allowed_null": false
384
+ },
385
+ {
386
+ "disabled": false,
387
+ "document": "Preview image Url.",
388
+ "example": "https://cos.ap-guangzhou.myqcloud.com/image.png",
389
+ "member": "string",
390
+ "name": "PreviewImageUrl",
391
+ "output_required": false,
392
+ "required": false,
393
+ "type": "string",
394
+ "value_allowed_null": false
395
+ }
396
+ ],
397
+ "usage": "both"
398
+ },
399
+ "InputFile3D": {
400
+ "document": "3D file.",
401
+ "members": [
402
+ {
403
+ "disabled": false,
404
+ "document": "Specifies the file Url with a valid period of 24 hours.\t",
405
+ "example": "https://cos.ap-guangzhou.myqcloud.com/obj.obj\t",
406
+ "member": "string",
407
+ "name": "Url",
408
+ "required": true,
409
+ "type": "string"
410
+ },
411
+ {
412
+ "disabled": false,
413
+ "document": "Specifies the file format.\t",
414
+ "example": "OBJ",
415
+ "member": "string",
416
+ "name": "Type",
417
+ "required": true,
418
+ "type": "string"
419
+ }
420
+ ],
421
+ "usage": "in"
422
+ },
423
+ "PromptTokensDetails": {
424
+ "document": "Specifies the detailed information of the input token.",
425
+ "members": [
426
+ {
427
+ "disabled": false,
428
+ "document": "The number of cache tokens.",
429
+ "example": "0",
430
+ "member": "string",
431
+ "name": "CachedTokens",
432
+ "output_required": false,
433
+ "type": "string",
434
+ "value_allowed_null": false
435
+ }
436
+ ],
437
+ "usage": "out"
438
+ },
439
+ "QueryHunyuan3DPartJobRequest": {
440
+ "document": "QueryHunyuan3DPartJob request structure.",
441
+ "members": [
442
+ {
443
+ "disabled": false,
444
+ "document": "Task ID",
445
+ "example": "1376862528873414656",
446
+ "member": "string",
447
+ "name": "JobId",
448
+ "required": true,
449
+ "type": "string"
450
+ }
451
+ ],
452
+ "type": "object"
453
+ },
454
+ "QueryHunyuan3DPartJobResponse": {
455
+ "document": "QueryHunyuan3DPartJob response structure.",
456
+ "members": [
457
+ {
458
+ "disabled": false,
459
+ "document": "Task status:\nWAIT: waiting\nRUN: running\nFAIL: failed\nDONE: successful\nExample value: RUN",
460
+ "example": "WAIT",
461
+ "member": "string",
462
+ "name": "Status",
463
+ "output_required": false,
464
+ "type": "string",
465
+ "value_allowed_null": false
466
+ },
467
+ {
468
+ "disabled": false,
469
+ "document": "Error code",
470
+ "example": "InvalidParameter",
471
+ "member": "string",
472
+ "name": "ErrorCode",
473
+ "output_required": false,
474
+ "type": "string",
475
+ "value_allowed_null": false
476
+ },
477
+ {
478
+ "disabled": false,
479
+ "document": "Error message",
480
+ "example": "参数错误。\t",
481
+ "member": "string",
482
+ "name": "ErrorMessage",
483
+ "output_required": false,
484
+ "type": "string",
485
+ "value_allowed_null": false
486
+ },
487
+ {
488
+ "disabled": false,
489
+ "document": "Generates the file URL with a valid period of 1 day",
490
+ "example": "无",
491
+ "member": "File3D",
492
+ "name": "ResultFile3Ds",
493
+ "output_required": false,
494
+ "type": "list",
495
+ "value_allowed_null": false
496
+ },
497
+ {
498
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
499
+ "member": "string",
500
+ "name": "RequestId",
501
+ "type": "string"
502
+ }
503
+ ],
504
+ "type": "object"
505
+ },
506
+ "QueryHunyuanTo3DProJobRequest": {
507
+ "document": "QueryHunyuanTo3DProJob request structure.",
508
+ "members": [
509
+ {
510
+ "disabled": false,
511
+ "document": "Task ID.",
512
+ "example": "1357237233311637504",
513
+ "member": "string",
514
+ "name": "JobId",
515
+ "required": true,
516
+ "type": "string"
517
+ }
518
+ ],
519
+ "type": "object"
520
+ },
521
+ "QueryHunyuanTo3DProJobResponse": {
522
+ "document": "QueryHunyuanTo3DProJob response structure.",
523
+ "members": [
524
+ {
525
+ "disabled": false,
526
+ "document": "Task status:\nWAIT: waiting\nRUN: running; FAIL: failed\nDONE: successful",
527
+ "example": "DONE",
528
+ "member": "string",
529
+ "name": "Status",
530
+ "output_required": false,
531
+ "type": "string",
532
+ "value_allowed_null": false
533
+ },
534
+ {
535
+ "disabled": false,
536
+ "document": "Error code",
537
+ "example": "InvalidParameter",
538
+ "member": "string",
539
+ "name": "ErrorCode",
540
+ "output_required": false,
541
+ "type": "string",
542
+ "value_allowed_null": false
543
+ },
544
+ {
545
+ "disabled": false,
546
+ "document": "Error message",
547
+ "example": "参数错误。",
548
+ "member": "string",
549
+ "name": "ErrorMessage",
550
+ "output_required": false,
551
+ "type": "string",
552
+ "value_allowed_null": false
553
+ },
554
+ {
555
+ "disabled": false,
556
+ "document": "Describes the generated 3d file array",
557
+ "example": "无",
558
+ "member": "File3D",
559
+ "name": "ResultFile3Ds",
560
+ "output_required": false,
561
+ "type": "list",
562
+ "value_allowed_null": false
563
+ },
564
+ {
565
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
566
+ "member": "string",
567
+ "name": "RequestId",
568
+ "type": "string"
569
+ }
570
+ ],
571
+ "type": "object"
572
+ },
573
+ "QueryHunyuanTo3DRapidJobRequest": {
574
+ "document": "QueryHunyuanTo3DRapidJob request structure.",
575
+ "members": [
576
+ {
577
+ "disabled": false,
578
+ "document": "Task ID.\t",
579
+ "example": "1315932989749215232",
580
+ "member": "string",
581
+ "name": "JobId",
582
+ "required": false,
583
+ "type": "string"
584
+ }
585
+ ],
586
+ "type": "object"
587
+ },
588
+ "QueryHunyuanTo3DRapidJobResponse": {
589
+ "document": "QueryHunyuanTo3DRapidJob response structure.",
590
+ "members": [
591
+ {
592
+ "disabled": false,
593
+ "document": "Task status:\nWAIT: waiting\nRUN: running\nFAIL: failed\nDONE: successful\t",
594
+ "example": "RUN",
595
+ "member": "string",
596
+ "name": "Status",
597
+ "output_required": false,
598
+ "type": "string",
599
+ "value_allowed_null": false
600
+ },
601
+ {
602
+ "disabled": false,
603
+ "document": "Error code",
604
+ "example": "InvalidParameter",
605
+ "member": "string",
606
+ "name": "ErrorCode",
607
+ "output_required": false,
608
+ "type": "string",
609
+ "value_allowed_null": false
610
+ },
611
+ {
612
+ "disabled": false,
613
+ "document": "Error message\t",
614
+ "example": "参数错误\t",
615
+ "member": "string",
616
+ "name": "ErrorMessage",
617
+ "output_required": false,
618
+ "type": "string",
619
+ "value_allowed_null": false
620
+ },
621
+ {
622
+ "disabled": false,
623
+ "document": "Specifies the generated 3D file array",
624
+ "example": "无",
625
+ "member": "File3D",
626
+ "name": "ResultFile3Ds",
627
+ "output_required": false,
628
+ "type": "list",
629
+ "value_allowed_null": false
630
+ },
631
+ {
632
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
633
+ "member": "string",
634
+ "name": "RequestId",
635
+ "type": "string"
636
+ }
637
+ ],
638
+ "type": "object"
639
+ },
640
+ "Reference": {
641
+ "document": "Translate dialogue reference example.",
642
+ "members": [
643
+ {
644
+ "disabled": false,
645
+ "document": "Translate text type, enumerate \"sentence\" means sentence, \"term\" means terminology.",
646
+ "example": "sentence",
647
+ "member": "string",
648
+ "name": "Type",
649
+ "required": false,
650
+ "type": "string"
651
+ },
652
+ {
653
+ "disabled": false,
654
+ "document": "Original.",
655
+ "example": "Computer games are a perfect recipe for strengthening our cognitive skills",
656
+ "member": "string",
657
+ "name": "Text",
658
+ "required": false,
659
+ "type": "string"
660
+ },
661
+ {
662
+ "disabled": false,
663
+ "document": "Translation.",
664
+ "example": "电脑游戏是增强我们认知能力的完美秘诀",
665
+ "member": "string",
666
+ "name": "Translation",
667
+ "required": false,
668
+ "type": "string"
669
+ }
670
+ ],
671
+ "usage": "in"
672
+ },
673
+ "Submit3DSmartTopologyJobRequest": {
674
+ "document": "Submit3DSmartTopologyJob request structure.",
675
+ "members": [
676
+ {
677
+ "disabled": false,
678
+ "document": "Source 3D file model link\nReference value:glb,obj\nOne of the file formats is required.\nUrl: file size cannot exceed 200MB.\n3D model requirements: complex models and topologized models do not support face reduction. recommended input is non-topologized high-poly models, such as those generated by hunyuan 3d. high applicability categories include hard surface, game character, prop, daily objects.",
679
+ "example": "无",
680
+ "member": "InputFile3D",
681
+ "name": "File3D",
682
+ "required": true,
683
+ "type": "object"
684
+ },
685
+ {
686
+ "disabled": false,
687
+ "document": "Polygon type, indicates the model surface is composed of grid components, defaults to triangle\nReference value:\ntriangle: triangle face\nquadrilateral: triangular and quadrilateral mixed face",
688
+ "example": "triangle",
689
+ "member": "string",
690
+ "name": "PolygonType",
691
+ "required": false,
692
+ "type": "string"
693
+ },
694
+ {
695
+ "disabled": false,
696
+ "document": "Reduction level bit type\nvalid values: high, medium, low",
697
+ "example": "high",
698
+ "member": "string",
699
+ "name": "FaceLevel",
700
+ "required": false,
701
+ "type": "string"
702
+ }
703
+ ],
704
+ "type": "object"
705
+ },
706
+ "Submit3DSmartTopologyJobResponse": {
707
+ "document": "Submit3DSmartTopologyJob response structure.",
708
+ "members": [
709
+ {
710
+ "disabled": false,
711
+ "document": "Task ID.\t",
712
+ "example": "1315932989749215232",
713
+ "member": "string",
714
+ "name": "JobId",
715
+ "output_required": false,
716
+ "type": "string",
717
+ "value_allowed_null": false
718
+ },
719
+ {
720
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
721
+ "member": "string",
722
+ "name": "RequestId",
723
+ "type": "string"
724
+ }
725
+ ],
726
+ "type": "object"
727
+ },
728
+ "SubmitHunyuan3DPartJobRequest": {
729
+ "document": "SubmitHunyuan3DPartJob request structure.",
730
+ "members": [
731
+ {
732
+ "disabled": false,
733
+ "document": "Recommends inputting 3D models generated by AIGC\nRecommended file size not greater than 100MB\nFace count not greater than 30,000\nOnly supports FBX format",
734
+ "example": "无",
735
+ "member": "InputFile3D",
736
+ "name": "File",
737
+ "required": false,
738
+ "type": "object"
739
+ }
740
+ ],
741
+ "type": "object"
742
+ },
743
+ "SubmitHunyuan3DPartJobResponse": {
744
+ "document": "SubmitHunyuan3DPartJob response structure.",
745
+ "members": [
746
+ {
747
+ "disabled": false,
748
+ "document": "Task id (valid period: 24 hours)",
749
+ "example": "1384898587778465792",
750
+ "member": "string",
751
+ "name": "JobId",
752
+ "output_required": false,
753
+ "type": "string",
754
+ "value_allowed_null": false
755
+ },
756
+ {
757
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
758
+ "member": "string",
759
+ "name": "RequestId",
760
+ "type": "string"
761
+ }
762
+ ],
763
+ "type": "object"
764
+ },
765
+ "SubmitHunyuanTo3DProJobRequest": {
766
+ "document": "SubmitHunyuanTo3DProJob request structure.",
767
+ "members": [
768
+ {
769
+ "disabled": false,
770
+ "document": "Tencent HY 3D Global model version\nDefaults to 3.0, with optional choices: 3.0, 3.1\nWhen selecting version 3.1, the [LowPoly] and [Sketch] parameter is unavailable\nExample value:3.0",
771
+ "example": "3.0",
772
+ "member": "string",
773
+ "name": "Model",
774
+ "required": false,
775
+ "type": "string"
776
+ },
777
+ {
778
+ "disabled": false,
779
+ "document": "Generates 3D content, describes 3D content.\nSupports up to 1024 utf-8 characters.\nText-To-3D. Specifies either ImageBase64/ImageUrl or Prompt is required. Prompt and ImageBase64/ImageUrl cannot coexist.",
780
+ "example": "1",
781
+ "member": "string",
782
+ "name": "Prompt",
783
+ "required": false,
784
+ "type": "string"
785
+ },
786
+ {
787
+ "disabled": false,
788
+ "document": "Enter the Base64 code of the image.\nSize: specifies the unilateral resolution requirement, not less than 128 and not greater than 5000. size should not exceed 8m (after encoding, it increases by about 30%, recommend actual input image size no more than 6m).\nInput image suggestion:\n1.Simple background (solid-color background) \n2.No text or blended colors\n3.Single object\n4.The object occupies over 50% of the frame\nValid values: jpg, png, jpeg, webp.\nSpecifies either ImageBase64/ImageUrl or Prompt is required. Prompt and ImageBase64/ImageUrl cannot coexist.",
789
+ "example": "1",
790
+ "member": "string",
791
+ "name": "ImageBase64",
792
+ "required": false,
793
+ "type": "string"
794
+ },
795
+ {
796
+ "disabled": false,
797
+ "document": "Input image Url.\nSize: specifies the unilateral resolution requirement, not less than 128 and not greater than 5000. size should not exceed 8m (after encoding, it increases by about 30%, recommend actual input image size no more than 6m).\nInput image suggestion:\n1.Simple background (solid-color background) \n2.No text or blended colors\n3.Single object\n4.The object occupies over 50% of the frame\nValid values: jpg, png, jpeg, webp.\nSpecifies either ImageBase64/ImageUrl or Prompt is required. Prompt and ImageBase64/ImageUrl cannot coexist.",
798
+ "example": "1",
799
+ "member": "string",
800
+ "name": "ImageUrl",
801
+ "required": false,
802
+ "type": "string"
803
+ },
804
+ {
805
+ "disabled": false,
806
+ "document": "Multi-Perspective model image. reference value for viewing angle:.\nleft: Left view;\nright: Right view;\nback: Rear view;\ntop: Top view (only supported in Model 3.1);\nbottom: Bottom view (only supported in Model 3.1);\nleft_front: Left front 45 degree view (only supported in Model 3.1);\nright_front: Right front 45 degree view (only supported in Model 3.1);\n\nEach perspective is limited to one image.\nImage size limit. the value must not exceed 8 mb after encoding.\nImage resolution limitation: the unilateral resolution should be less than 5000 and greater than 128.\nSupported image format: JPG or PNG",
807
+ "example": "无",
808
+ "member": "ViewImage",
809
+ "name": "MultiViewImages",
810
+ "required": false,
811
+ "type": "list"
812
+ },
813
+ {
814
+ "disabled": false,
815
+ "document": "Specifies whether PBR material generation is enabled. default false",
816
+ "example": "true",
817
+ "member": "bool",
818
+ "name": "EnablePBR",
819
+ "required": false,
820
+ "type": "bool"
821
+ },
822
+ {
823
+ "disabled": false,
824
+ "document": "Specifies the face count for 3D model generation. default value is 500000.\nSpecifies the supported face count generation range. value range: 40000-1500000",
825
+ "example": "400000",
826
+ "member": "int64",
827
+ "name": "FaceCount",
828
+ "required": false,
829
+ "type": "int"
830
+ },
831
+ {
832
+ "disabled": false,
833
+ "document": "Generation task type. default: Normal. valid values:\nNormal: generates a geometric model with textures\nLowPoly: specifies the model generated after intelligent polygon reduction.\nGeometry: specifies whether to generate a Geometry model without textures (white model). when this task is selected, the EnablePBR parameter does not take effect\nSpecifies the Sketch for the generative model, allowing input of a Sketch or line drawing. in this mode, both prompt and ImageUrl/ImageBase64 can be entered together",
834
+ "example": "Normal",
835
+ "member": "string",
836
+ "name": "GenerateType",
837
+ "required": false,
838
+ "type": "string"
839
+ },
840
+ {
841
+ "disabled": false,
842
+ "document": "This parameter only takes effect when LowPoly mode is selected from GenerateType\n\nPolygon type, indicates the number of sides in the model's surface grid, defaults to triangle. valid values:\ntriangle. specifies the triangular face\nquadrilateral: mix quadrangle and triangle faces to generate",
843
+ "example": "triangle",
844
+ "member": "string",
845
+ "name": "PolygonType",
846
+ "required": false,
847
+ "type": "string"
848
+ }
849
+ ],
850
+ "type": "object"
851
+ },
852
+ "SubmitHunyuanTo3DProJobResponse": {
853
+ "document": "SubmitHunyuanTo3DProJob response structure.",
854
+ "members": [
855
+ {
856
+ "disabled": false,
857
+ "document": "Task ID (valid period: 24 hours).",
858
+ "example": "1357237233311637504",
859
+ "member": "string",
860
+ "name": "JobId",
861
+ "output_required": false,
862
+ "type": "string",
863
+ "value_allowed_null": false
864
+ },
865
+ {
866
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
867
+ "member": "string",
868
+ "name": "RequestId",
869
+ "type": "string"
870
+ }
871
+ ],
872
+ "type": "object"
873
+ },
874
+ "SubmitHunyuanTo3DRapidJobRequest": {
875
+ "document": "SubmitHunyuanTo3DRapidJob request structure.",
876
+ "members": [
877
+ {
878
+ "disabled": false,
879
+ "document": "Text-To-3D, description of 3D content, forward Prompt content\nSupports up to 200 utf-8 characters\nEither ImageBase64, ImageUrl, or Prompt is required, and Prompt cannot coexist with ImageBase64/ImageUrl",
880
+ "example": "一只小猫",
881
+ "member": "string",
882
+ "name": "Prompt",
883
+ "required": false,
884
+ "type": "string"
885
+ },
886
+ {
887
+ "disabled": false,
888
+ "document": "Input image Base64 data\nSize: unilateral resolution requirement not less than 128, not greater than 5000, size not greater than 6mb (after encoding, size increases by approximately 30%). format:\njpg, png, jpeg, webp\nImagebase64, imageurl, and Prompt are required, but Prompt and imagebase64/imageurl cannot coexist",
889
+ "example": "/9j/4QlQaHR0c...N6a2M5ZCI\t",
890
+ "member": "string",
891
+ "name": "ImageBase64",
892
+ "required": false,
893
+ "type": "string"
894
+ },
895
+ {
896
+ "disabled": false,
897
+ "document": "Input image Url size: \nUnilateral resolution requirement not less than 128, not greater than 5000. size not greater than 8mb\nFormat: jpg, png, jpeg, webp\nImagebase64, imageurl, and Prompt are required, and Prompt cannot coexist with imagebase64/imageurl\t",
898
+ "example": "https://***.cos.ap-guangzhou.myqcloud.com/***.jpg\t",
899
+ "member": "string",
900
+ "name": "ImageUrl",
901
+ "required": false,
902
+ "type": "string"
903
+ },
904
+ {
905
+ "disabled": false,
906
+ "document": "Specifies whether PBR material generation is enabled, false by default.\t",
907
+ "example": "false",
908
+ "member": "bool",
909
+ "name": "EnablePBR",
910
+ "required": false,
911
+ "type": "bool"
912
+ },
913
+ {
914
+ "disabled": false,
915
+ "document": "Specifies whether to enable the single geometry generation option\nWhen enabled, it generates a 3D model without textures (white model)\nWhen enabled, the generative model does not support OBJ format\nDefault model file format is GLB",
916
+ "example": "false",
917
+ "member": "bool",
918
+ "name": "EnableGeometry",
919
+ "required": false,
920
+ "type": "bool"
921
+ }
922
+ ],
923
+ "type": "object"
924
+ },
925
+ "SubmitHunyuanTo3DRapidJobResponse": {
926
+ "document": "SubmitHunyuanTo3DRapidJob response structure.",
927
+ "members": [
928
+ {
929
+ "disabled": false,
930
+ "document": "Task ID (valid period: 24 hours)",
931
+ "example": "1315932989749215232",
932
+ "member": "string",
933
+ "name": "JobId",
934
+ "output_required": false,
935
+ "type": "string",
936
+ "value_allowed_null": false
937
+ },
938
+ {
939
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
940
+ "member": "string",
941
+ "name": "RequestId",
942
+ "type": "string"
943
+ }
944
+ ],
945
+ "type": "object"
946
+ },
947
+ "TranslationChoice": {
948
+ "document": "Translate the reply returned by the translation api, support multiple.",
949
+ "members": [
950
+ {
951
+ "disabled": false,
952
+ "document": "End flag, can be stop or sensitive.\nstop means output ends normally.\nsensitive only appears when streaming output review is enabled, indicating security review not passed.",
953
+ "example": "stop",
954
+ "member": "string",
955
+ "name": "FinishReason",
956
+ "output_required": false,
957
+ "type": "string",
958
+ "value_allowed_null": false
959
+ },
960
+ {
961
+ "disabled": false,
962
+ "document": "Index value, used when streaming.",
963
+ "example": "0",
964
+ "member": "int64",
965
+ "name": "Index",
966
+ "output_required": false,
967
+ "type": "int",
968
+ "value_allowed_null": false
969
+ },
970
+ {
971
+ "disabled": false,
972
+ "document": "Incremental return value used when streaming this field.",
973
+ "example": "无",
974
+ "member": "TranslationDelta",
975
+ "name": "Delta",
976
+ "output_required": false,
977
+ "type": "object",
978
+ "value_allowed_null": false
979
+ },
980
+ {
981
+ "disabled": false,
982
+ "document": "Return value, used when non-streaming.",
983
+ "example": "无",
984
+ "member": "TranslationMessage",
985
+ "name": "Message",
986
+ "output_required": false,
987
+ "type": "object",
988
+ "value_allowed_null": false
989
+ }
990
+ ],
991
+ "usage": "out"
992
+ },
993
+ "TranslationDelta": {
994
+ "document": "Translate the API response content (streaming return).",
995
+ "members": [
996
+ {
997
+ "disabled": false,
998
+ "document": "Role name.",
999
+ "example": "assistant",
1000
+ "member": "string",
1001
+ "name": "Role",
1002
+ "output_required": false,
1003
+ "type": "string",
1004
+ "value_allowed_null": false
1005
+ },
1006
+ {
1007
+ "disabled": false,
1008
+ "document": "Content details.",
1009
+ "example": "你好!请问有什么我可以帮助你的吗?",
1010
+ "member": "string",
1011
+ "name": "Content",
1012
+ "output_required": false,
1013
+ "type": "string",
1014
+ "value_allowed_null": false
1015
+ }
1016
+ ],
1017
+ "usage": "out"
1018
+ },
1019
+ "TranslationMessage": {
1020
+ "document": "Translate the session content via translation api.",
1021
+ "members": [
1022
+ {
1023
+ "disabled": false,
1024
+ "document": "Role. valid values: system, user, assistant, tool.",
1025
+ "example": "user",
1026
+ "member": "string",
1027
+ "name": "Role",
1028
+ "output_required": false,
1029
+ "type": "string",
1030
+ "value_allowed_null": false
1031
+ },
1032
+ {
1033
+ "disabled": false,
1034
+ "document": "Text content.",
1035
+ "example": "你好!",
1036
+ "member": "string",
1037
+ "name": "Content",
1038
+ "output_required": false,
1039
+ "type": "string",
1040
+ "value_allowed_null": false
1041
+ }
1042
+ ],
1043
+ "usage": "out"
1044
+ },
1045
+ "Usage": {
1046
+ "document": "Token quantity.",
1047
+ "members": [
1048
+ {
1049
+ "disabled": false,
1050
+ "document": "Input Token quantity.",
1051
+ "example": "8",
1052
+ "member": "int64",
1053
+ "name": "PromptTokens",
1054
+ "output_required": false,
1055
+ "type": "int",
1056
+ "value_allowed_null": false
1057
+ },
1058
+ {
1059
+ "disabled": false,
1060
+ "document": "Output Token quantity.",
1061
+ "example": "20",
1062
+ "member": "int64",
1063
+ "name": "CompletionTokens",
1064
+ "output_required": false,
1065
+ "type": "int",
1066
+ "value_allowed_null": false
1067
+ },
1068
+ {
1069
+ "disabled": false,
1070
+ "document": "Total Token quantity.",
1071
+ "example": "28",
1072
+ "member": "int64",
1073
+ "name": "TotalTokens",
1074
+ "output_required": false,
1075
+ "type": "int",
1076
+ "value_allowed_null": false
1077
+ },
1078
+ {
1079
+ "disabled": false,
1080
+ "document": "Details of the input token.",
1081
+ "example": "无",
1082
+ "member": "PromptTokensDetails",
1083
+ "name": "PromptTokensDetails",
1084
+ "output_required": false,
1085
+ "type": "object",
1086
+ "value_allowed_null": false
1087
+ }
1088
+ ],
1089
+ "usage": "out"
1090
+ },
1091
+ "ViewImage": {
1092
+ "document": "Multi-Perspective images.",
1093
+ "members": [
1094
+ {
1095
+ "disabled": false,
1096
+ "document": "Specifies the viewing angle type.\nValid values: back, left, right.",
1097
+ "example": "back",
1098
+ "member": "string",
1099
+ "name": "ViewType",
1100
+ "output_required": false,
1101
+ "required": false,
1102
+ "type": "string",
1103
+ "value_allowed_null": false
1104
+ },
1105
+ {
1106
+ "disabled": false,
1107
+ "document": "Image Url.",
1108
+ "example": "https://cos.ap-guangzhou.myqcloud.com/image.jpg",
1109
+ "member": "string",
1110
+ "name": "ViewImageUrl",
1111
+ "output_required": false,
1112
+ "required": false,
1113
+ "type": "string",
1114
+ "value_allowed_null": false
1115
+ },
1116
+ {
1117
+ "disabled": false,
1118
+ "document": "base64 address of the image.",
1119
+ "example": "/9j/4QlQaHR0c...N6a2M5ZCI",
1120
+ "member": "string",
1121
+ "name": "ViewImageBase64",
1122
+ "output_required": false,
1123
+ "required": false,
1124
+ "type": "string",
1125
+ "value_allowed_null": false
1126
+ }
1127
+ ],
1128
+ "usage": "both"
1129
+ }
1130
+ }
1131
+ }