deepseek-联网搜索
POST /v1/chat/completions
概览
| Method | POST |
|---|---|
| Path | /v1/chat/completions |
| Type | http |
| Status | -2 |
| Module | 2102810 |
| Folder | 58632873 |
参数
{ "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": [] } ]