diff options
| author | Jay V <[email protected]> | 2025-12-11 16:26:38 -0500 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-12-11 16:26:42 -0500 |
| commit | 14291bff71ce5f20a6ecd5731bfed2e03a7c2775 (patch) | |
| tree | 69ca62fdaa64ade956b29b1355187b8307205be1 /packages/console/app | |
| parent | a0472c0312d758c6477f00723c387645badd1272 (diff) | |
| download | opencode-14291bff71ce5f20a6ecd5731bfed2e03a7c2775.tar.gz opencode-14291bff71ce5f20a6ecd5731bfed2e03a7c2775.zip | |
docs: lander copy
Diffstat (limited to 'packages/console/app')
| -rw-r--r-- | packages/console/app/src/routes/index.tsx | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/packages/console/app/src/routes/index.tsx b/packages/console/app/src/routes/index.tsx index 4bfd8b80c..618de3c78 100644 --- a/packages/console/app/src/routes/index.tsx +++ b/packages/console/app/src/routes/index.tsx @@ -652,13 +652,13 @@ export default function Home() { </li> <li> <Faq question="Do I need extra AI subscriptions to use OpenCode?"> - Not necessarily, but probably. You’ll need an AI subscription if you want to connect OpenCode to a - paid provider, although you can work with{" "} - <a href="/docs/providers/#lm-studio" target="_blank"> - local models - </a>{" "} - for free. While we encourage users to use <A href="/zen">Zen</A>, OpenCode works with all popular - providers such as OpenAI, Anthropic, xAI etc. + Not necessarily, OpenCode comes with a set of free models that you + can use without creating an account. Aside from these, you can use any of the popular coding models by creating a <A href="/zen">Zen</A> account. While we encourage users to use Zen, OpenCode also works with all popular providers such as OpenAI, Anthropic, xAI etc. You can even connect your <a href="/docs/providers/#lm-studio" target="_blank">local models</a>. + </Faq> + </li> + <li> + <Faq question="Can I use my existing AI subscriptions with OpenCode?"> + Yes, OpenCode supports subscription plans from all major providers. You can use your Claude Pro/Max, ChatGPT Plus/Pro, or GitHub Copilot subscriptions. <a href="/docs/providers/#directory">Learn more</a>. </Faq> </li> <li> @@ -668,14 +668,12 @@ export default function Home() { </li> <li> <Faq question="How much does OpenCode cost?"> - OpenCode is 100% free to use. Any additional costs will come from your subscription to a model - provider. While OpenCode works with any model provider, we recommend using <A href="/zen">Zen</A>. + OpenCode is 100% free to use. It also comes with a set of free models. There might be additional costs if you connect any other provider. </Faq> </li> <li> <Faq question="What about data and privacy?"> - Your data and information is only stored when you create sharable links in OpenCode. Learn more about{" "} - <a href="/docs/share/#privacy">share pages</a>. + Your data and information is only stored when you use our free models or create sharable links. Learn more about <a href="/docs/zen/#privacy">our models</a> and <a href="/docs/share/#privacy">share pages</a>. </Faq> </li> <li> |
