公告2026-08-15 08:50
暂时下架claude-aws渠道
# 暂时下架claude-aws渠道
- 由于渠道难产,暂时下架
# Temporarily remove the Claude-AWS channel
- Due to the difficulties channels, they are being temporarily removed.
公告2026-08-15 08:50
暂时下架grok渠道,claude-aws渠道
# 暂时下架grok渠道,claude-aws渠道
- 由于这两渠道难产,暂时下架
# Temporarily remove the Grok channel and the Claude-AWS channel
- Due to the difficulties in these two channels, they are being temporarily removed.
公告2026-08-07 01:01
不推荐gpt-5.6-luna模型
# gpt-5.6-luna
- 极其容易出现限流情况
- 不推荐使用
公告2026-08-07 01:01
下架gpt-5.6-luna模型
# gpt-5.6-luna
- 极其容易出现限流情况
- 已下架该模型
公告2026-08-06 14:59
Claude Kiro Channel, Grok Channel Group Price Adjustment Announcement
# All Users:
The price will be adjusted tonight.
- Claude Kiro Reverse - Special Offer: 1.8x Group Price Adjustment: 1.6x => 0.16 RMB = 1 USD Official Token Consumption Limit
- Claude Kiro-Pro Reverse 2.8x Group Price Adjustment: 2.4x => 0.23 RMB = 1 USD Official Token Consumption Limit
The official subscription group price for Grok Heavy has been adjusted as follows: 3.6x => 0.36 RMB = 1 USD, which is the official Token consumption limit.
The Claude-AWS reverse channel grouping has been relaunched, supporting the Claude-Opus-5/Claude-Fable-5 models, and the evaluation results are approaching perfect scores.
This adjustment is made solely based on the current resource supply situation and actual cost changes. In the future, if the resource supply improves, we will re-evaluate the costs and, if conditions permit, lower the prices. **
Thank you all for your understanding and support.
公告2026-08-06 14:52
Claude kiro渠道、Grok渠道分组价格调整公告
# 各位用户:
## 价格将于今晚调整:
- Claude kiro逆向-特价1.8x 分组价格调整为:1.6x => 0.16RMB = 1 USD 官方 Token 消耗额度
- Claude kiro-pro逆向2.8x 分组价格调整为:2.4x => 0.23RMB = 1 USD 官方 Token 消耗额度
- Grok heavy官订分组价格调整为:3.6x => 0.36RMB = 1 USD 官方 Token 消耗额度
- claude-aws逆向渠道分组重新上线,支持claude-opus-5/claude-fable-5模型,测评趋于满分
**本次调整仅根据当前资源供应情况及实际成本变化进行调整。后续如资源供应改善,我们会重新评估成本,并在条件允许情况下下调价格。**
感谢大家的理解与支持。
公告2026-07-28 15:22
Kiro channel - Add models [Claude-Opus-5] & [Claude-Fable-5]
# Kiro Channel - Enhanced Models [Claude-Opus-5] & [Claude-Fable-5]
## Kiro channel adds the following models
***Channel Statement: There will be some unstable situations. Be cautious if you are sensitive to such issues.***
- Add Claude Opus 5, with a score of 62
- Add Claude Fable 5, with a score of 47 (Use with caution)
公告2026-07-27 09:30
gpt 生图上线,有需要前往https://image.lotcc.cc,注册使用,目前仅对内开放。充值联系客服(qq:515847796)。
# gpt 生图上线
## 有需要前往https://image.lotcc.cc
- 注册使用,目前仅对内开放。
- 充值联系客服(qq:515847796)。
## 收费标准:
- 按量收费:官方定价x3
- 按次收费1k:1.5毛,2k:3毛,4k:5毛。
公告2026-07-26 15:46
关于 Hermes 与 OpenClaw 升级后 OpenAI 相关模型请求异常的公告
# 关于 Hermes 与 OpenClaw 升级后 OpenAI 相关模型请求异常的公告
## 一、问题现象
近期部分用户在升级 Hermes 或 OpenClaw 后,调用 OpenAI 相关模型时持续返回 `HTTP 502`,但使用 Codex 客户端或 Codex 请求方式调用正常。
经排查,API Key、模型、请求地址及请求参数均无异常。问题与客户端升级后 OpenAI SDK 默认发送的 `User-Agent` 有关。
## 二、临时解决方法
请在对应客户端的自定义模型渠道配置中增加 `User-Agent` 请求头,并在修改后重启客户端或 Gateway。
### 1. Hermes 配置
在对应的 `custom_providers` 配置中增加:
```yaml
extra_headers:
User-Agent: HermesAgent/0.19.0
```
完整示例:
```yaml
custom_providers:
- name: your-provider
base_url: https://your-api.example.com/v1
key_env: YOUR_API_KEY
model: your-model
api_mode: codex_responses
extra_headers:
User-Agent: HermesAgent/0.19.0
```
修改完成后,请重启 Hermes CLI 或 Hermes Gateway,使配置生效。
### 2. OpenClaw 配置
在对应 provider 配置中增加:
```json5
headers: {
"User-Agent": "OpenClaw/2026.7.1"
}
```
完整示例:
```json5
{
models: {
mode: "merge",
providers: {
"your-provider": {
baseUrl: "https://your-api.example.com/v1",
apiKey: "${YOUR_API_KEY}",
api: "openai-responses",
headers: {
"User-Agent": "OpenClaw/2026.7.1"
},
models: [
{
id: "your-model",
name: "Your Model",
reasoning: true,
input: ["text"],
contextWindow: 372000,
maxTokens: 128000
}
]
}
}
}
}
```
修改完成后,请重启 OpenClaw Gateway,使配置生效。
## 三、注意事项
本次异常并非模型、API Key 或客户端网络故障,而是接口服务对以下 OpenAI 官方 SDK 默认请求标识存在兼容性异常:
```text
OpenAI/Python 2.24.0
OpenAI/JS 6.45.0
```
1. 此方案属于客户端临时兼容措施,不会修改 API Key、模型参数或请求内容。
2. 请仅对出现异常的自定义模型渠道覆盖 `User-Agent`,避免影响其他正常渠道。
3. OpenClaw 自定义 provider 应根据接口能力明确设置 `api`。使用 Responses API 时设置为 `openai-responses`。
公告2026-07-25 01:38
Opus5 上线,仅max分组支持
# Opus5 上线,仅max分组支持
- 接近Fable 5的顶尖智能,但成本仅为其一半,模型定价请查看可用渠道。
- 更新至新版Claude Code v2.1.212,输入命令:/model claude-opus-5
高性价比:在多个基准测试中,性能与 Fable 5 的差距微小(如在 CursorBench 3.2 中仅差 0.5%),但成本减半。
卓越编码能力:能像资深工程师一样理解和导航代码库,并编写生产级代码。
强大代理能力:可驱动长时间运行的自动化代理,并能自主寻找解决方案、从错误中恢复。
公告2026-07-24 02:57
调高站内最低支付金额公告
# 【调高站内最低支付金额公告】
各位用户:
- 由于频繁低额度充值容易导致收款账号风控,现对最低自定义支付金额调整到10RMB起.
感谢大家的理解与支持。
公告2026-07-23 10:14
Claude Pricing Adjustment Notice
Dear Users,
Due to the recent tightening of Claude’s official resource supply, access to usage capacity has become increasingly limited, resulting in a continued rise in platform operating costs. To maintain stable and reliable service, we will be adjusting the pricing of our Claude service.
Reasons for the Adjustment:
- Claude has recently tightened its usage limits, with the weekly limits for some accounts reduced by approximately 50%;
- Resource replenishment has slowed, making it more difficult to obtain additional capacity;
- Account activation and maintenance costs have increased, leading to higher upstream resource costs.
Pricing Adjustment:
Effective immediately, the pricing for Claude services will be adjusted as follows:
- The limited-time promotional 12x multiplier for the existing Max tier will be discontinued, and the original 15x multiplier will be reinstated.
This adjustment is based solely on the current resource availability and actual cost changes.
If Claude’s official usage limits are restored or resource availability improves in the future, we will reassess the costs and lower the pricing when conditions permit.
If you are unable to accept the new pricing, please contact customer support to request a refund based on your remaining balance.
Thank you for your understanding and continued support.
公告2026-07-23 10:11
Claude Code 分组价格调整公告
# 【Claude 价格调整公告】
各位用户:
近期由于 Claude 官方资源供应收紧,整体额度获取难度增加,平台资源成本持续上涨。为保证服务稳定运行,我们将对 Claude 服务价格进行调整。
调整原因:
- Claude 官方近期收紧额度限制,部分账号周限额相比此前下降约 50%;
- 资源补充速度变慢,新增额度获取难度提升;
- 账号开通及维护成本上涨,上游资源成本增加。
价格调整:
即日起,Claude 服务价格调整为:
- 原有 Max分组,限时活动12x分组暂时取消,改回原始倍率15x
本次调整仅根据当前资源供应情况及实际成本变化进行调整。
后续如 Claude 官方额度恢复、资源供应改善,我们会重新评估成本,并在条件允许情况下下调价格。
如无法接受新的价格,可联系客服根据剩余额度申请退款。
感谢大家的理解与支持。
公告2026-07-14 15:40
新增-grok模型,分别兼容Anthropic 跟openAI平台协议 ,限时优惠倍率1.2x The new-grok model is compatible with Anthropic and OpenAI platform protocols
新增-grok模型,分别兼容Anthropic 跟openAI平台协议
具体使用:
1.新建对应grok分组的key
2.修改配置文件的model ID
"model": "grok-4.5"
3.定价在可用渠道
Added-grok model, compatible with Anthropic and OpenAI platform protocols respectively
Specific use:
1.Create a new key corresponding to the grok group
2.Modify the model ID of the configuration file
"model": "grok-4.5"
3.Pricing in available channels
公告2026-07-10 00:49
Gpt-5.6新模型已上线
模型ID以及定价在可用渠道页面可以查看到
模型ID:
gpt-5.6-luna
gpt-5.6-terra
gpt-5.6-sol
公告2026-07-09 09:10
kiro-分组正在抢修!急用可以先用着 Cursor分组
kiro-分组正在抢修!
急用可以先用着 Cursor分组
公告2026-07-07 08:34
claude-cursor[高智商]分组已支持 fable-5模型 | The claude-cursor group has now supported the Fable-5 model
新增cursor逆向,支持claude-fable-5
检测结果:
fable 5 => 88分
缓存命中比较低,介意请勿使用.
缓存命中比较低,介意请勿使用.
缓存命中比较低,介意请勿使用.
New cursor reverse feature is available, supporting claude-fable-5.
Test results:
fable 5 => 88 points
Cache hit rate is relatively low. Please refrain from using if you have any concerns.
Cache hit rate is relatively low. Please refrain from using if you have any concerns.
Cache hit rate is relatively low. Please refrain from using if you have any concerns.
公告2026-07-02 01:02
claude 满血分组已支持 fable-5模型 | The Claude Max group has now supported the Fable-5 model
满血分组已支持fable模型:
Claude Max group now supports the Fable model:
模型id:claude-fable-5
公告2026-07-01 03:29
Gpt-套餐订阅统一6折左右折扣 | The GPT package subscription offers a discount of approximately 60% off
重新开放套餐订阅,目前价格统一原价的6折左右.
价格波动视渠道稳定性而定.介意的勿拍.感谢理解
The subscription package has been reopened. Currently, the price is approximately 60% off the original price.
Price fluctuations depend on the stability of the channel. Those who are sensitive to this should not bid. Thank you for your understanding.
公告2026-07-01 02:54
支持claude-sonnet-5 | Support claude-sonnet-5
kiro分组
Max满血分组
都支持claude-sonnet-5
Kiro group
Max full health group
Both support claude-sonnet-5
公告2026-06-13 07:01
claude-max特供渠道-新进企业号池(不限客户端)
企业版渠道,不限客户端,支持claude code 桌面端
公告2026-06-12 07:23
增加了Gpt-plus官订分组&Gpt订阅问题声明
1.为了保障渠道可用性,继续官订Gpt Plus&Pro,同时分组倍率有所调整
2.为了保障包日/包月订阅用户使用,上调订阅用户的倍率至2.5x
带来的不便,敬请谅解,有需要的可以走售后.
公告2026-06-12 05:23
claude-max特供渠道 暂时不可用
claude-max特供渠道 暂时不可用
公告2026-06-12 05:09
GPT-Plus复活,慢点蹬
太难了
GPT-Plus复活,慢点蹬
GPT-Plus复活,慢点蹬
公告2026-06-12 03:14
gpt-渠道继续维护
gpt-渠道继续维护
gpt-渠道继续维护
公告2026-06-11 06:14
渠道全面恢复,注意分组倍率
渠道全面恢复,注意分组倍率
渠道全面恢复,注意分组倍率
公告2026-06-10 12:35
新增-支持 claude-fable-5 模型
Claude Max特价以及Claude Max 相关分组已支持 claude-fable-5 模型
逆向渠道后续持续更新
公告2026-06-06 08:03
新增-gpt-team限时活动渠道
开放限时活动1.2x
有需要的用户可以切到该分组体验.
限时活动分组稳定性一般,且用且珍惜.
公告2026-06-04 09:02
新增功能-渠道状态监控
新增渠道状态监控,动态展示了每个分组的情况
可以根据监控状态选择对应分组
公告2026-05-28 15:48
新增-Claude-Windsurf渠道
支持以下模型
claude-haiku-4-5-20251001
claude-sonnet-4-6
claude-opus-4-6
claude-opus-4-7
公告2026-05-23 07:22
新增claude渠道&新增三日卡
1.新增claude-kiro逆向分组,活动特价0.18一刀
支持模型:
claude-haiku-4-5
claude-sonnet-4-5
claude-sonnet-4-6
claude-opus-4-5
claude-opus-4-6
claude-opus-4-7
2.新增GPT-Max三日卡订阅套餐(每天150$,一共450$)
充值/订阅页面-订阅可以进行充值
公告2026-03-20 09:32
codex-便捷配置脚本下载地址
- windows(双击运行即可)
https://vp.botclaw.top/downloads/codex-config.bat
- mac/linux
https://vp.botclaw.top/downloads/codex-config.sh
执行bash ./codex-config.sh运行即可