Skip to content

"Other" provider option not showing up #8820

@anand2312

Description

@anand2312

Description

The "Other" provider option that is documented here does not show up when I run /connect

Image

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

  1. Start opencode
  2. Run /connect
  3. 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 workingopentuiThis relates to changes in v1.0, now that opencode uses opentui

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions