{"model":"deepseek-ai/DeepSeek-R1","messages":[{"role":"user","content":"hello world"}],"max_tokens":512,"temperature":0.7,"top_p":0.7,"n":1,"stream":true,"stop":["rnv853"],"presence_penalty":54.26,"frequency_penalty":32.41,"logit_bias":{"mapKey":992}}
curl --location --request POST 'https://gate.wujieai.net/wj-open/v1/chat/completions' \
--header 'Content-Type: application/json' \
--data-raw '{"model":"deepseek-ai/DeepSeek-R1","messages":[{"role":"user","content":"hello world"}],"max_tokens":512,"temperature":0.7,"top_p":0.7,"n":1,"stream":true,"stop":["rnv853"],"presence_penalty":54.26,"frequency_penalty":32.41,"logit_bias":{"mapKey":992}}'
{
"id": "22b1ccf26e4346bba4d5655f1fa20b93",
"object": "chat.completion.chunk",
"created": 1739796748,
"choices": [
{
"index": 0,
"delta": {
"role": null,
"content": "如需",
"tool_calls": null
},
"logprobs": null,
"finish_reason": "",
"matched_stop": null
}
],
"usage": null
}