Supported subscriptions
| Provider | Plan | Auth flow |
|---|---|---|
| OpenAI | ChatGPT Plus/Pro | OAuth (browser) |
| Anthropic | Claude Pro/Max | Subscription token |
| Gemini | OAuth (browser) | |
| xAI | Grok | OAuth (browser) |
| GitHub Copilot | Copilot | Device code |
| MiniMax | Coding Plan | Device code |
| Kiro | Kiro | Device code |
| Z.ai (Zhipu) | GLM Coding Plan | Subscription token |
| Alibaba Cloud (Qwen) | Qwen Token Plan | Subscription token |
| Moonshot | Kimi Coding Plan | Subscription token |
| Mistral | Vibe | Subscription token |
| BytePlus | ModelArk Coding Plan | Subscription token |
| Xiaomi MiMo | Token Plan | Subscription token |
| NousResearch | Subscription | Subscription token |
| Command Code | Subscription | Subscription token |
| OpenCode | OpenCode Go | Subscription token |
| Ollama Cloud | Ollama Cloud | Subscription token |
Connect a subscription
Pick the Subscription tab
Each tile that supports a subscription shows two tabs (API Key and
Subscription). Pick Subscription.
How auth works per provider
- ChatGPT
- Claude
- GitHub Copilot
- MiniMax
- GLM Coding Plan
- OpenCode Go
Standard OAuth against
auth.openai.com. Once approved, requests route
through the Codex backend at chatgpt.com/backend-api/codex/responses
rather than the public OpenAI API. Tokens refresh automatically.Subscription auth is rate-limited by the provider’s plan, not by Manifest. If
you hit a plan ceiling, requests fall through to your next
fallback model, usually a different provider on an API key.