-
Notifications
You must be signed in to change notification settings - Fork 5
/
apis.swagger.yaml
462 lines (462 loc) · 15.9 KB
/
apis.swagger.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
swagger: "2.0"
info:
title: baidubce/ai_custom/v1/wenxinworkshop.proto
version: version not set
tags:
- name: WenxinworkshopService
- name: ErnievilgService
- name: OauthService
consumes:
- application/json
produces:
- application/json
paths:
/oauth/2.0/token:
post:
operationId: OauthService_Token
responses:
"200":
description: A successful response.
schema:
$ref: '#/definitions/v1TokenResponse'
default:
description: An unexpected error response.
schema:
$ref: '#/definitions/rpcStatus'
parameters:
- name: body
in: body
required: true
schema:
$ref: '#/definitions/v1TokenRequest'
tags:
- OauthService
/rpc/2.0/ai_custom/v1/wenxinworkshop/balance:
post:
summary: 'TODO: find api'
operationId: WenxinworkshopService_Balance
responses:
"200":
description: A successful response.
schema:
$ref: '#/definitions/v1BalanceResponse'
default:
description: An unexpected error response.
schema:
$ref: '#/definitions/rpcStatus'
parameters:
- name: body
in: body
required: true
schema:
$ref: '#/definitions/v1BalanceRequest'
tags:
- WenxinworkshopService
/rpc/2.0/ai_custom/v1/wenxinworkshop/chat/completions:
post:
summary: 文心一言云服务
operationId: WenxinworkshopService_ChatCompletions
responses:
"200":
description: A successful response.
schema:
$ref: '#/definitions/v1ChatResponse'
default:
description: An unexpected error response.
schema:
$ref: '#/definitions/rpcStatus'
parameters:
- name: body
in: body
required: true
schema:
$ref: '#/definitions/v1ChatCompletionsRequest'
tags:
- WenxinworkshopService
/rpc/2.0/ai_custom/v1/wenxinworkshop/chat/completions:stream:
post:
operationId: WenxinworkshopService_ChatCompletionsStream
responses:
"200":
description: A successful response.(streaming responses)
schema:
type: object
properties:
result:
$ref: '#/definitions/v1ChatResponse'
error:
$ref: '#/definitions/rpcStatus'
title: Stream result of v1ChatResponse
default:
description: An unexpected error response.
schema:
$ref: '#/definitions/rpcStatus'
parameters:
- name: body
in: body
required: true
schema:
$ref: '#/definitions/v1ChatCompletionsRequest'
tags:
- WenxinworkshopService
/rpc/2.0/ai_custom/v1/wenxinworkshop/chat/eb-instant:
post:
operationId: WenxinworkshopService_ChatEbInstant
responses:
"200":
description: A successful response.
schema:
$ref: '#/definitions/v1ChatResponse'
default:
description: An unexpected error response.
schema:
$ref: '#/definitions/rpcStatus'
parameters:
- name: body
in: body
required: true
schema:
$ref: '#/definitions/v1ChatEbInstantRequest'
tags:
- WenxinworkshopService
/rpc/2.0/ernievilg/v1/getImgv2:
post:
operationId: ErnievilgService_GetImgV2
responses:
"200":
description: A successful response.
schema:
$ref: '#/definitions/v1GetImgV2Response'
default:
description: An unexpected error response.
schema:
$ref: '#/definitions/rpcStatus'
parameters:
- name: body
in: body
required: true
schema:
$ref: '#/definitions/v1GetImgV2Request'
tags:
- ErnievilgService
/rpc/2.0/ernievilg/v1/txt2imgv2:
post:
operationId: ErnievilgService_Txt2ImgV2
responses:
"200":
description: A successful response.
schema:
$ref: '#/definitions/v1Txt2ImgV2Response'
default:
description: An unexpected error response.
schema:
$ref: '#/definitions/rpcStatus'
parameters:
- name: body
in: body
required: true
schema:
$ref: '#/definitions/v1Txt2ImgV2Request'
tags:
- ErnievilgService
definitions:
GetImgV2ResponseFinalImage:
type: object
properties:
imgUrl:
type: string
title: 是 图片所在 BOS http 地址,默认 1 小时失效
height:
type: integer
format: int64
title: 是 图片像素信息-高度
width:
type: integer
format: int64
title: 是 图片像素信息-宽度
imgApproveConclusion:
type: string
title: '是 图片机审结果,"block":输入图片违规;"review": 输入图片疑似违规;"pass": 输入图片未发现问题;'
GetImgV2ResponseTaskResult:
type: object
properties:
subTaskStatus:
type: string
title: 是 单风格图片状态。有 INIT(初始化),WAIT(排队中), RUNNING(生成中), FAILED(失败), SUCCESS(成功)四种状态,只有 SUCCESS 为成功状态,进行计费
subTaskProgress:
type: integer
format: int32
title: 否 单任务图片生成进度,进度包含2种,0为未处理完,1为处理完成
subTaskErrorCode:
type: string
title: 是 单风格任务错误码。0:正常;501:文本黄反拦截;201:模型生图失败
finalImageList:
$ref: '#/definitions/GetImgV2ResponseFinalImage'
title: "是 \t [] \t单风格任务产出的最终图列表"
protobufAny:
type: object
properties:
'@type':
type: string
additionalProperties: {}
rpcStatus:
type: object
properties:
code:
type: integer
format: int32
message:
type: string
details:
type: array
items:
type: object
$ref: '#/definitions/protobufAny'
v1BalanceRequest:
type: object
v1BalanceResponse:
type: object
properties:
TotalGranted:
type: number
format: float
TotalUsed:
type: number
format: float
TotalAvailable:
type: number
format: float
v1ChatCompletionsRequest:
type: object
properties:
messages:
type: array
items:
type: object
$ref: '#/definitions/v1Message'
title: |-
是 聊天上下文信息。说明:
(1)messages成员不能为空,1个成员表示单轮对话,多个成员表示多轮对话。
(2)最后一个message为当前请求的信息,前面的message为历史对话信息。
(3)必须为奇数个成员,成员中message的role必须依次为user、assistant。
(4)最后一个message的content长度(即此轮对话的问题)不能超过2000个字符;如果messages中content总长度大于2000字符,系统会依次遗忘最早的历史会话,直到content的总长度不超过2000个字符。
stream:
type: boolean
title: "否 \t是否以流式接口的形式返回数据,默认false。"
user:
type: string
title: "否 \t表示最终用户的唯一标识符,可以监视和检测滥用行为,防止接口恶意调用。"
title: 文心一言云服务
v1ChatEbInstantRequest:
type: object
properties:
messages:
type: array
items:
type: object
$ref: '#/definitions/v1Message'
title: |-
是 聊天上下文信息。说明:
(1)messages成员不能为空,1个成员表示单轮对话,多个成员表示多轮对话。
(2)最后一个message为当前请求的信息,前面的message为历史对话信息。
(3)必须为奇数个成员,成员中message的role必须依次为user、assistant。
(4)最后一个message的content长度(即此轮对话的问题)不能超过2000个字符;如果messages中content总长度大于2000字符,系统会依次遗忘最早的历史会话,直到content的总长度不超过2000个字符。
stream:
type: boolean
title: "否 \t是否以流式接口的形式返回数据,默认false。"
user:
type: string
title: "否 \t表示最终用户的唯一标识符,可以监视和检测滥用行为,防止接口恶意调用。"
title: ErnieBot-Lite
v1ChatResponse:
type: object
properties:
id:
type: string
title: 本轮对话的id。
object:
type: string
title: |-
回包类型。
chat.completion:多轮对话返回
created:
type: integer
format: int32
title: 时间戳。
sentenceId:
type: integer
format: int32
title: 表示当前子句的序号。只有在流式接口模式下会返回该字段。
isEnd:
type: boolean
title: 表示当前子句是否是最后一句。只有在流式接口模式下会返回该字段。
result:
type: string
title: 对话返回结果。
needClearHistory:
type: boolean
title: |-
表示用户输入是否存在安全,是否关闭当前会话,清理历史回话信息。
true:是,表示用户输入存在安全风险,建议关闭当前会话,清理历史会话信息。
false:否,表示用户输入无安全风险。
usage:
$ref: '#/definitions/v1Usage'
title: token统计信息,token数 = 汉字数+单词数*1.3 (仅为估算逻辑)。
title: |-
文心一言云服务
ErnieBot-Lite
v1GetImgV2Request:
type: object
properties:
taskId:
type: string
title: 是 从提交请求的提交接口的返回值中获取,可使用task_id 查询总任务
v1GetImgV2Response:
type: object
properties:
logId:
type: string
format: uint64
title: 是 请求唯一标识码
data:
$ref: '#/definitions/v1GetImgV2ResponseData'
title: 是 返回数据
v1GetImgV2ResponseData:
type: object
properties:
taskId:
type: string
format: uint64
title: 是 任务 Id
taskStatus:
type: string
title: 是 计算总状态。有 INIT(初始化),WAIT(排队中), RUNNING(生成中), FAILED(失败), SUCCESS(成功)四种状态,只有 SUCCESS 为成功状态,进行计费
taskProgress:
type: integer
format: int32
title: 是 图片生成总进度,进度包含2种,0为未处理完,1为处理完成
subTaskResultList:
type: array
items:
type: object
$ref: '#/definitions/GetImgV2ResponseTaskResult'
title: "是 \t[] \t子任务生成结果列表"
v1Message:
type: object
properties:
role:
type: string
title: |-
当前支持以下:
user: 表示用户
assistant: 表示对话助手
content:
type: string
title: 对话内容,不能为空。
v1TokenRequest:
type: object
properties:
grantType:
type: string
title: "是 \t固定为client_credentials \tclient_credentials"
clientId:
type: string
title: "是 \t应用的API Key,获取方式:https://ai.baidu.com/ai-doc/REFERENCE/Ck3dwjgn3 \tVa***********uXV4"
clientSecret:
type: string
title: "是 \t应用的Secret Key,获取方式:https://ai.baidu.com/ai-doc/REFERENCE/Ck3dwjgn3 \t0r******************pVw2"
v1TokenResponse:
type: object
properties:
accessToken:
type: string
title: 要获取的Access Token
refreshToken:
type: string
title: 该参数忽略
expiresIn:
type: integer
format: int32
title: Access Token的有效期(秒为单位,有效期30天)
scope:
type: string
title: 该参数忽略
sessionKey:
type: string
title: 该参数忽略
sessionSecret:
type: string
title: 该参数忽略
v1Txt2ImgV2Request:
type: object
properties:
prompt:
type: string
title: 是 生图的文本描述。仅支持中文、日常标点符号。不支持英文,特殊符号,限制 200 字
version:
type: string
title: 否 模型版本,支持 v1、v2,默认为v2,v2 为最新模型,比 v1 在准确度、精细度上有比较明显的提升,且 v2 支持更多尺寸
width:
type: integer
format: int64
title: 是 图片宽度,v1 版本支持:1024x1024、1280x720、720x1280、2048x2048、2560x1440、1440x2560;v2 版本支持:512x512、640x360、360x640、1024x1024、1280x720、720x1280、2048x2048、2560x1440、1440x2560
height:
type: integer
format: int64
title: 是 图片高度,v1 版本支持:1024x1024、1280x720、720x1280、2048x2048、2560x1440、1440x2560;v2 版本支持:512x512、640x360、360x640、1024x1024、1280x720、720x1280、2048x2048、2560x1440、1440x2560
imageNum:
type: integer
format: int32
title: "否 \tnumber \t生成图片数量,默认一张,支持生成 1-8 张"
image:
type: string
title: 否,和url/pdf_file 三选一 参考图,需 base64 编码,大小不超过 10M,最短边至少 15px,最长边最大 8192px,支持jpg/jpeg/png/bmp 格式。优先级:image > url > pdf_file,当image 字段存在时,url、pdf_file 字段失效
url:
type: string
title: 否,和image/pdf_file 三选一 参考图完整 url,url 长度不超过 1024 字节,url 对应的图片需 base64 编码,大小不超过 10M,最短边至少 15px,最长边最大8192px,支持 jpg/jpeg/png/bmp 格式。优先级:image > url > pdf_file,当image 字段存在时,url string 字段失效请注意关闭 = 1; URL 防盗链
pdfFile:
type: string
title: 否,和image/url 三选一 参考图 PDF 文件,base64 编码,大小不超过10M,最短边至少 15px,最长边最大 8192px 。优先级:image > url > pdf_file,当image 字段存在时,url、pdf_file 字段失效
pdfFileNum:
type: string
title: 否 需要识别的 PDF 文件的对应页码,当pdf_file 参数有效时,识别传入页码的对应页面内容,若不传入,则默认识别第 1 页
changeDegree:
type: integer
format: int64
title: 否,当 image、url或 pdf_file 字段存在时,为必需项 参考图影响因子,支持 1-10 内;数值越大参考图影响越大
title: Txt2ImgV2Request /rpc/2.0/ernievilg/v1/txt2imgv2
v1Txt2ImgV2Response:
type: object
properties:
logId:
type: string
format: uint64
title: 请求唯一标识码
data:
$ref: '#/definitions/v1Txt2ImgV2ResponseData'
title: 返回数据
v1Txt2ImgV2ResponseData:
type: object
properties:
primaryTaskId:
type: string
format: uint64
title: 生成图片任务long类型 id,与“task_id”参数输出相同,该 id 可用于查询任务状态
taskId:
type: string
title: 生成图片任务string类型 id,与“primary_task_id”参数输出相同,该 id 可用于查询任务状态
v1Usage:
type: object
properties:
promptTokens:
type: integer
format: int32
title: 问题tokens数。
completionTokens:
type: integer
format: int32
title: 回答tokens数。
totalTokens:
type: integer
format: int32
title: tokens总数。