-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Open
Labels
bugSomething isn't workingSomething isn't workingopentuiThis relates to changes in v1.0, now that opencode uses opentuiThis relates to changes in v1.0, now that opencode uses opentui
Description
Description
The "Other" provider option that is documented here does not show up when I run /connect
I tried adding my custom provider directly to .config/opencode/opencode.json:
{
"$schema": "https://opencode.ai/config.json",
"provider": {
"anthropic": {
"models": {
"claude-sonnet-4-5": {}
},
"options": {
"baseURL": "<internal LiteLLM endpoint URL>",
"apiKey": "{env:ANTHROPIC_AUTH_TOKEN}"
}
},
"litellm": {
"npm": "@ai-sdk/openai-compatible",
"name": "LiteLLM",
"options": {
"baseURL": "<internal LiteLLM endpoint URL>",
"apiKey": "{env:ANTHROPIC_AUTH_TOKEN}"
}
}
},
"model": "claude-sonnet-4-5",
"small_model": "claude-haiku-4-5"
}but this provider also does not show up.
Plugins
Whichever are included by default
OpenCode version
1.1.23
Steps to reproduce
- Start opencode
- Run /connect
- Scroll through looking for the "Other" option, to no avail
Screenshot and/or share link
No response
Operating System
Windows 11
Terminal
Alacritty, Windows Terminal
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingopentuiThis relates to changes in v1.0, now that opencode uses opentuiThis relates to changes in v1.0, now that opencode uses opentui