You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why was the per-model provider mapping removed from the OpenCode Go page,
and will provider/upstream information be restored or exposed again on the
website, in /zen/go/v1/models, and in the TUI model picker?
Context
Until 2026-07-16, opencode.ai/go displayed each Go model's provider source.
For example, GLM-5.2 was listed as "DeepInfra, Fireworks AI, Z.ai" and
DeepSeek V4 Flash as "DeepSeek".
The mapping was hardcoded in packages/console/app/src/routes/go/index.tsx
as models = [{ name, provider }] and was removed by commit 5121352
("go: grok 4.5 and kimi k3", 2026-07-16). The page now shows model names
and request limits only.
The public API https://opencode.ai/zen/go/v1/models also returns model IDs
without any provider field, and the Go docs page only lists models + endpoints.
Specific questions
Was removing the provider column intentional? If so, why?
Do Go models actually route through the providers that were previously
listed (e.g. DeepInfra / Fireworks AI / Z.AI for GLM-5.2), or are all Go
requests now served by one internal gateway? If they are still served by
those upstreams, why hide them?
Question
Why was the per-model provider mapping removed from the OpenCode Go page,
and will provider/upstream information be restored or exposed again on the
website, in /zen/go/v1/models, and in the TUI model picker?
Context
For example, GLM-5.2 was listed as "DeepInfra, Fireworks AI, Z.ai" and
DeepSeek V4 Flash as "DeepSeek".
as
models = [{ name, provider }]and was removed by commit 5121352("go: grok 4.5 and kimi k3", 2026-07-16). The page now shows model names
and request limits only.
without any provider field, and the Go docs page only lists models + endpoints.
Specific questions
listed (e.g. DeepInfra / Fireworks AI / Z.AI for GLM-5.2), or are all Go
requests now served by one internal gateway? If they are still served by
those upstreams, why hide them?
provider as structured metadata and suggests adding an
upstreamProviderIDfield. Is this planned?/zen/go/v1/models, and in the TUI model picker?
Environment
References
5121352
https://github.com/anomalyco/opencode/blob/dev/packages/console/app/src/routes/go/index.tsx
(transparency concern: V4 Pro is sold at 4x official DeepSeek pricing)
This issue is the corrected re-post.