Authorization: Bearer ********************{
"model": "deepseek-v3-search",
"messages": [
{ "role": "user", "content": "What is the weather like in Chongqing today" }
],
"max_tokens": 256,
"stream": false
}curl --location 'https://api.key4u.shop/v1/chat/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "deepseek-v3-search",
"messages": [
{ "role": "user", "content": "What is the weather like in Chongqing today" }
],
"max_tokens": 256,
"stream": false
}'{}