diff options
| author | Jay V <[email protected]> | 2025-09-15 15:38:10 -0400 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-09-15 15:38:23 -0400 |
| commit | 0707890359a9102564e02614887ab7d0ef409bc8 (patch) | |
| tree | 0de1e0bf566cdd1a16fb701a429e365cb69463ba /packages | |
| parent | 6dbba8e326458cfe3f6a05c534e2498500571ebf (diff) | |
| download | opencode-0707890359a9102564e02614887ab7d0ef409bc8.tar.gz opencode-0707890359a9102564e02614887ab7d0ef409bc8.zip | |
docs: zen
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/web/package.json | 2 | ||||
| -rw-r--r-- | packages/web/src/content/docs/zen.mdx | 17 |
2 files changed, 17 insertions, 2 deletions
diff --git a/packages/web/package.json b/packages/web/package.json index b7bb882e8..3b37be3ac 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -4,7 +4,7 @@ "version": "0.9.0", "scripts": { "dev": "astro dev", - "dev:remote": "sst shell --stage=dev --target=Web astro dev", + "dev:remote": "VITE_API_URL=https://api.opencode.ai astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", diff --git a/packages/web/src/content/docs/zen.mdx b/packages/web/src/content/docs/zen.mdx index 140c66be8..438e19705 100644 --- a/packages/web/src/content/docs/zen.mdx +++ b/packages/web/src/content/docs/zen.mdx @@ -77,7 +77,12 @@ tokens**. | ---------------- | ----- | ------ | | Qwen3 Coder 480B | $0.38 | $0.50 | | Grok Code Fast 1 | Free | Free | -| Sonnet 4 | Soon | Soon | +| Claude Sonnet 4 | Soon | Soon | +| Claude Haiku 3.5 | Soon | Soon | +| Claude Opus 4.1 | Soon | Soon | +| GPT 5 | Soon | Soon | +| Kimi K2 | Soon | Soon | + :::note We add a small markup to cover our costs. @@ -91,3 +96,13 @@ A couple of notes: using this time to collect feedback and improve Grok Code. <a href={email}>Contact us</a> if you have any questions. + +--- + +## Privacy + +1. All our models are hosted in the US. +2. The providers we use have a zero-retention policy and do not use the data to + train their models. + - The exception is Grok Code Fast 1, which during its free period uses the + data it collects to improve Grok Code. |
