anomalyco / anomalyco/opencode

Muse Spark 1.3 returns false RegionError (403) for Russia via OpenCode/KiloCode

Open
#49,201 1 comment 1 reaction 1 assignee View on GitHub

@fwang is already working on this.

Since Sep 15, 2026.

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

Description

Description

Description

Muse Spark 1.3 is not available through OpenCode when used via KiloCode. It returns a false RegionError for Russia, even though there is no real country restriction for this model. Other models work through the same API. Users from the US, Japan, the UK, and Germany also reported the same error at the same time, which suggests a gateway-level regional gate misconfiguration for the Muse family, not a real IP/country block.

Steps to reproduce

  1. Open KiloCode and select Muse Spark 1.3 via OpenCode.
  2. Send any request.
  3. Observe the 403 RegionError.

Error as displayed in KiloCode

{
  "name": "APIError",
  "data": {
    "message": "This model is not available in your country.",
    "statusCode": 403,
    "isRetryable": false,
    "responseHeaders": {
      "cf-placement": "remote-ORD",
      "cf-ray": "a3b94a908f054bd8-BUF",
      "connection": "keep-alive",
      "content-encoding": "br",
      "content-type": "text/plain;charset=UTF-8",
      "date": "Tue, 15 Sep 2026 17:18:33 GMT",
      "server": "cloudflare",
      "transfer-encoding": "chunked"
    },
    "responseBody": "{\"type\":\"error\",\"error\":{\"type\":\"RegionError\",\"message\":\"This model is not available in your country.\"}}",
    "metadata": {
      "url": "https://opencode.ai/zen/v1/responses"
    }
  }
}

Expected behavior

The request should succeed because there is no valid regional restriction for Russia for Muse Spark 1.3.

Actual behavior

The request fails with 403 RegionError: This model is not available in your country.

Additional context

  • Other models via the same API work correctly, confirming the issue is specific to the Muse family.
  • Community/GitHub discussions suggest an incorrect regional gate configuration for Muse Spark 1.3.
  • Please check the regional access rules for Muse Spark 1.3, remove any false Russia (RU) restriction, and confirm whether this is a known bug or provide an ETA for a fix.
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.