{
  "API Key": "API 密钥",
  "Model": "模型",
  "Options": "选项",
  "Temperature": "温度",
  "Max completion tokens": "最大完成令牌数",
  "Top P": "Top P",
  "Frequency penalty": "频率惩罚",
  "Presence penalty": "存在惩罚",
  "Response format": "响应格式",
  "Text": "文本",
  "JSON": "JSON",
  "JSON Schema (Strict)": "JSON Schema（严格模式）",
  "JSON Schema Definition": "JSON Schema 定义",
  "Timeout (ms)": "超时（毫秒）",
  "Timeout description": "请求超时时间（毫秒）。低于 1800000（30分钟）的值将被提升至 1800000 以支持长思考/处理阶段。",
  "Disable streaming": "禁用流式传输",
  "Disable streaming description": "使用非流式模式。对于在响应前有较长\"思考\"阶段、可能导致空流值并提前终止处理的模型，请启用此选项。",
  "Enable reasoning": "启用推理",
  "Enable reasoning description": "启用对 DeepSeek-R1 等模型的 reasoning_content 支持。启用后，推理内容在工具调用往返过程中得以保留。对于在响应中包含推理的模型是必需的。",
  "Stream keepalive": "流保活",
  "Stream keepalive description": "在模型思考期间保持聊天流活跃。当在间隔内没有数据到达时发送不可见的保活块；在禁用流式传输时也有效。",
  "Keepalive interval (ms)": "保活间隔（毫秒）",
  "Keepalive interval description": "保活信号之间的间隔，单位为毫秒。默认值：5000（5秒）。",
  "Request config (JSON)": "请求配置（JSON）",
  "Request config description": "LLM 请求的额外配置。支持的键：extraHeaders（自定义 HTTP 头）、extraBody（额外请求体字段）、modelKwargs（LangChain 模型参数）。",
  "Response config (JSON)": "响应配置（JSON）",
  "Response config description": "配置响应解析。contentPath：'auto' 或点路径。reasoningKey：推理内容的键。responseMapping：{ content: 'dot.path', tool_calls: 'dot.path', finish_reason: 'dot.path' }——将非标准 LLM 响应映射为 OpenAI 格式。如果未指定，tool_calls/finish_reason 将自动检测。",
  "Models config (JSON)": "模型列表配置（JSON）",
  "Models config description": "配置与 OpenAI GET /models 不同的 LiteLLM/自定义代理的模型列表。支持的键：path（端点）、auth（'bearer' | 'api-key' | 'none'）、headers（额外的 HTTP 头）、dataPath（模型数组的点路径）、idPath（id 字段的点路径）。",
  "Auto Tool-call Retry (invoke only)": "自动工具调用重试（仅 invoke）",
  "Retries failed tool calls automatically. Only effective in non-streaming (invoke) mode — has no effect when streaming is enabled.": "自动重试失败的工具调用。仅在非流式（invoke）模式下有效——启用流式传输时无效。",
  "Auto-truncate History": "自动截断历史记录",
  "Uses a rough heuristic to estimate token count (not exact). May over- or under-count for some content types. Enable only when hitting context length limits.": "使用粗略启发式方法估算令牌数（不精确）。可能对某些内容类型多计或少计。仅在遇到上下文长度限制时启用。",
  "Max Context Tokens": "最大上下文令牌数",
  "Enable native Vision": "启用原生视觉",
  "Max tool retries": "最大工具重试次数"
}
