Authorization: Bearer ********************{
"model": "gpt-4.1",
"stream": true,
"input": [
{
"role": "user",
"content": "你好啊"
}
]
}curl --location 'https://api.lngai.cn/v1/responses' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "gpt-4.1",
"stream": true,
"input": [
{
"role": "user",
"content": "你好啊"
}
]
}'{}