diff options
| author | Jay V <[email protected]> | 2025-12-30 12:57:45 -0700 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-12-30 12:57:58 -0700 |
| commit | cb0e05db2688a660e721fad712c425bb787aae9f (patch) | |
| tree | 189bd2bcefe55bac583e9513b24b92d703967871 /packages | |
| parent | b9cdcaa9db92f92e98443f93d6f4e24b4d82625c (diff) | |
| download | opencode-cb0e05db2688a660e721fad712c425bb787aae9f.tar.gz opencode-cb0e05db2688a660e721fad712c425bb787aae9f.zip | |
docs: add auto-reload and monthly limits documentation to Zen guide
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/web/src/content/docs/zen.mdx | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/web/src/content/docs/zen.mdx b/packages/web/src/content/docs/zen.mdx index 5cb10f976..891027aee 100644 --- a/packages/web/src/content/docs/zen.mdx +++ b/packages/web/src/content/docs/zen.mdx @@ -156,6 +156,26 @@ The free models: --- +### Auto-reload + +If your balance goes below $5, Zen will automatically reload $20 (plus $1.23 +processing fee). + +You can change the auto-reload amount. You can also disable auto-reload entirely. + +--- + +### Monthly limits + +You can also set a monthly usage limit for the entire workspace and for each +member of your team. + +For example, let's say you set a monthly usage limit to $20, Zen will not use +more than $20 in a month. But if you have auto-reload enabled, Zen might end up +charging you more than $20 if your balance goes below $5. + +--- + ## Privacy All our models are hosted in the US. Our providers follow a zero-retention policy and do not use your data for model training, with the following exceptions: |
