On August 29, OpenAI told SpaceX it will terminate the contract that has supplied OpenAI models to Cursor, with a proposed shutoff date of November 12, 2026 — the maximum notice its contract allows. The next-generation flagship, Astra, will never reach Cursor through an official channel. The reason isn't technical. It's trust.
Why OpenAI pulled the plug
OpenAI's official statement is unusually blunt: "We cannot be confident that SpaceX will use our technology within our terms of service, based on our experience with Elon Musk's companies violating contracts." That isn't a hypothetical — it's a documented history.
- Twitter broke the contract. After Musk acquired Twitter (now part of SpaceX), the company violated the terms of its agreement with OpenAI, alongside many others.
- xAI admitted to distillation. Under oath this year, Musk acknowledged that xAI — also now part of SpaceX — had distilled OpenAI data to train its models, violating OpenAI's terms of service.
- Change of control triggered the window. Musk bought Cursor for $60 billion, closing on August 14, 2026. OpenAI's custom agreement with Cursor includes a limited cancellation window after a change of control. OpenAI is holding that cancellation to the latest possible date — hence November 12.
The Astra factor is doing the real work
Cursor losing GPT-5-class models is one thing; losing Astra is another. On August 7, OpenAI warned that it cannot rule out Astra reaching "critical" cyber capability — the kind of model that could autonomously find and write exploits against real-world infrastructure. OpenAI has locked Astra in an isolated test environment, restricted network and tool access, and added extra encryption around the weights.
OpenAI is not going to hand that model to a buyer who has already violated its terms. "We've worked with Cursor for nearly four years and have enormous respect for their team," OpenAI wrote. Respect, yes. The next-generation weights, no.
What actually changes for developers
This is not a technical cutoff, and GPT will not be physically erased from Cursor. What dies is the wholesale distribution contract — and the difference matters to your wallet.
Today, Cursor buys OpenAI models in bulk and bundles them into its subscription: one monthly fee, GPT included in your quota, overages billed by Cursor, support handled by Cursor. After November 12, that model inverts:
- Bring-your-own-key still works. Register an OpenAI API key yourself, enter it in Cursor, and pay per token directly to OpenAI. Billing, quota, rate limits and stability become your problem, not Cursor's.
- OpenAI's own Cursor IDE extension will continue to provide access — an official lifeline inside the very tool being cut off.
- From bundled to self-funded. For heavy users this is a real price increase: you lose pooled quotas and Cursor's negotiated rates, and you absorb the reliability risk.
Within an hour, Cursor co-founder and CEO Michael Truell pushed back: OpenAI models account for roughly 5% of Cursor's user traffic, and the two sides are negotiating to resolve the situation. Five percent may sound small — until you remember the number behind it: Cursor runs $3–4 billion in annualized revenue and is used by more than half of the Fortune 500.
The pattern behind the news
Read the last 14 months of AI coding as one story and it's the same sentence repeated:
- June 2025 — Anthropic cuts Windsurf's Claude access.
- August 2025 — Anthropic revokes OpenAI's own Claude access.
- January 2026 — Anthropic blocks xAI; Cursor's consumer Claude subscription integration quietly stops working.
- February 2026 — SpaceX absorbs xAI, merging it into SpaceXAI.
- August 14, 2026 — Cursor belongs to Musk.
- August 29, 2026 — OpenAI cuts off Cursor.
Acquisition, lockout, shutdown — alternating, with the intervals shrinking, as OpenAI turns its own Codex into an always-on agent while cutting off Cursor. The model layer is pulling the distribution layer back under its control. "Neutral infrastructure" was always a working assumption, never a law. It just stopped being enforceable.
What this means
Four years ago, Cursor proved you could build a billion-dollar company without owning a model. Today the sentence gets its second half: don't own the model, don't own the decision.
Two consequences follow. First, AI tools are tribalizing — which frontier models a tool can sell is now a geopolitical and contractual fact, not an engineering choice — the Anthropic Claude Cowork built-in browser is the template for that bundling. Second, developers are the ones caught in the crossfire: the tools you depend on can lose their best models on a rival's timeline, and you have no vote. The one counter is open source: models that write their own training tasks are approaching frontier performance without depending on any closed distribution.
Three things to do before November 12
- Treat the date as real. 75 days sounds like time; it's not, once you factor in fallback testing and team retraining.
- Run the BYOK math honestly. Compare bring-your-own-key in Cursor against Claude Code, Codex, and whatever your employer standardizes on. The per-token cost of pooled-bundle access is different from self-funded access for power users.
- Design for portability. Abstract model access in your workflow so switching providers is a config change, not a migration. The vendors are choosing sides; you should stay the one tool that can still pick.
FAQ
When does OpenAI cut off Cursor?
November 12, 2026, the maximum notice its contract allows. The next-gen Astra never reaches Cursor through an official channel.
Can developers still use Cursor after November 12?
Yes, but the bundled GPT quota ends; bring-your-own-key keeps working, paying per token directly to OpenAI.
Why is OpenAI cutting off Cursor?
Officially, prior terms violations by the Musk companies; structurally, the model layer is pulling distribution back under its control.