Skip to content

Zen: gpt-5.6-luna / gpt-5.6-terra fail with "Error from provider (Console): Upstream request failed" #39831

Description

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

  1. 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"}}
  2. Same request with gpt-5.6-terra → same HTTP 403 error
  3. 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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions