nforum bolts OpenAI onto Mike as a third brain option

Mike forks have leaned on Claude and Gemini; nforum opens the door to GPT as well.

infrastructureintegration

nforum has added OpenAI's GPT models - both the flagship GPT-5.5 and the lighter-weight GPT-5.4 Nano - as a first-class option inside Mike, sitting alongside the Claude and Gemini engines the codebase already supports. Users bring their own OpenAI key, store it on their account, and the relevant models light up in the model picker; no key, no option.

The lighter Nano model is wired in as the default workhorse for the kinds of tasks that don't need a heavyweight model - pulling structured data out of documents, generating titles, that sort of thing. It's a clean copy of the pattern Mike already used for its other providers, which makes it easy for downstream forks to lift.

So what For any legal-tech team running Mike, this is the cheapest path yet to a multi-model deployment - useful both for cost arbitrage and for hedging against any single AI vendor's outages or policy shifts.

View this fork on GitHub →

Spotted something wrong? Or know the PR text has fresher detail than the writeup above?

Commits in this thread

2 commits from nforum/mike, oldest first. Source extracted verbatim from the harvested git log.

SHA Subject Author Date
860e6ff5 Add OpenAI as third LLM provider (GPT-5.5, GPT-5.4 Nano) Tom Griffin 2026-05-01 ↗ GitHub
commit body
Adds full OpenAI support across backend and frontend, following the
existing Claude/Gemini provider pattern: streaming chat with tool use,
text completion, model selection UI, API key management, and DB schema.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
54be20d5 Merge PR #16: Add OpenAI as third LLM provider (GPT-5.5, GPT-5.4 Nano) Bojan Plese 2026-05-07 ↗ GitHub

Capture this thread into my fork

Download a single Markdown prompt that tells Claude how to port every commit above into your working tree — adapting paths and structure to match your repo. Run it via claude -p < capture-thread-51.md from inside the repo you want the changes in.

⬇ Download capture-thread-51.md