Skip to main content
POST
Playground Chat

授权

Authorization
string
header
必填

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

请求体

application/json
run_id
string
必填
Required string length: 1 - 128
messages
Messages · object[]
必填
Minimum array length: 1
temperature
number | null
max_tokens
integer | null
必填范围: 1 <= x <= 32768
top_p
number | null

响应

Successful Response