Earlier quoted context omitted.
Shameful plug: my upcoming app perhaps? Single-file download, fuss-free and install-less that runs on mac, windows and linux (+ docker of course.) It can run any model that talks to openai (which is nearly all of them), so it'll work with the big guys' models and of course other ones like ones you run privately or on localhost. Unlike Claude Code, which is very good, this one runs in your browser with a local app ser…
>run any model that talks to openai (which is nearly all of them) What does that mean? I've never seen any locally run model talk to OpenAI, how and why would they? Do you mean running an inference server that provides an OpenAI-compatible API?
So, if your model inference server understands the REST API spec that OpenAI created way back, you can use a huge range of libraries that in theory only "work" with OpenAI.