Jay V 5 месяцев назад
Родитель
Сommit
0707890359
2 измененных файлов с 17 добавлено и 2 удалено
  1. 1 1
      packages/web/package.json
  2. 16 1
      packages/web/src/content/docs/zen.mdx

+ 1 - 1
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",

+ 16 - 1
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.