[GH-ISSUE #10794] Supports DeepSeek API mode's Chain-of-Thought output. #54700

Closed
opened 2026-05-05 16:34:30 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @git-syl on GitHub (Feb 26, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10794

Feature Request

Hello,I would like to propose a new feature that I believe could enhance the functionality of the project.

Compared to OpenAI O1, DeepSeek-R1 is much cheaper. The performance is almost equivalent. The OpenWeb UI currently does not support output for the DeepSeek API's Chain-of-Thought, which leads to waiting long time for a response. I hope it can be adapted.

https://api-docs.deepseek.com/news/news250120
Here is an example of a cURL call for the API:

curl --location 'https://api.deepseek.com/chat/completions' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer sk-****************' \
--data '{
  "messages": [
    {
      "content": "You are a helpful assistant",
      "role": "system"
    },
    {
      "content": "Hi!",
      "role": "user"
    }
  ],
  "model": "deepseek-reasoner",
  "frequency_penalty": 0,
  "max_tokens": 2048,
  "presence_penalty": 0,
  "response_format": {
    "type": "text"
  },
  "stop": null,
  "stream": true,
  "stream_options": null,
  "temperature": 1,
  "top_p": 1,
  "tools": null,
  "tool_choice": "none",
  "logprobs": false,
  "top_logprobs": null
}'
: keep-alive

: keep-alive

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"role":"assistant","content":null,"reasoning_content":""},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"Okay"},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":","},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" the"},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" user"},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" just"},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" said"},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" \""},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"Hi"},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"!"},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"\"."},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" I"},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" should"},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" respond"},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" in"},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" a"},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" friendly"},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" and"},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" welcoming"},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" manner"},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"."},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" Maybe"},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" say"},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" something"},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" like"},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":","},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" \""},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"Hello"},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"!"},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" How"},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" can"},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" I"},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" assist"},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" you"},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" today"},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"?\""},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" to"},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" invite"},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" them"},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" to"},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" ask"},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" for"},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" help"},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"."},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" Keep"},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" it"},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" open"},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"-ended"},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" and"},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" approach"},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"able"},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"."},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":"Hello","reasoning_content":null},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":"!","reasoning_content":null},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":" How","reasoning_content":null},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":" can","reasoning_content":null},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":" I","reasoning_content":null},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":" assist","reasoning_content":null},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":" you","reasoning_content":null},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":" today","reasoning_content":null},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":"?","reasoning_content":null},"logprobs":null,"finish_reason":null}]}

data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":"","reasoning_content":null},"logprobs":null,"finish_reason":"stop"}],"usage":{"prompt_tokens":13,"completion_tokens":62,"total_tokens":75,"prompt_tokens_details":{"cached_tokens":0},"completion_tokens_details":{"reasoning_tokens":51},"prompt_cache_hit_tokens":0,"prompt_cache_miss_tokens":13}}

data: [DONE]


Originally created by @git-syl on GitHub (Feb 26, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/10794 # Feature Request Hello,I would like to propose a new feature that I believe could enhance the functionality of the project. Compared to OpenAI O1, DeepSeek-R1 is much cheaper. The performance is almost equivalent. The OpenWeb UI currently does not support output for the DeepSeek API's Chain-of-Thought, which leads to waiting long time for a response. I hope it can be adapted. https://api-docs.deepseek.com/news/news250120 Here is an example of a cURL call for the API: ``` curl --location 'https://api.deepseek.com/chat/completions' \ --header 'Content-Type: application/json' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer sk-****************' \ --data '{ "messages": [ { "content": "You are a helpful assistant", "role": "system" }, { "content": "Hi!", "role": "user" } ], "model": "deepseek-reasoner", "frequency_penalty": 0, "max_tokens": 2048, "presence_penalty": 0, "response_format": { "type": "text" }, "stop": null, "stream": true, "stream_options": null, "temperature": 1, "top_p": 1, "tools": null, "tool_choice": "none", "logprobs": false, "top_logprobs": null }' ``` ``` : keep-alive : keep-alive data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"role":"assistant","content":null,"reasoning_content":""},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"Okay"},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":","},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" the"},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" user"},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" just"},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" said"},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" \""},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"Hi"},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"!"},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"\"."},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" I"},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" should"},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" respond"},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" in"},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" a"},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" friendly"},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" and"},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" welcoming"},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" manner"},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"."},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" Maybe"},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" say"},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" something"},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" like"},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":","},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" \""},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"Hello"},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"!"},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" How"},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" can"},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" I"},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" assist"},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" you"},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" today"},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"?\""},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" to"},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" invite"},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" them"},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" to"},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" ask"},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" for"},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" help"},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"."},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" Keep"},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" it"},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" open"},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"-ended"},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" and"},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" approach"},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"able"},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"."},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":"Hello","reasoning_content":null},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":"!","reasoning_content":null},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":" How","reasoning_content":null},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":" can","reasoning_content":null},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":" I","reasoning_content":null},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":" assist","reasoning_content":null},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":" you","reasoning_content":null},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":" today","reasoning_content":null},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":"?","reasoning_content":null},"logprobs":null,"finish_reason":null}]} data: {"id":"6732dbcd-17e7-41e9-acc7-88b68e8a539b","object":"chat.completion.chunk","created":1740534992,"model":"deepseek-reasoner","system_fingerprint":"fp_5417b77867_prod0225","choices":[{"index":0,"delta":{"content":"","reasoning_content":null},"logprobs":null,"finish_reason":"stop"}],"usage":{"prompt_tokens":13,"completion_tokens":62,"total_tokens":75,"prompt_tokens_details":{"cached_tokens":0},"completion_tokens_details":{"reasoning_tokens":51},"prompt_cache_hit_tokens":0,"prompt_cache_miss_tokens":13}} data: [DONE] ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#54700