summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAsmae_ELAZRAK <[email protected]>2025-11-20 15:34:04 +0100
committerGitHub <[email protected]>2025-11-20 08:34:04 -0600
commit9eb6731c2114c45f203cfe5c7f81b72a8b8fedb3 (patch)
treef03d2e3e9c6cf8b871733677709d813ea65cefa9
parent11373755d9497bcaae39b00633f0c384d64a824a (diff)
downloadopencode-9eb6731c2114c45f203cfe5c7f81b72a8b8fedb3.tar.gz
opencode-9eb6731c2114c45f203cfe5c7f81b72a8b8fedb3.zip
docs: add cortecs docs (#4547)
-rw-r--r--packages/web/src/content/docs/providers.mdx36
1 files changed, 36 insertions, 0 deletions
diff --git a/packages/web/src/content/docs/providers.mdx b/packages/web/src/content/docs/providers.mdx
index 84a815490..ec468205a 100644
--- a/packages/web/src/content/docs/providers.mdx
+++ b/packages/web/src/content/docs/providers.mdx
@@ -357,6 +357,42 @@ Or if you already have an API key, you can select **Manually enter API Key** and
---
+### Cortecs
+
+1. Head over to the [Cortecs console](https://cortecs.ai/), create an account, and generate an API key.
+
+2. Run `opencode auth login` and select **Cortecs**.
+
+ ```bash
+ $ opencode auth login
+
+ ┌ Add credential
+ │
+ ◆ Select provider
+ │ ● Cortecs
+ │ ...
+ └
+ ```
+
+3. Enter your Cortecs API key.
+
+ ```bash
+ $ opencode auth login
+
+ ┌ Add credential
+ │
+ ◇ Select provider
+ │ Cortecs
+ │
+ ◇ Enter your API key
+ │ _
+ └
+ ```
+
+4. Run the `/models` command to select a model like _Kimi K2 Instruct_.
+
+---
+
### DeepSeek
1. Head over to the [DeepSeek console](https://platform.deepseek.com/), create an account, and click **Create new API key**.