diff options
| author | Jay V <[email protected]> | 2025-09-03 15:53:12 -0700 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-09-03 15:53:31 -0700 |
| commit | 2808e95ac7fca02d3d9fb632a3ad361a5d3bf7b3 (patch) | |
| tree | 270ef18a0151520904be4877b9985c2f8f04608d | |
| parent | 70e0d71ac271c99bc2467715069c5be4547fceda (diff) | |
| download | opencode-2808e95ac7fca02d3d9fb632a3ad361a5d3bf7b3.tar.gz opencode-2808e95ac7fca02d3d9fb632a3ad361a5d3bf7b3.zip | |
ignore: zen
| -rw-r--r-- | cloud/app/src/routes/index.tsx | 2 | ||||
| -rw-r--r-- | packages/web/src/content/docs/zen.mdx | 22 |
2 files changed, 13 insertions, 11 deletions
diff --git a/cloud/app/src/routes/index.tsx b/cloud/app/src/routes/index.tsx index f69ac8462..95995d725 100644 --- a/cloud/app/src/routes/index.tsx +++ b/cloud/app/src/routes/index.tsx @@ -81,6 +81,7 @@ export default function Home() { </div> </section> + {/* <section data-component="zen"> <a href="/docs/zen"> opencode zen @@ -98,6 +99,7 @@ export default function Home() { </Match> </Switch> </section> + */ } <section data-component="features"> <ul data-slot="list"> diff --git a/packages/web/src/content/docs/zen.mdx b/packages/web/src/content/docs/zen.mdx index 81eede6d6..9f4069a81 100644 --- a/packages/web/src/content/docs/zen.mdx +++ b/packages/web/src/content/docs/zen.mdx @@ -45,17 +45,6 @@ opencode zen is an AI gateway that gives you access to these models. --- -## Goals - -We created opencode zen to: - -1. **Benchmark** the best models/providers for coding agents. -2. Have access to the **highest quality** options and not downgrade performance or route to cheaper providers. -3. Pass along any **price drops** by selling at cost; so the only markup is to cover our processing fees. -4. Have **no lock-in** by allowing you to use it with any other coding agent. And always let you use any other provider with opencode as well. - ---- - ## How it works opencode zen works like any other provider in opencode. @@ -68,6 +57,17 @@ You are charged per request and you can add credits to your account. --- +## Goals + +We created opencode zen to: + +1. **Benchmark** the best models/providers for coding agents. +2. Have access to the **highest quality** options and not downgrade performance or route to cheaper providers. +3. Pass along any **price drops** by selling at cost; so the only markup is to cover our processing fees. +4. Have **no lock-in** by allowing you to use it with any other coding agent. And always let you use any other provider with opencode as well. + +--- + ## Pricing Below are the models that we currently support and their prices **per 1M |
