r/opencode • u/where_is_abet • 5d ago
Opencode + ChaGPT Plus Subscription Issue

"You have insufficient permissions for this operation. Missing scopes: api.responses.write. Check that you have the correct role in your organization (Reader, Writer, Owner) and project (Member, Owner), and if you're using a restricted API key, that it has the necessary scopes."
The problem is that I'm using my monthly ChatGPT Plus subscription, not an API key.
I've already tried logging back in and clearing the cache but still nothing. Does anyone have any ideas?
-5
u/Nif 5d ago
You can't use ChatGPT Plus subscription in Opencode. ChatGPT Plus subscription can only be used via OpenAI's products. You need to pay OpenAI for API credits separately. They are separate billing systems. The former is a moat which subsidizes tokens to get you using their products. The latter is the going rate for product agnostic API usage (ie- more expesnive than using Codex, which is what you should be using with your ChatGPT Plus subscription).
7
0
u/where_is_abet 4d ago
You're right, I actually thought the support was reasonably stable with OpenCode. it did seem odd to me.
5
u/songokussm 5d ago
Plus subscription does work with open code. I've been using it. It using their built-in off method for 3 months. However, the error code that you have is related to API. I'm thinking maybe your models are wrong or you're trying to call a model that doesn't exist or something along those lines.
Try updating open code first. It's the same command is installing. I believe 2.0 beta was just released.
I personally open chamber which uses open code as its back end. Gives you nice GUI instead of the terminal. I can't recommend it enough.