{
"model": "",
"messages": [
{
"role": "system",
"content": "{\"prompt_id\":\"a123456\",\"prompt_template_params\":{}}"
},
{
"role": "user",
"content": "{\"prompt_id\":\"a123456\",\"prompt_template_params\":{\"input\":\"Where there is a will, there is a way.\"}}"
}
],
"stream": false
}curl --location --request POST 'https://api.360.cn/v1/chat/completions' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "",
"messages": [
{
"role": "system",
"content": "{\"prompt_id\":\"a123456\",\"prompt_template_params\":{}}"
},
{
"role": "user",
"content": "{\"prompt_id\":\"a123456\",\"prompt_template_params\":{\"input\":\"Where there is a will, there is a way.\"}}"
}
],
"stream": false
}'{}