summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJay V <[email protected]>2025-11-06 17:08:48 -0500
committerJay V <[email protected]>2025-11-06 17:08:55 -0500
commit21957406ffb6f6bad3528b9d9b894e3e3b726a79 (patch)
tree01dc53a00cfbf32c6f7ef6d69614d1c1aee65628
parent61c4747fbe6b5368b0b752b973c0da3c4ee9f5f1 (diff)
downloadopencode-21957406ffb6f6bad3528b9d9b894e3e3b726a79.tar.gz
opencode-21957406ffb6f6bad3528b9d9b894e3e3b726a79.zip
docs: add Deep Infra provider documentation
-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 6409acee1..6a7520e56 100644
--- a/packages/web/src/content/docs/providers.mdx
+++ b/packages/web/src/content/docs/providers.mdx
@@ -301,6 +301,42 @@ Or if you already have an API key, you can select **Manually enter API Key** and
---
+### Deep Infra
+
+1. Head over to the [Deep Infra dashboard](https://deepinfra.com/dash), create an account, and generate an API key.
+
+2. Run `opencode auth login` and select **Deep Infra**.
+
+ ```bash
+ $ opencode auth login
+
+ ┌ Add credential
+ │
+ ◆ Select provider
+ │ ● Deep Infra
+ │ ...
+ └
+ ```
+
+3. Enter your Deep Infra API key.
+
+ ```bash
+ $ opencode auth login
+
+ ┌ Add credential
+ │
+ ◇ Select provider
+ │ Deep Infra
+ │
+ ◇ Enter your API key
+ │ _
+ └
+ ```
+
+4. Run the `/models` command to select a model.
+
+---
+
### Fireworks AI
1. Head over to the [Fireworks AI console](https://app.fireworks.ai/), create an account, and click **Create API Key**.