{
"messages": [
{
"role": "string",
"content": "string"
}
],
"max_tokens": "string",
"temperature": "string",
"frequency_penalty": "string",
"presence_penalty": "string",
"stream": true,
"model": "string",
"response_format": {
"type": "string"
}
}curl --location --request POST 'https://sms.crmeb.net/api/v2/chat/deepseek' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"messages": [
{
"role": "string",
"content": "string"
}
],
"max_tokens": "string",
"temperature": "string",
"frequency_penalty": "string",
"presence_penalty": "string",
"stream": true,
"model": "string",
"response_format": {
"type": "string"
}
}'{}