Description
Describe the bug
I have an active OpenCode Go subscription and am accessing it via the Hermes agent on a Linux VM. Only GLM-4-5 appears to be accessible. All other models (e.g. minimax-m2.7) return an HTTP 401 error with the message Model minimax-m2-7 not supported when called against the OpenCode Go endpoint.
Endpoint
https://opencode.ai/zen/go
Expected behavior
All models advertised under the OpenCode Go subscription should be accessible and return valid responses.
Actual behavior
Requests to models other than GLM-4-5 via the Go subscription endpoint return:
HTTP 401: Model minimax-m2-7 not supported
The error is non-retryable and the agent aborts. GLM-4-5 is the only model that works.
Steps to reproduce
- Set up OpenCode Go subscription and configure the API key
- Point Hermes agent (or any OpenAI-compatible client) to
https://opencode.ai/zen/go
- Send a request using a model other than GLM-4-5 (e.g.
minimax-m2.7)
- Observe HTTP 401 response:
Model minimax-m2-7 not supported
Environment
- OS: Linux (VM)
- Client: Hermes agent
- OpenCode Go subscription: Active
- Models affected: All except GLM-4-5 (confirmed broken: minimax-m2.7)
- Provider configured as:
opencode-go
Additional context
The 401 response body is:
{"type": "error", "error": {"type": "ModelError", "message": "Model minimax-m2-7 not supported"}}
This appears to be a backend model availability/routing issue on the Go subscription tier rather than an authentication problem, since GLM-4-5 works fine with the same credentials.
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
Description
Describe the bug
I have an active OpenCode Go subscription and am accessing it via the Hermes agent on a Linux VM. Only GLM-4-5 appears to be accessible. All other models (e.g.
minimax-m2.7) return an HTTP 401 error with the messageModel minimax-m2-7 not supportedwhen called against the OpenCode Go endpoint.Endpoint
https://opencode.ai/zen/goExpected behavior
All models advertised under the OpenCode Go subscription should be accessible and return valid responses.
Actual behavior
Requests to models other than GLM-4-5 via the Go subscription endpoint return:
The error is non-retryable and the agent aborts. GLM-4-5 is the only model that works.
Steps to reproduce
https://opencode.ai/zen/gominimax-m2.7)Model minimax-m2-7 not supportedEnvironment
opencode-goAdditional context
The 401 response body is:
{"type": "error", "error": {"type": "ModelError", "message": "Model minimax-m2-7 not supported"}}This appears to be a backend model availability/routing issue on the Go subscription tier rather than an authentication problem, since GLM-4-5 works fine with the same credentials.
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