anomalyco / anomalyco/opencode

schema rejects valid custom provider model in top-level model field

Open
#46,248 2 comments 0 reactions 1 assignee View on GitHub

@jlongster is already working on this.

Since Aug 30, 2026.

Dominant language
TypeScript
Stars
209k
Forks
27.5k
PR merge metrics
PR metrics pending

Description

Description

The schema https://opencode.ai/config.json depends on a giant enum from models.dev

"model": {
          "type": "string",
          "description": "Model to use in the format of provider/model, eg anthropic/claude-2",
          "$ref": "https://models.dev/model-schema.json#/$defs/Model"
        }

When creating a custom provider, this results in a schema validation error. Example minimal opencode.json:

{
  "$schema": "https://opencode.ai/config.json",
  "provider": {
    "internal": {
      "npm": "@ai-sdk/openai-compatible",
      "models": {
        "Qwen/Qwen3-Coder-30B-A3B-Instruct": {}
      }
    }
  },
  "model": "internal/Qwen/Qwen3-Coder-30B-A3B-Instruct"
}

Custom providers should be valid.

Plugins

No response

OpenCode version

No response

Steps to reproduce

No response

Screenshot and/or share link

No response

Operating System

No response

Terminal

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.