mirror of
https://github.com/CJackHwang/ds2api.git
synced 2026-05-05 08:55:28 +08:00
- replace legacy DeepSeek ids with the new deepseek-v4 model family\n- move thinking control to request parameters and preserve assistant reasoning content\n- switch history split to IGNORE transcript injection and map upload auth failures to 401\n- update admin defaults, API docs, samples, and tests for the new model scheme
24 lines
589 B
JSON
24 lines
589 B
JSON
{
|
|
"sample_id": "markdown-format-example-20260405",
|
|
"captured_at_utc": "2026-04-04T17:13:34Z",
|
|
"source": "admin/dev/raw-samples/capture",
|
|
"request": {
|
|
"messages": [
|
|
{
|
|
"content": "输出markdown格式示例 四五个类型",
|
|
"role": "user"
|
|
}
|
|
],
|
|
"model": "deepseek-v4-pro-search",
|
|
"stream": true
|
|
},
|
|
"capture": {
|
|
"label": "deepseek_completion",
|
|
"url": "https://chat.deepseek.com/api/v0/chat/completion",
|
|
"status_code": 200,
|
|
"response_bytes": 4702,
|
|
"contains_finished_token": true,
|
|
"finished_token_count": 2
|
|
}
|
|
}
|