v3.10.36 — ChatGPT Plus/Pro subscription as a provider (no API key)
🎟️ Your ChatGPT subscription is now a Dulus provider
If you pay for ChatGPT Plus/Pro/Team, Dulus can now talk to the plan you already pay for — not just the separate OpenAI API.
Run /login chatgpt (Codex OAuth via auth.openai.com — browser opens, you approve, the loopback callback is caught automatically), or it reuses an existing ~/.codex/auth.json from codex login. Then chatgpt/gpt-5.4, chatgpt/gpt-5.1-codex, chatgpt/o4-mini and friends stream from the ChatGPT backend, billed against your subscription — no API key.
- Routing is careful:
gpt-5.x/codex-*go to your plan; plaingpt-4o/o3still hit the paid API exactly as before. - Aliases:
/login-chatgpt,/chatgpt-login,/login-codex,/codex-login. - Honest footnote: the subscription backend forces
store:falseand doesn't populate OpenAI's prompt cache, socached_tokensreads 0 there today — Dulus sends the rightprompt_cache_keyand reports cache hits correctly if/when the backend serves them.