summaryrefslogtreecommitdiffhomepage
path: root/infra/console.ts
diff options
context:
space:
mode:
authorFrank <[email protected]>2026-02-08 10:31:07 -0500
committerFrank <[email protected]>2026-02-08 10:31:09 -0500
commit80c1c59ed34cd19119bbb53f40e5214cae35ad29 (patch)
tree3ba62af0b3f067064fa9eed15e2b17301e5a33b8 /infra/console.ts
parent7c6b8d7a8a7180f330b83b736c46a62fb5f91258 (diff)
downloadopencode-80c1c59ed34cd19119bbb53f40e5214cae35ad29.tar.gz
opencode-80c1c59ed34cd19119bbb53f40e5214cae35ad29.zip
wip: zen
Diffstat (limited to 'infra/console.ts')
-rw-r--r--infra/console.ts10
1 files changed, 10 insertions, 0 deletions
diff --git a/infra/console.ts b/infra/console.ts
index ba1ff15bf..5abffb555 100644
--- a/infra/console.ts
+++ b/infra/console.ts
@@ -135,6 +135,16 @@ const ZEN_MODELS = [
new sst.Secret("ZEN_MODELS8"),
new sst.Secret("ZEN_MODELS9"),
new sst.Secret("ZEN_MODELS10"),
+ new sst.Secret("ZEN_MODELS11"),
+ new sst.Secret("ZEN_MODELS12"),
+ new sst.Secret("ZEN_MODELS13"),
+ new sst.Secret("ZEN_MODELS14"),
+ new sst.Secret("ZEN_MODELS15"),
+ new sst.Secret("ZEN_MODELS16"),
+ new sst.Secret("ZEN_MODELS17"),
+ new sst.Secret("ZEN_MODELS18"),
+ new sst.Secret("ZEN_MODELS19"),
+ new sst.Secret("ZEN_MODELS20"),
]
const STRIPE_SECRET_KEY = new sst.Secret("STRIPE_SECRET_KEY")
const STRIPE_PUBLISHABLE_KEY = new sst.Secret("STRIPE_PUBLISHABLE_KEY")