summaryrefslogtreecommitdiffhomepage
path: root/packages
diff options
context:
space:
mode:
authorYug Agarwal <[email protected]>2025-11-26 22:14:05 +0530
committerGitHub <[email protected]>2025-11-26 10:44:05 -0600
commit8963b536eee2ff7b46b9751b534e648a5e2a31cc (patch)
treea693481b1c0909bce99ccdafb4d4123d7dd8dfd6 /packages
parent51455e2a1e182cf91e321ac180476232df932853 (diff)
downloadopencode-8963b536eee2ff7b46b9751b534e648a5e2a31cc.tar.gz
opencode-8963b536eee2ff7b46b9751b534e648a5e2a31cc.zip
docs: IO.NET Provider (#4762)
Diffstat (limited to 'packages')
-rw-r--r--packages/web/src/content/docs/providers.mdx38
1 files changed, 38 insertions, 0 deletions
diff --git a/packages/web/src/content/docs/providers.mdx b/packages/web/src/content/docs/providers.mdx
index 3d6bd614e..54a4f2397 100644
--- a/packages/web/src/content/docs/providers.mdx
+++ b/packages/web/src/content/docs/providers.mdx
@@ -652,6 +652,44 @@ The `global` region improves availability and reduces errors at no extra cost. U
---
+### IO.NET
+
+IO.NET offers 17 models optimized for various use cases:
+
+1. Head over to the [IO.NET console](https://ai.io.net/), create an account, and generate an API key.
+
+2. Run `opencode auth login` and select **IO.NET**.
+
+ ```bash
+ $ opencode auth login
+
+ ┌ Add credential
+ │
+ ◆ Select provider
+ │ ● IO.NET
+ │ ...
+ └
+ ```
+
+3. Enter your IO.NET API key.
+
+ ```bash
+ $ opencode auth login
+
+ ┌ Add credential
+ │
+ ◇ Select provider
+ │ IO.NET
+ │
+ ◇ Enter your API key
+ │ _
+ └
+ ```
+
+4. Run the `/models` command to select a model.
+
+---
+
### LM Studio
You can configure opencode to use local models through LM Studio.