You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[opencode-daytona](https://github.com/daytonaio/daytona/tree/main/libs/opencode-plugin)| Automatically run OpenCode sessions in isolated Daytona sandboxes with git sync and live previews |
20
+
|[opencode-daytona](https://github.com/daytona/integrations/tree/main/packages/opencode-plugin)| Automatically run OpenCode sessions in isolated Daytona sandboxes with git sync and live previews |
21
21
|[opencode-helicone-session](https://github.com/H2Shami/opencode-helicone-session)| Automatically inject Helicone session headers for request grouping |
22
22
|[opencode-type-inject](https://github.com/nick-vi/opencode-type-inject)| Auto-inject TypeScript/Svelte types into file reads with lookup tools |
23
23
|[opencode-openai-codex-auth](https://github.com/numman-ali/opencode-openai-codex-auth)| Use your ChatGPT Plus/Pro subscription instead of API credits |
Copy file name to clipboardExpand all lines: packages/web/src/content/docs/github.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ Or you can set it up manually.
97
97
issues: write
98
98
```
99
99
100
-
You can also use a [personal access tokens](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens)(PAT) if preferred.
100
+
You can also use a [personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens)(PAT) if preferred.
Copy file name to clipboardExpand all lines: packages/web/src/content/docs/providers.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -759,7 +759,7 @@ Cloudflare Workers AI lets you run AI models on Cloudflare's global network dire
759
759
760
760
### DigitalOcean
761
761
762
-
DigitalOcean's [Inference Engine](https://docs.digitalocean.com/products/inference/) provides access to open models like GPT-OSS, Llama, Qwen, and DeepSeek, plus custom [Inference Routers](https://docs.digitalocean.com/products/genai-platform/concepts/inference-routers/) that route each request to the cheapest, fastest, or best-fit model for a task.
762
+
DigitalOcean's [Inference Engine](https://docs.digitalocean.com/products/inference/) provides access to open models like GPT-OSS, Llama, Qwen, and DeepSeek, plus custom [Inference Routers](https://docs.digitalocean.com/products/inference/how-to/use-inference-router/) that route each request to the cheapest, fastest, or best-fit model for a task.
763
763
764
764
OpenCode supports two authentication methods:
765
765
@@ -2487,7 +2487,7 @@ You can use any OpenAI-compatible provider with opencode. Most modern AI provide
2487
2487
"provider": {
2488
2488
"myprovider": {
2489
2489
"npm": "@ai-sdk/openai-compatible",
2490
-
"name": "My AI ProviderDisplay Name",
2490
+
"name": "My AI Provider Display Name",
2491
2491
"options": {
2492
2492
"baseURL": "https://api.myprovider.com/v1"
2493
2493
},
@@ -2525,7 +2525,7 @@ Here's an example setting the `apiKey`, `headers`, and model `limit` options.
0 commit comments