Files
nexus/wiki/concepts/Context-Window.md
2026-04-23 04:02:48 +08:00

818 B
Raw Blame History

title, type, last_updated
title type last_updated
Context Window concept 2026-04-10

Definition

模型的 Context Window 是指单次 API 请求能处理的最大 token 数量(包括输入 prompt + 历史对话 + 输出 response。超过这个上限就会触发"Context Limit Exceeded"错误。

Key Facts

  • DeepSeek-reasoner: 16K tokens context window
  • MiniMax-M2.7: 200K tokens context window
  • 16K context 模型配合 OpenClaw safeguard 模式预留 16K tokens = 实际可用 0 tokens

Sources