Files
nexus/wiki/entities/deepseek-reasoner.md
2026-04-14 16:02:50 +08:00

32 lines
823 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "deepseek-reasoner"
type: entity
tags: [AI, 模型, 16K-Context]
sources: [yang-xia-ri-ji-4]
last_updated: 2026-04-14
---
## Definition
DeepSeek推出的推理模型Context Window只有16K是导致星枢Telegram频道Context Limit问题的根源。
## Core Attributes
- 类型AI模型
- Context Window16K tokens
- 问题safeguard模式预留一半token给compaction实际可用为0
## 问题原因
星枢的Telegram channel配置了deepseek-reasoner加上OpenClaw的safeguard模式预留16384 tokens导致
```
estimatedPromptTokens=393
overflowTokens=392
reserveTokens=16384
# 实际可用 = 16K - 16K = 0
```
## Connections
- [[星枢]] ← 绑定导致问题 ← [[deepseek-reasoner]]
- [[MiniMax-M2.7]] ← 应切换回 ← [[deepseek-reasoner]]
## Aliases
- deepseek-reasoner