How to use Cursor with Azure OpenAI API?

Done some thorough testing of all possible permutations of models/parameters to see what’s supported by gpt-5-pro and gpt-5-codex. They work well with the project!

Also updated the readme to let people know about the Completions support recently added (and its limitations).

2 Likes

When cursor suport azure gpt 5.1 agent?

1 Like

It seems there may have been some updates on Azure today, which could be causing errors with previously working requests. Also, last week Azure released Anthropic Claude Opus 4.5 — not sure if you’ve upgraded to it yet.

Hi @DonNguyen Unforunately I don’t plan to add other providers to the project. But I’m very happy to see you’ve built your own :smile: GitHub - bcat95/Cursor-Azure-Claude: Proxy server to connect Cursor IDE with Azure Anthropic API (Claude). Transform OpenAI format to Anthropic format. Supports Claude Opus 4.5, streaming, and Railway deployment.

1 Like

I used your code as the foundation for AI processing to write the new Endpoint ^^ :hugs: