Authorization: Bearer ********************{
"model": "claude-opus-4-20250514",
"system": "你是一个智能AI助手,叫小王",
"messages": [
{
"role": "user",
"content": "你是谁?!"
}
],
"stream": true
}curl --location 'https://api.lngai.cn/v1/messages' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "claude-opus-4-20250514",
"system": "你是一个智能AI助手,叫小王",
"messages": [
{
"role": "user",
"content": "你是谁?!"
}
],
"stream": true
}'{}