summaryrefslogtreecommitdiffhomepage
path: root/infra/console.ts
diff options
context:
space:
mode:
authorFrank <[email protected]>2026-02-17 01:32:57 -0500
committerFrank <[email protected]>2026-02-17 01:32:57 -0500
commita93a1b93e119a976935e5ab6f214ef7c33d60d45 (patch)
tree06884ea188b36c63bb754d73ee15b7c3605e482a /infra/console.ts
parentace63b3ddb99335b9ff71121336f70407c4b3ea5 (diff)
downloadopencode-a93a1b93e119a976935e5ab6f214ef7c33d60d45.tar.gz
opencode-a93a1b93e119a976935e5ab6f214ef7c33d60d45.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 4e5a14b04..908905582 100644
--- a/infra/console.ts
+++ b/infra/console.ts
@@ -145,6 +145,16 @@ const ZEN_MODELS = [
new sst.Secret("ZEN_MODELS18"),
new sst.Secret("ZEN_MODELS19"),
new sst.Secret("ZEN_MODELS20"),
+ new sst.Secret("ZEN_MODELS21"),
+ new sst.Secret("ZEN_MODELS22"),
+ new sst.Secret("ZEN_MODELS23"),
+ new sst.Secret("ZEN_MODELS24"),
+ new sst.Secret("ZEN_MODELS25"),
+ new sst.Secret("ZEN_MODELS26"),
+ new sst.Secret("ZEN_MODELS27"),
+ new sst.Secret("ZEN_MODELS28"),
+ new sst.Secret("ZEN_MODELS29"),
+ new sst.Secret("ZEN_MODELS30"),
]
const STRIPE_SECRET_KEY = new sst.Secret("STRIPE_SECRET_KEY")
const STRIPE_PUBLISHABLE_KEY = new sst.Secret("STRIPE_PUBLISHABLE_KEY")