deepseek-联网搜索

POST /v1/chat/completions

MethodPOST
Path/v1/chat/completions
Typehttp
Status-2
Module2102810
Folder58632873

概览

MethodPOST
Path/v1/chat/completions
Typehttp
Status-2
Module2102810
Folder58632873

参数

{
  "path": []
}

请求体

{
  "type": "application/json",
  "parameters": [],
  "jsonSchema": {
    "type": "object",
    "properties": {}
  },
  "required": true,
  "mediaType": "",
  "examples": [
    {
      "mediaType": "application/json",
      "value": "{\r\n  \"model\": \"deepseek-v3-search\",\r\n  \"messages\": [\r\n    { \"role\": \"user\", \"content\": \"重庆今天天气怎样\" }\r\n  ],\r\n  \"max_tokens\": 256,\r\n  \"stream\": false\r\n}"
    }
  ],
  "oasExtensions": ""
}

响应

[
  {
    "id": 180389950,
    "name": "成功",
    "code": 200,
    "contentType": "json",
    "jsonSchema": {
      "type": "object",
      "properties": {}
    },
    "itemSchema": {},
    "description": "",
    "mediaType": "",
    "headers": []
  }
]