RNet:用户自行承担 AI 使用费用,而非由应用覆盖代币成本

1作者: rNetAi3 个月前
开发者目前通过订阅、速率限制或定价层级来支付 AI 使用费用并收回成本。这会带来几个问题: 1. 应用必须跟踪每个用户的用量并构建复杂的计费逻辑。 2. 用户最终会在不同的应用中为相同的底层 AI 重复付费。 我正在尝试一种不同的模式:用户直接为自己的 AI 使用付费,类似于预付费手机流量。 在此系统中: 1. 用户预先充值余额。 2. 每个请求都由用户签名。 3. 费用按请求从用户余额中扣除。 4. 应用无需支付 token 费用或管理计费。 我构建了一个名为 rNet 的原型。该协议已上线,并提供了客户端库(npm、Maven),文档也是公开的: https://www.rnetai.org/ 这仍处于早期阶段,我主要寻求反馈——这个模型在技术、经济或用户体验方面存在哪些不足之处?
查看原文
Developers currently pay for AI usage and then recover costs through subscriptions, rate limits, or pricing tiers. This creates a few problems:<p>1.Apps have to track per-user usage and build complex billing logic.<p>2.Users end up paying multiple times for the same underlying AI across different apps.<p>I’m experimenting with a different model: users fund their own AI usage directly, similar to prepaid mobile data.<p>In this system:<p>1.Users preload a balance 2.Each request is signed by the user 3.The cost is deducted from the user’s balance per request 4.Apps don’t pay for tokens or manage billing<p>I built a prototype called rNet. The protocol is live, with client libraries available (npm, Maven), and the docs are open: https:&#x2F;&#x2F;www.rnetai.org&#x2F;<p>This is still early, and I’m mainly looking for feedback—where does this break (technically, economically, or from a UX perspective)?