anomalyco / anomalyco/opencode

Console Go (zen/go/v1): hy3-preview 404 'No allowed providers' — requested provider siliconflow not allowed

Open
#39,874 1 comment 0 reactions 1 assignee View on GitHub

@fwang is already working on this.

Since Jul 31, 2026.

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

Description

Summary

hy3-preview fails with HTTP 404 No allowed providers are available for the selected model. The gateway routes to provider siliconflow but the model is only available via gmicloud, and there is no client-side way to select the provider on the Console Go endpoint.

Repro

curl -s https://opencode.ai/zen/go/v1/chat/completions \
  -H "Authorization: Bearer <key>" -H "Content-Type: application/json" \
  -d '{"model":"hy3-preview","messages":[{"role":"user","content":"hi"}],"max_tokens":10}'

Response (reproduced twice, 2026-07-31)

{"error":{"message":"Error from provider: No allowed providers are available for the selected model.","code":404,"metadata":{"available_providers":["gmicloud"],"requested_providers":["siliconflow"]}}}

Impact

  • Model listed in /models but always 404s
  • Error metadata reveals the routing mismatch but gives no fix — client can't specify gmicloud

Expected

  • Route hy3-preview to gmicloud server-side, or allow provider selection via request, or drop from /models

Environment

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.