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
Copy file name to clipboardExpand all lines: packages/web/src/content/docs/providers.mdx
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ description: Using any LLM provider in OpenCode.
6
6
importconfigfrom"../../../config.mjs"
7
7
exportconst console =config.console
8
8
9
-
OpenCode uses the [AI SDK](https://ai-sdk.dev/) and [Models.dev](https://models.dev) to support for **75+ LLM providers** and it supports running local models.
9
+
OpenCode uses the [AI SDK](https://ai-sdk.dev/) and [Models.dev](https://models.dev) to support **75+ LLM providers** and it supports running local models.
10
10
11
11
To add a provider you need to:
12
12
@@ -80,8 +80,7 @@ If you are new, we recommend starting with OpenCode Zen.
80
80
/models
81
81
```
82
82
83
-
It works like any other provider in OpenCode. And is completely optional to use
84
-
it.
83
+
It works like any other provider in OpenCode and is completely optional to use.
85
84
86
85
---
87
86
@@ -226,7 +225,7 @@ We recommend signing up for [Claude Pro](https://www.anthropic.com/news/claude-p
226
225
└
227
226
```
228
227
229
-
3. Now all the the Anthropic models should be available when you use the `/models` command.
228
+
3. Now all the Anthropic models should be available when you use the `/models` command.
0 commit comments