实时语音
wss://open.xiaojingai.com/v1/realtime
"type": "conversation.item.create",
"item": {
"type": "message",
"role": "user",
"content": [
{
"type": "input_text",
"text": "你是誰"
}
]
}
}
请求参数
Query 参数
model
string
可选
示例值:
gpt-4o-realtime-preview
Header 参数
Authorization
string
必需
默认值:
API KEY 令牌
Content-Type
string
必需
默认值:
application/json
修改于 2024-11-08 06:07:14