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: README.md
+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
@@ -73,14 +73,15 @@ model = "claude-sonnet-4-20250514"
73
73
autoupdate = true
74
74
```
75
75
76
-
You can also extend the models.dev database with your own providers and models by placing a `provider.toml` file in `~/.config/opencode/providers`
76
+
You can also extend the models.dev database with your own providers by mirroring the structure found [here](https://github.com/sst/models.dev/tree/dev/providers/anthropic)
77
+
78
+
Start with a `provider.toml` file in `~/.config/opencode/providers`
This mirrors the structure found [here](https://github.com/sst/models.dev/tree/dev/providers/anthropic)
108
-
109
108
### Project Config
110
109
111
110
Project configuration is optional. You can place an `opencode.json` file in the root of your repo and is meant to be checked in and shared with your team.
0 commit comments