Tabbit
活动资源博客模型
Tabbit LogoTabbit

Tabbit — 为你工作的 AI 浏览器

主题资源

  • AI Browser Resources
  • Agentic Browser Resources
  • Browser Downloads and Install Guides
  • Browser Comparisons
  • AI Browser Alternatives
  • Browser Productivity Resources

热门指南

  • AI Browser
  • Agentic Browser Download
  • Best AI Browser 2026: Top 9 Tested & Ranked
  • AI Browser Download
  • Free AI Browser
  • Best AI Browser 2026
  • AI Browser Comparison 2026
  • AI Browser for Windows
  • AI Browser for Mac
  • Chrome Alternative 2026

活动

  • 别装了,你在《牛来》里早有原型
  • Tabbit 妙招大赛
  • KPOP SBTI 饭圈人格测试
  • Tabbit 校园共创者计划
  • fifi 的论文文献妙招精选
  • 用户问卷

关于

  • Tabbit 博客
  • 媒体报道
测评
社区LongCat 2.0

r/hermesagent PSA:LongCat 2.0 推理档位 Bug 与模型定位(DeepSeek V4 Flash/Pro 之间)

原始来源

Reddit(r/hermesagent)

作者u/(原帖匿名,PSA 帖)

原文日期2026-08

Tabbit 整理2026-08-19

查看原文

一句话结论

实测确认 LongCat-2.0 的 API 只接受 low/med/high 三档 reasoning effort,收到其他档位(如 DeepSeek 系的 xhigh)会返回畸形 200 响应而非报错,导致 Hermes Agent 静默回退到 fallback provider;同一用户还给出能力定位:介于 DeepSeek-V4-Flash 与 DeepSeek-V4-Pro 之间、缓存好、PAYG 便宜。

原始报告(原文要点)

模型定位(用户主观,基于实际使用)

  • "用了一阵子后,我的感觉是它(能力)介于 Deepseek-4-Flash 和 Deepseek-4-Pro 之间,定价也如此。"

  • 喜欢它有 PAYG(按量付费)计划;缓存效果和 Deepseek 一样好,API 实际使用"极其便宜"。

  • "肯定在我的常备模型轮换名单里。"

Bug 详情(PSA 核心)

  • 场景:把 Agent 从 DS4P 切到 LongCat-2.0,立刻命中 fallback provider。

  • 报错(agent.log,原文摘录):

agent.conversation_loop: API call failed (attempt 1/3) error_type=RuntimeError
provider=custom base_url=https://api.longcat.chat/openai/v1 model=LongCat-2.0
summary=Provider returned an empty stream with no finish_reason
(possible upstream error or malformed SSE response).
  • 根因:LongCat 只接受 low, med, high 的 reasoning level;用户之前在 DeepSeek-4-Pro 上设了 xhigh 以获取最大思考。Hermes 切换模型时不改 reasoning effort,于是把 xhigh 发给 LongCat;LongCat 返回畸形 200 响应(空流、无 finish_reason)而不是错误响应。

  • 已向 LongCat 反馈,对方承认问题("They appear to have acknowledged the issue")。

  • 教训:在 Hermes 中频繁切换模型、且各模型 reasoning effort 档位不一致时,切到 LongCat 前要把 effort 改回 low/med/high。

复核与适用边界

  • 匿名用户单点报告,报错日志为原文引用;与官方 API 参考(提示词目录 01)中 thinking: {"type":"enabled"/"disabled"} 的字段不同——本报告涉及的是 Hermes 侧的 reasoning effort 概念,两者映射关系官方未文档化,切换模型时需留意。

  • 能力定位(介于 DS4-Flash 与 DS4-Pro 之间)是主观判断,与 AlphaSignal 的"DeepSeek V4-Pro 标价更低"(测评 04)、OpenRouter 第三方指数(测评 03)互相补充,可交叉验证。

  • 任务适用判断:适合缓存友好的 Agent 循环与 PAYG 成本敏感场景;切换模型频繁的 Hermes 用户需注意上述配置坑。

Tabbit 小编提醒

本文是第三方资料导航。测试环境、模型版本和主观体验可能不同,请以原文为准。

LongCat 2.0

在 Tabbit 中使用并对比模型

LongCat 2.0

相关测评

媒体Hugging Face(meituan-longcat/LongCat-2.0)2026-06-30

LongCat-2.0 官方模型卡:规格与官方基准(含与 Gemini/GPT-5.5/Claude Opus 对比表)

媒体LongCat 官网博客(longcat.chat)2026-06-30

LongCat-2.0 官方技术博客:架构、国产算力训练与推理部署(发布说明)

媒体OpenRouter(第三方模型路由平台)2026-07-20

OpenRouter 渠道数据:LongCat-2.0 定价、实测性能与第三方基准(Artificial Analysis)

媒体aiprofitboardroom.com(博客,属 Julian Goldie 的 AI Profit Boardroom 社区)2026-05-29

AI Profit Boardroom 实测:LongCat 2.0 游戏构建测试与 GLM 5.2 同任务对比

LongCat 2.0

相关提示词

媒体LongCat 官方 API 文档站(longcat.chat)2026-07

LongCat-2.0 API 平台接入快速上手(官方 Quick Start + Chat Completions 参考 + 定价)

媒体Hugging Face2026-06-30

LongCat-2.0 聊天模板与工具调用配置(官方 Hugging Face 模型卡)

媒体LongCat 官方 API 文档站(longcat.chat);X(@NousResearch 官方账号佐证免费入口)2026-08-13

Hermes Agent 接入 LongCat-2.0 配置(官方文档 + Nous Portal 免费入口)

媒体LongCat 官方 API 文档站(longcat.chat)2026-06-30

Claude Code 接入 LongCat-2.0 配置(官方文档)