{"id":398,"date":"2026-03-28T10:55:00","date_gmt":"2026-03-28T02:55:00","guid":{"rendered":"https:\/\/mitongxue.cn\/?p=398"},"modified":"2026-06-14T11:04:37","modified_gmt":"2026-06-14T03:04:37","slug":"%e5%a4%96%e6%8e%a5deepseek","status":"publish","type":"post","link":"https:\/\/mitongxue.cn\/index.php\/2026\/03\/28\/%e5%a4%96%e6%8e%a5deepseek\/","title":{"rendered":"\u5916\u63a5DeepSeek"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/platform.deepseek.com\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/platform.deepseek.com<\/a> \u7533\u8bf7\u4e00\u4e2a api key<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u6709\u4e86 api key \u540e\uff0c\u6211\u4eec\u5c31\u53ef\u4ee5\u548c deepseek \u5927\u6a21\u578b\u8fdb\u884c\u4e00\u4e2a\u4ea4\u4e92\uff0c\u8fd9\u91cc\u6211\u4eec\u7528 <code>curl<\/code> \u547d\u4ee4\u53d1\u9001\u4e00\u4e2a <strong>POST \u8bf7\u6c42<\/strong> \u5230 DeepSeek \u7684\u63a5\u53e3 <code>\/chat\/completions<\/code><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl https:\/\/api.deepseek.com\/chat\/completions \\<br> &nbsp;-H \"Content-Type: application\/json\" \\<br> &nbsp;-H \"Authorization: Bearer sk-f5f93edf175c42ee8683691f8aacfdab\" \\<br> &nbsp;-d '{<br> &nbsp; &nbsp; &nbsp; &nbsp;\"model\": \"deepseek-chat\",<br> &nbsp; &nbsp; &nbsp; &nbsp;\"messages\": &#91;<br> &nbsp; &nbsp; &nbsp; &nbsp;  {\"role\": \"user\", \"content\": \"\u4f60\u662f\u8c01\uff1f\"}<br> &nbsp; &nbsp; &nbsp;  ],<br> &nbsp; &nbsp; &nbsp; &nbsp;\"stream\": false<br> &nbsp; &nbsp;  }'<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>-H &#8220;Content-Type: application\/json&#8221; \\\n<ul class=\"wp-block-list\">\n<li><code>-H<\/code> \u6307\u5b9a\u4e00\u4e2a HTTP Header\u3002<\/li>\n\n\n\n<li><code>Content-Type: application\/json<\/code> \u544a\u8bc9\u670d\u52a1\u5668\uff1a\u8bf7\u6c42\u4f53\u662f JSON \u683c\u5f0f\u7684\u6570\u636e\u3002<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>-H &#8220;Authorization: Bearer sk-f5f93edf175c42ee8683691f8aacfdab&#8221; \\\n<ul class=\"wp-block-list\">\n<li>\u8fd9\u662f <strong>\u8ba4\u8bc1\u4fe1\u606f<\/strong>\u3002<\/li>\n\n\n\n<li>\u4f7f\u7528 Bearer Token \u65b9\u5f0f\u6388\u6743\uff0c<code>sk-xxx<\/code> \u662f API \u5bc6\u94a5\u3002<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>-d &#8216;{ &#8220;model&#8221;: &#8220;deepseek-chat&#8221;, &#8220;messages&#8221;: [{&#8220;role&#8221;: &#8220;user&#8221;, &#8220;content&#8221;: &#8220;\u4f60\u662f\u8c01\uff1f&#8221;}],&#8221;stream&#8221;: true}&#8217;\n<ul class=\"wp-block-list\">\n<li>\u8bf7\u6c42\u4f53\uff08Request Body\uff09\uff0c\u4f7f\u7528 <code>-d<\/code> \u4f20\u9012 JSON \u6570\u636e\u3002<\/li>\n\n\n\n<li>&#8220;model&#8221;: &#8220;deepseek-chat&#8221;\uff1a\u6307\u5b9a\u4f7f\u7528\u7684\u6a21\u578b\u540d\u3002<\/li>\n\n\n\n<li>&#8220;messages&#8221;: [&#8230;]\uff1a\u6d88\u606f\u5bf9\u8c61<\/li>\n\n\n\n<li>&#8220;content&#8221;: &#8220;\u4f60\u662f\u8c01\uff1f&#8221;\uff1a\u7528\u6237\u53d1\u51fa\u7684\u5177\u4f53\u95ee\u9898\u6216\u5bf9\u8bdd\u5185\u5bb9\u3002<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">\u5f00\u542f\u6d41\u5f0f\u56de\u590d\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl https:\/\/api.deepseek.com\/chat\/completions \\<br> &nbsp;-H \"Content-Type: application\/json\" \\<br> &nbsp;-H \"Authorization: Bearer sk-f5f93edf175c42ee8683691f8aacfdab\" \\<br> &nbsp;-d '{<br> &nbsp; &nbsp; &nbsp; &nbsp;\"model\": \"deepseek-chat\",<br> &nbsp; &nbsp; &nbsp; &nbsp;\"messages\": &#91;<br> &nbsp; &nbsp; &nbsp; &nbsp;  {\"role\": \"user\", \"content\": \"\u4f60\u662f\u8c01\uff1f\"}<br> &nbsp; &nbsp; &nbsp;  ],<br> &nbsp; &nbsp; &nbsp; &nbsp;\"stream\": true<br> &nbsp; &nbsp;  }'<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\u5f97\u5230\u7684\u56de\u590d\u5982\u4e0b\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>data: {\"id\":\"83e0da03-9eb4-4883-887c-14847e88a441\",\"object\":\"chat.completion.chunk\",\"created\":1751767365,\"model\":\"deepseek-chat\",\"system_fingerprint\":\"fp_8802369eaa_prod0623_fp8_kvcache\",\"choices\":&#91;{\"index\":0,\"delta\":{\"content\":\"\u6211\u662f\u4e00\u4e2a\"},\"logprobs\":null,\"finish_reason\":null}]}<br>\u200b<br>\u200b<br>...<br>\u200b<br>\u200b<br>data: {\"id\":\"83e0da03-9eb4-4883-887c-14847e88a441\",\"object\":\"chat.completion.chunk\",\"created\":1751767365,\"model\":\"deepseek-chat\",\"system_fingerprint\":\"fp_8802369eaa_prod0623_fp8_kvcache\",\"choices\":&#91;{\"index\":0,\"delta\":{\"content\":\"\u5417\"},\"logprobs\":null,\"finish_reason\":null}]}<br>\u200b<br>\u200b<br>data: {\"id\":\"83e0da03-9eb4-4883-887c-14847e88a441\",\"object\":\"chat.completion.chunk\",\"created\":1751767365,\"model\":\"deepseek-chat\",\"system_fingerprint\":\"fp_8802369eaa_prod0623_fp8_kvcache\",\"choices\":&#91;{\"index\":0,\"delta\":{\"content\":\"\"},\"logprobs\":null,\"finish_reason\":\"stop\"}],\"usage\":{\"prompt_tokens\":25,\"completion_tokens\":19,\"total_tokens\":44,\"prompt_tokens_details\":{\"cached_tokens\":0},\"prompt_cache_hit_tokens\":0,\"prompt_cache_miss_tokens\":25}}<br>\u200b<br>data: &#91;DONE]<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\u76ee\u524d\u7684\u5927\u6a21\u578b\u4ec5\u4ec5\u662f\u7b80\u5355\u7684 <strong>\u8f93\u5165<\/strong> \u548c <strong>\u8f93\u51fa<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u8ba9\u6a21\u578b\u652f\u6301\u4e0a\u4e0b\u6587\uff0c\u53ea\u9700\u8981\u5c06\u4e4b\u524d\u7684\u4f1a\u8bdd\uff0c\u52a0\u5165\u5230 messges \u6570\u7ec4\u91cc\u9762\u5c31\u884c\u4e86\uff0c\u5982\u4e0b\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl https:\/\/api.deepseek.com\/chat\/completions \\<br> &nbsp;-H \"Content-Type: application\/json\" \\<br> &nbsp;-H \"Authorization: Bearer sk-f5f93edf175c42ee8683691f8aacfdab\" \\<br> &nbsp;-d '{<br> &nbsp; &nbsp; &nbsp; &nbsp;\"model\": \"deepseek-chat\",<br> &nbsp; &nbsp; &nbsp; &nbsp;\"messages\": &#91;<br> &nbsp; &nbsp; &nbsp; &nbsp;  {\"role\": \"user\", \"content\": \"\u4f60\u77e5\u9053\u5927\u8c61\u4e48\uff1f\"},<br> &nbsp; &nbsp; &nbsp; &nbsp;  {\"role\": \"assistant\", \"content\": \"\u5927\u8c61\u662f\u9646\u5730\u4e0a\u4f53\u578b\u6700\u5927\u7684\u54fa\u4e73\u52a8\u7269\uff0c\u4ee5\u5176\u667a\u6167\u3001\u793e\u4f1a\u6027\u548c\u6807\u5fd7\u6027\u7684\u957f\u9f3b\u5b50\uff08\u8c61\u9f3b\uff09\u800c\u95fb\u540d\u3002\u5b83\u4eec\u5206\u4e3a\u975e\u6d32\u8c61\u548c\u4e9a\u6d32\u8c61\u4e24\u4e2a\u4e3b\u8981\u79cd\u7c7b\uff0c\u5177\u6709\u9ad8\u5ea6\u53d1\u8fbe\u7684\u5bb6\u5ead\u7ed3\u6784\u548c\u60c5\u611f\u80fd\u529b\u3002\"},<br> &nbsp; &nbsp; &nbsp; &nbsp;  {\"role\": \"user\", \"content\": \"\u6211\u4eec\u521a\u624d\u804a\u4e86\u5565\uff1f\"}<br> &nbsp; &nbsp; &nbsp;  ],<br> &nbsp; &nbsp; &nbsp; &nbsp;\"stream\": false<br> &nbsp; &nbsp;  }'<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>https:\/\/platform.deepseek..<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[27,6,7],"tags":[],"class_list":["post-398","post","type-post","status-publish","format-standard","hentry","category-ai","category-news","category-keji"],"featured_image_urls":{"full":"","thumbnail":"","medium":"","medium_large":"","large":"","1536x1536":"","2048x2048":""},"author_info":{"info":["\u9648 \u67d0\u4eba"]},"category_info":"<a href=\"https:\/\/mitongxue.cn\/index.php\/category\/ai\/\" rel=\"category tag\">AI<\/a> <a href=\"https:\/\/mitongxue.cn\/index.php\/category\/news\/\" rel=\"category tag\">\u65b0\u95fb<\/a> <a href=\"https:\/\/mitongxue.cn\/index.php\/category\/keji\/\" rel=\"category tag\">\u79d1\u6280<\/a>","tag_info":"\u79d1\u6280","comment_count":"0","_links":{"self":[{"href":"https:\/\/mitongxue.cn\/index.php\/wp-json\/wp\/v2\/posts\/398","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mitongxue.cn\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mitongxue.cn\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mitongxue.cn\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mitongxue.cn\/index.php\/wp-json\/wp\/v2\/comments?post=398"}],"version-history":[{"count":1,"href":"https:\/\/mitongxue.cn\/index.php\/wp-json\/wp\/v2\/posts\/398\/revisions"}],"predecessor-version":[{"id":399,"href":"https:\/\/mitongxue.cn\/index.php\/wp-json\/wp\/v2\/posts\/398\/revisions\/399"}],"wp:attachment":[{"href":"https:\/\/mitongxue.cn\/index.php\/wp-json\/wp\/v2\/media?parent=398"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mitongxue.cn\/index.php\/wp-json\/wp\/v2\/categories?post=398"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mitongxue.cn\/index.php\/wp-json\/wp\/v2\/tags?post=398"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}