Zen: gpt-5.6-luna / gpt-5.6-terra fail with "Error from provider (Console): Upstream request failed"
Description
Using Zen (opencode provider), gpt-5.6-luna and gpt-5.6-terra consistently fail with HTTP 403 Error from provider (Console): Upstream request failed, while gpt-5.4-nano, gemini-3.6-flash and claude-sonnet-5 work fine with the same API key. Both models are listed in GET https://opencode.ai/zen/v1/models, so access appears enabled. The error string matches #39293 (gemini-3.6-flash), suggesting the "Console" upstream is failing for these models.
Plugins
None
OpenCode version
1.18.9
Steps to reproduce
curl -X POST "https://opencode.ai/zen/v1/responses" -H "Authorization: Bearer <ZEN_KEY>" -H "Content-Type: application/json" -d '{"model":"gpt-5.6-luna","input":"hi"}'
→ HTTP 403: {"model":"gpt-5.6-luna","error":{"param":null,"message":"Error from provider (Console): Upstream request failed"}}
- Same request with
gpt-5.6-terra → same HTTP 403 error
- Same request with
gpt-5.4-nano → HTTP 200, normal response
Screenshot and/or share link
No response
Operating System
Windows 11
Terminal
Windows Terminal
Zen: gpt-5.6-luna / gpt-5.6-terra fail with "Error from provider (Console): Upstream request failed"
Description
Using Zen (
opencodeprovider),gpt-5.6-lunaandgpt-5.6-terraconsistently fail with HTTP 403Error from provider (Console): Upstream request failed, whilegpt-5.4-nano,gemini-3.6-flashandclaude-sonnet-5work fine with the same API key. Both models are listed inGET https://opencode.ai/zen/v1/models, so access appears enabled. The error string matches #39293 (gemini-3.6-flash), suggesting the "Console" upstream is failing for these models.Plugins
None
OpenCode version
1.18.9
Steps to reproduce
curl -X POST "https://opencode.ai/zen/v1/responses" -H "Authorization: Bearer <ZEN_KEY>" -H "Content-Type: application/json" -d '{"model":"gpt-5.6-luna","input":"hi"}'→ HTTP 403:
{"model":"gpt-5.6-luna","error":{"param":null,"message":"Error from provider (Console): Upstream request failed"}}gpt-5.6-terra→ same HTTP 403 errorgpt-5.4-nano→ HTTP 200, normal responseScreenshot and/or share link
No response
Operating System
Windows 11
Terminal
Windows Terminal