summaryrefslogtreecommitdiffhomepage
path: root/packages/web
diff options
context:
space:
mode:
authorArindam Majumder <[email protected]>2025-12-07 11:15:08 +0530
committerGitHub <[email protected]>2025-12-06 23:45:08 -0600
commitad22fe9fe73c2fb62f9a8ddaa4e825346488eaf9 (patch)
tree56b8453011142a781f60490e47558e3f91927f62 /packages/web
parent6d622d91bee5b4acbb5e33deab2f6b01e6478a55 (diff)
downloadopencode-ad22fe9fe73c2fb62f9a8ddaa4e825346488eaf9.tar.gz
opencode-ad22fe9fe73c2fb62f9a8ddaa4e825346488eaf9.zip
docs: Nebius Token Factory provider documentation (#2997)
Diffstat (limited to 'packages/web')
-rw-r--r--packages/web/src/content/docs/providers.mdx27
1 files changed, 27 insertions, 0 deletions
diff --git a/packages/web/src/content/docs/providers.mdx b/packages/web/src/content/docs/providers.mdx
index 3b4bed757..239dbe8e4 100644
--- a/packages/web/src/content/docs/providers.mdx
+++ b/packages/web/src/content/docs/providers.mdx
@@ -694,6 +694,33 @@ To use Kimi K2 from Moonshot AI:
---
+### Nebius Token Factory
+
+1. Head over to the [Nebius Token Factory console](https://tokenfactory.nebius.com/), create an account, and click **Add Key**.
+
+2. Run the `/connect` command and search for **Nebius Token Factory**.
+
+ ```txt
+ /connect
+ ```
+
+3. Enter your Nebius Token Factory API key.
+
+ ```txt
+ ┌ API key
+ │
+ │
+ └ enter
+ ```
+
+4. Run the `/models` command to select a model like _Kimi K2 Instruct_.
+
+ ```txt
+ /models
+ ```
+
+---
+
### Ollama
You can configure opencode to use local models through Ollama.