Skip to main content
POST
Playground Chat

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

路径参数

deployment_id
string
必填

请求体

application/json
messages
Messages · object[]
必填
Required array length: 1 - 256 elements
temperature
number | null
必填范围: 0 <= x <= 2
top_p
number | null
必填范围: 0 <= x <= 1
max_tokens
integer | null
必填范围: 1 <= x <= 32768
stream
boolean
默认值:true

响应

Successful Response