Ads for Credits About FAQ Contact

Changelog

Newest first · Last updated 2026-08-31

Everything that changed since the service opened, in the order it happened. Fixes are listed alongside features, because a fix is usually the part you actually noticed.

2026-08-31

  • Credits now require signing in. Opening the console no longer issues an anonymous key. A balance stored only in a browser disappeared whenever someone cleared their site data, and the ad network's confirmation callback needs a stable per-user identifier to credit the right person. Keys issued before this change keep working.
  • Ad network callback endpoint implemented. The address configured for conversion postbacks previously did not exist and returned 404. It now accepts postbacks, ignores duplicates, and reverses credits on a chargeback.
  • About and Contact pages added, along with this changelog and the FAQ.
  • Fixed: an email address containing the letter s was rejected at sign-up. The validation rule had a typo that made it reject those addresses outright.
  • Removed the translation page.
  • Corrected several places that still claimed the service had no accounts and that a lost key meant a lost balance. Neither has been true since accounts shipped.

2026-08-30

  • Accounts. Sign in with an email code or a Google account. The balance follows the account, so a new device gets a new key against the same credits.
  • Browser chat page. A full-screen chat for using the models without writing any code.
  • Documentation, client setup guide and model comparison pages added.
  • Credit rules tightened: the per-ad grant was reduced, a daily cap per account was added, and a limit on how many keys one network can create per day.
  • Typography and navigation reworked across the site: serif headings, a larger and more legible nav, and the chat entry moved out of a grey link into the top bar.
  • Fixed: an error coming back from the model provider still deducted credits. It no longer does.
  • Fixed: a network hiccup could delete the key stored in the browser. Only an explicit rejection from the server clears it now.

2026-08-29

  • First working version: watch an ad, get credits, call an OpenAI-compatible endpoint.

更新记录

按时间倒序 · 最后更新 2026-08-31

本服务开放以来的全部变更,按发生顺序记录。修复与新功能并列,因为真正被用户察觉的往往是修复的那一项。

2026-08-31

  • 额度改为登录后发放。打开控制台不再自动发放匿名密钥。此前余额仅保存于浏览器,用户清除站点数据即告丢失;且广告平台的到账通知需要一个稳定的用户标识才能正确入账。此变更前已发放的密钥继续有效。
  • 接入广告平台的到账通知接口。此前广告位配置的通知地址在服务端并不存在,请求返回 404。现已实现,可正确接收通知、忽略重复请求,并在广告主撤销时回退额度。
  • 新增关于本站、联系方式页面,以及本更新记录与常见问题页。
  • 修复:邮箱地址中含有字母 s 时无法注册。验证规则存在书写错误,导致此类地址被直接判为无效。
  • 移除翻译页面。
  • 修正若干处过时表述。此前部分页面仍称本服务没有账号、密钥丢失后余额无法找回,账号功能上线后这些说法已不成立。

2026-08-30

  • 账号系统。支持邮箱验证码与 Google 账号登录。额度归属于账号,在新设备登录即可获取新密钥,余额不变。
  • 网页对话页面。整屏对话界面,无需编写代码即可使用模型。
  • 新增接入文档、客户端接入指南、模型对比三个页面。
  • 收紧额度规则:下调单次广告发放量,新增单账号每日观看上限,以及同一网络每日可创建密钥数量的限制。
  • 全站字体与导航重做:标题改用衬线字体,导航字号与对比度提高,对话入口从灰色链接移至顶栏。
  • 修复:模型服务商返回错误时仍会扣除额度,现已不再扣除。
  • 修复:网络波动可能导致浏览器中保存的密钥被删除。现在只有服务器明确拒绝该密钥时才会清除。

2026-08-29

  • 首个可用版本上线:观看广告获取额度,调用兼容 OpenAI 格式的接口。