This is a simple Cloudflare Worker that transform Cohere API to OpenAI API, easily deployable to Cloudflare Workers.
- Transform Cohere API to OpenAI API
- Model listing endpoint (GET /models)
- Chat completion endpoint (POST /chat/completions)
- Tool Calling feature
- Clone this repository:
git clone https://github.com/ckt1031/cohere2openai-cf-worker.git --depth=1
- Run
npm install
to install dependencies - Run
npm run deploy
to deploy to Cloudflare Workers
This project is licensed under the MIT License.