Question
The docs say go to /connect and select 'Other'?
But, 'Other' is not a selectable option. It's just a title.
I have checked the CLI, VS Code plugin and the desktop GUI and it's all the same. I have also tried adding the details of my custom provider to ~/.config/opencode/config.json, but it doesn't show up.
{
"$schema": "https://opencode.ai/config.json",
"provider": {
"bla": {
"name": "bla",
"options": {
"baseURL": "https://bla.com/api/v1"
}
}
}
}
How do I add a custom provider? What am I missing?
Some system info.
ProductName: macOS
ProductVersion: 26.3.1
BuildVersion: 25D2128
Question
The docs say go to
/connectand select 'Other'?But, 'Other' is not a selectable option. It's just a title.
I have checked the CLI, VS Code plugin and the desktop GUI and it's all the same. I have also tried adding the details of my custom provider to
~/.config/opencode/config.json, but it doesn't show up.How do I add a custom provider? What am I missing?
Some system info.