diff --git a/packages/web/package.json b/packages/web/package.json index b7bb882e..3b37be3a 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 140c66be..438e1970 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. Contact us 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.