← Back to context

Comment by andy_ppp

1 day ago

From the README.md

> Anything that uses the OpenAI API?

I would have thought they meant the Anthropic API or maybe I'm misunderstanding?

Nope (author here), Anthropic and OpenAI have competing APIs to communicate with their models. Most of the open ecosystem seems to have centralized around OpenAI's (there are compatibility shims though). I just built out the OpenAI API

  • Option 1, you’re filtering Claude with a local model using Anthropic’s API

    Option 2, you’re filtering what gets to ChatGPT with OpenAI’s API…

    I’m slightly confused :-/ does Anthropic off an Open AI compatible API?