response.created
开发中wss://api.openai.com/v1/realtime
Returned when a new Response is created. The first event of response creation, where the response is in an initial state of "in_progress".
请求参数
Query 参数
event_id
string
可选
The unique ID of the server event.
示例值:
event_2930
type
string
可选
The event type, must be "response.created".
示例值:
response.created
response
string
可选
object类型,以下为其中参数,The response resource.
id
string
可选
The unique ID of the response.
示例值:
resp_001
object
string
可选
The object type, must be "realtime.response".
示例值:
realtime.response
status
string
可选
The status of the response ("in_progress").
示例值:
in_progress
status_details
string
可选
object类型,Additional details about the status.
示例值:
null
output
array[string]
可选
The list of output items generated by the response.
示例值:
["[]"]
usage
string
可选
object类型,Usage statistics for the response.
示例值:
null
Header 参数
Authorization
string
可选
示例值:
Bearer YOUR_API_KEY
OpenAI-Beta
string
可选
示例值:
realtime=v1
最后修改时间: 2 个月前