Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/console/app/src/routes/zen/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export default function Home() {
</div>
<div data-slot="pricing-copy">
<p>
<strong>Add $20 Pay as you go balance</strong> <span>(+$1.23 card processing fee)</span>
<strong>Add $20 Pay as you go balance</strong> <span>(+$1.18 card processing fee)</span>
</p>
<p>Use with any agent. Set monthly spend limits. Cancel any time.</p>
</div>
Expand Down Expand Up @@ -305,7 +305,7 @@ export default function Home() {
Zen <a href="/docs/zen/#pricing">charges per request</a> with zero markups, so you pay exactly what
the model provider charges. Your total cost depends on usage, and you can set monthly spend limits in
your <a href="/auth">account</a>. To cover costs, OpenCode adds only a small payment processing fee of
$1.23 per $20 balance top-up.
$1.18 per $20 balance top-up.
</Faq>
</li>
<li>
Expand Down
2 changes: 1 addition & 1 deletion packages/web/src/content/docs/zen.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ The free models:

### Auto-reload

If your balance goes below $5, Zen will automatically reload $20 (plus $1.23
If your balance goes below $5, Zen will automatically reload $20 (plus $1.18
processing fee).

You can change the auto-reload amount. You can also disable auto-reload entirely.
Expand Down