"Other" provider option not showing up #6431

Open
opened 2026-02-16 18:04:11 -05:00 by yindo · 2 comments
Owner

Originally created by @anand2312 on GitHub (Jan 16, 2026).

Originally assigned to: @rekram1-node on GitHub.

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

Originally created by @anand2312 on GitHub (Jan 16, 2026). Originally assigned to: @rekram1-node on GitHub. ### Description The "Other" provider option that is documented [here](https://opencode.ai/docs/providers/#custom-provider) does not show up when I run /connect <img width="490" height="516" alt="Image" src="https://github.com/user-attachments/assets/40125c88-9018-40b3-894c-10a95b5b0ed6" /> I tried adding my custom provider directly to `.config/opencode/opencode.json`: ```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
yindo added the opentuibug labels 2026-02-16 18:04:11 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Jan 16, 2026):

This issue might be a duplicate of existing issues. Please check:

  • #8004: Configuring a custom provider - Same issue: 'Other' option not appearing in /connect
  • #5937: Custom provider docs incorrect - Same issue documented with more discussion about the incorrect documentation

Feel free to ignore if none of these address your specific case.

@github-actions[bot] commented on GitHub (Jan 16, 2026): This issue might be a duplicate of existing issues. Please check: - #8004: Configuring a custom provider - Same issue: 'Other' option not appearing in /connect - #5937: Custom provider docs incorrect - Same issue documented with more discussion about the incorrect documentation Feel free to ignore if none of these address your specific case.
Author
Owner

@GrinZero commented on GitHub (Jan 19, 2026):

It' same

@GrinZero commented on GitHub (Jan 19, 2026): It' same
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#6431