Made a CLI that can query GPT5 Pro. In my experience that's the smartest model. Very convenient to use as an "oracle" when coding agents like Sonnet 4.5 get stuck or need guidance. https://github.com/justinmoon/gpt5-pro
Login to reply
Replies (6)
👀
and yes, gpt-5 is smartest
(requires a chatgpt pro account)
Have you used the pro "model"? It can consistently figure things out that stumps other things. It often takes 20 minutes to answer. I think it's not a models per se but a whole agent system in the backend. You can just give it a link to github and it pretty clearly clones the repo and looks around.
Can you make a bridge? Chat gpt webui to openai compatible endpoint?
that might be a better way to do it. i probably won't do that because having a cli that coding agents can call when stuck is good enough for me.