v1.1.12: Organization Subscription Support
Release Date: January 10, 2026
One-Line Summary
This update lets OpenAI organization subscription users use OpenCode normally, resolving the issue where organization accounts couldn't be correctly identified.
Bug Fix: OpenAI Organization Subscription Support
Previous Issue
If your OpenAI account belongs to an Organization, such as a company-purchased API subscription, you might have encountered:
- API call failures
- Billing charged to wrong account
- Unable to use organization quota
Current Behavior
OpenCode now automatically sends ChatGPT-Account-Id header, ensuring:
- ✅ API calls correctly associated with your organization account
- ✅ Charges billed to organization account
- ✅ Uses organization's API quota
Who Should Care?
| Situation | Impact |
|---|---|
| Personal OpenAI account | No impact, use normally |
| Company/organization OpenAI account | ✅ Fixed previous issues |
| Using other models (DeepSeek, Claude, etc.) | No impact |
Should You Upgrade?
| Situation | Recommendation |
|---|---|
| Using company/organization OpenAI account | ✅ Must upgrade |
| Personal OpenAI account | Can upgrade, no side effects |
| Not using OpenAI | Can wait for next upgrade |
Upgrade Command:
bash
opencode upgradeTechnical Details (Skippable)
Click to expand full changelog
Core
- Add
ChatGPT-Account-IdHTTP header for organization subscriptions (@fdematos)
Community Contributors
- @vtemian: Add micode and octto plugins to documentation
- @fdematos: Fix Account-Id header for organization subscriptions

