Pairing non-APIs with APIs tend to be a hassle, and risky, as usually that breaks the ToC. I guess easiest for you to test if it's worth using the OpenAI API, is to manually copy-paste responses between wherever you run V4-Flash and the ChatGPT UI. What I've done in the past is basically .zip up the entire project directory, ignoring files from .gitignore, then asking ChatGPT Pro to inspect that and come up with a plan, then you paste that to where you have V4-Flash. Basically how we did "vibe pair programming" before the TUI agent harnesses appeared in the ecosystem :)
reminds me back in the day when we used to do version control with google drive. you generally don't need to do this anymore i don't think. it should be fairly trivial to open the codex cli in the project directory, ask it to do some analysis and planning -> save to md. then opencode with deepseek to read that md and start implementing. consider that some cross-model subagent workflows already exist: i use claude/fable to plan and there are openai plugins to directly spin up codex subagents. this latter approach gives claude/fable more directly control to babysit the codex agents whereas the former is more of a clearcut handoff
That approach won't give you access to the "Pro Mode" nor "Deep Research" though, which if you're paying for a Pro subscription already, "Pro Mode" is probably the top-top when it comes to "extensively researched answers & plans" across the entire ecosystem. That said, I do ask it to produce a .md plan that later is used with agents :)
[dead]