Orbit Team
Author
Share
For the first wave of AI code editors, bundling model access made sense. Model APIs were unfamiliar, pricing was confusing, and most developers just wanted something that worked without setting up an account with a model provider first. Bundling solved a real onboarding problem. But it created a second problem that is becoming harder to ignore: developers increasingly already have a provider relationship, and paying for a second one through their editor is starting to feel redundant.
If your company has an Anthropic or OpenAI enterprise agreement, or you already pay for API access directly because you use it for other projects, a bundled editor subscription is not saving you complexity. It is adding a second bill for access to the same underlying models, often at a worse rate than your existing agreement, and with usage limits set by the editor company rather than the model provider.
This shows up most clearly on teams. A five-person team with an existing Anthropic contract does not want five more subscriptions layered on top just to get an editor's agent features. They want the editor to use the contract they already have.
When an editor bundles model access, it also has to manage its own rate limiting and cost controls, because it is the one paying the provider on your behalf. That usually means usage caps, throttling during peak load, or "fast" and "slow" request tiers depending on your plan. None of that is a criticism of any specific product. It is just what happens when a company sits between you and a model API it has to pay for at scale.
Bring your own key removes that layer. Your rate limits are whatever your provider agreement says they are. If you upgrade your provider plan, your editor gets faster or higher volume access immediately, with no separate negotiation with the editor company at all.
Routing your code through a bundled editor's infrastructure means trusting that company's security practices in addition to the model provider's. For some codebases, that extra hop is fine. For others, particularly anything under a client contract with data handling requirements, it is a real blocker. Bring your own key setups, especially ones that also support fully local models through something like Ollama, remove that extra party from the chain entirely for teams that need to.
In practice, this is a Settings panel, not a migration project. You open the provider list, add a key or point at a local Ollama server, and select it as active. Nothing about your open files, chat history within a session, or keyboard shortcuts changes. You can even keep two providers configured at once, for example a fast local model for quick edits and a stronger hosted model for harder problems, and switch between them per task.
It would be dishonest to pretend bring your own key has no downsides. You have to set up a provider account yourself instead of having it handled at signup. You are responsible for your own billing across however many providers you use. And if a provider changes its pricing or rate limits, that is now your problem to track rather than something abstracted away by a flat subscription.
For a developer who wants the simplest possible setup and does not already have a provider preference, a bundled subscription is genuinely easier on day one. The tradeoff is that it stays a subscription forever, whereas a bring your own key setup gets cheaper and more flexible the more you already use AI tooling elsewhere.
The direction is not subtle. Model providers keep shipping better coding-specific models and better pricing tiers on their own APIs. Editors that lock you into their own bundled access are competing against the pace of the entire model market instead of just riding it. Editors that treat providers as a swappable setting instead of a subscription tier get every pricing improvement and every new model release for free, the moment the provider ships it.
Orbit Editor was built around this bet: the editor's job is the interface, the agent workflow, and the tooling around your code, and the model provider's job is the model. Keeping those two things separate means neither one has to compromise for the other. You can read more about how provider connections work in the documentation, or see the full picture on the Cursor alternative comparison page.
Z.ai’s frontier coding model — long context, strong agents — is available through Orbit Provider at half price for the launch window. Here’s how to use it in Orbit 0.4.0.
Orbit Team
Jul 20, 2026 · 4 min read
Sign in with GitHub, pick a model, and start coding. Orbit 0.4.0 makes Orbit Provider first-class — with live model lists, wallet balance in the editor, and a cleaner Providers tab.
Orbit Team
Jul 20, 2026 · 4 min read
A feature-by-feature look at how Orbit Editor’s provider-agnostic approach compares to Cursor’s bundled model subscription, and which one fits your workflow.
Orbit Team
Jul 12, 2026 · 6 min read