Gallery

Contacts

405 W. Greenlawn Ave Lansing, Michigan 48910

contact@techjacksolutions.com

+1-616-320-4064

Cursor by Anysphere, Inc.

Which AI Models Does Cursor Support? Composer, Fusion, and Frontier Models

Last verified: June 9, 2026  ·  Format: Breakdown

4 + 1
Model sources you can pick from: OpenAI, Anthropic, Google, and xAI, plus Cursor's own in-house models
Source: cursor.com / docs.cursor.com
Composer 2.5
Cursor's current in-house low-latency agentic coding model, released May 2026
Source: Wikipedia / Cursor
Fusion
The in-house model that powers Cursor Tab autocomplete, announced January 2025
Source: Wikipedia / Cursor
1M tokens
Context window many models can reach in Max Mode for reasoning across large codebases
Source: docs.cursor.com

One of the first decisions you make in Cursor is not what to build, but which model to build it with. Open the model picker and you are looking at a menu that spans four outside providers plus Cursor's own engines. That flexibility is a real selling point, and it is also a small source of confusion: when several models can all do the job, how do you pick the right one for the task in front of you?

This breakdown lays out exactly which models Cursor supports, grouped by who makes them, and then gives you a practical way to choose. The list below is current as of June 9, 2026 and it moves fast, so treat it as a snapshot and confirm the live roster in Cursor's model documentation. If you are new to Cursor itself, start with what Cursor is first, then come back here.

How Model Choice Works in Cursor

Cursor is model-flexible by design. The product framing is blunt: choose between every leading model from OpenAI, Anthropic, Gemini, and xAI, or Cursor's own. In practice that means you bring the model to the task rather than being locked to a single provider, and you can switch models without leaving the editor.

Two parts of Cursor have a model behind them. The Agent, which reads your codebase, edits files, and runs commands, can run on Cursor's in-house Composer for low latency, or on any of the third-party frontier models when you want their particular strengths. Cursor Tab, the fast autocomplete that predicts your next move, is powered by Cursor's own Fusion model. So the choice you make in the picker mostly governs the Agent; Tab quietly runs on Fusion underneath.

Because Cursor connects to outside providers, model availability and usage cost are tied to those providers and to your plan's usage-based billing. That is part of why the roster changes often, and why the honest answer to "which model should I use?" is "it depends on the job," which is what the rest of this breakdown is about.

The Frontier Models You Can Bring

The third-party side of the picker pulls in flagship models from four providers. These are the general-purpose, deep-reasoning models you reach for when a task needs strong planning, tricky refactors, or careful problem-solving rather than raw speed.

Anthropic
Claude
  • Claude 4.6 Sonnet
  • Claude Fable 5
  • Claude Opus 4.8
OpenAI
GPT
  • GPT-5.3 Codex
  • GPT-5.5
Google
Gemini
  • Gemini 3.1 Pro
  • Gemini 3.5 Flash
xAI
Grok
  • Grok Build 0.1
  • Grok 4.3

A few of these names hint at their intended use. OpenAI's GPT-5.3 Codex and xAI's Grok Build 0.1 are coding-leaning variants from their families, while the standard releases like GPT-5.5, Gemini 3.1 Pro, and Claude Opus 4.8 are broad reasoning models. Cursor does not lock you into one, so the right move is to try a couple on a representative task and keep the one that handles your codebase best. We are deliberately not attaching benchmark scores or per-model prices here, because those are not in our verified sources and they shift quickly.

Cursor's Own Models: Composer and Fusion

The reason the in-house models exist is speed and integration. Third-party frontier models do strong work but route over the network to another company; Cursor's own models are tuned to feel instant inside the editor and to understand your whole project through codebase-wide semantic search.

Composer

Composer is Cursor's low-latency agentic coding model, built to be deeply integrated with the editor and trained with codebase-wide semantic search. It is what makes the Agent feel quick on routine work. The line has iterated fast: Composer arrived in October 2025, then Composer 1.5 in February 2026, then Composer 2 in March 2026 (built on a Kimi K2.5 base), and the current Composer 2.5 in May 2026.

1
October 2025
Composer

The first in-house agentic coding model, launched alongside Cursor 2.0.

2
February 2026
Composer 1.5

An iteration on the original, continuing the low-latency, editor-native focus.

3
March 2026
Composer 2

A larger step, built on a Kimi K2.5 base.

4
May 2026
Composer 2.5 (current)

The current in-house model as of this writing. Treat the version as a moving target.

Fusion

Fusion is the in-house model behind Cursor Tab. Announced in January 2025, it powers the fast autocomplete that finishes your current line and predicts your next action, including the "cursor jumps" that anticipate where you will move next in the file. You do not pick Fusion from the model menu the way you pick a frontier model; it runs under Tab automatically, which is why Tab feels instant even when a heavier frontier model is handling the Agent.

The Full Model List, by Provider

Here is the complete list grouped by provider, as of June 9, 2026. Because this changes frequently, the live source of truth is Cursor's documentation rather than any article, including this one.

ProviderModels listed (as of June 9, 2026)Typical role
AnthropicClaude 4.6 Sonnet, Claude Fable 5, Claude Opus 4.8Deep reasoning, refactors
OpenAIGPT-5.3 Codex, GPT-5.5Coding and general reasoning
GoogleGemini 3.1 Pro, Gemini 3.5 FlashReasoning (Pro), fast tasks (Flash)
xAIGrok Build 0.1, Grok 4.3Coding (Build), general reasoning
Cursor (in-house)Composer 2.5 (and earlier Composer releases), FusionLow-latency Agent (Composer), Tab autocomplete (Fusion)

The "typical role" column is a general orientation, not a ranking. Cursor lets you run the Agent on any of these, so the only way to know which fits your codebase is to test a couple on a real task. Model names and availability change often, so verify the current roster at docs.cursor.com.

Max Mode and Long-Context Work

Some tasks need the model to hold a lot of your codebase in mind at once: tracing a bug across many files, reasoning about a large refactor, or summarizing a sprawling module. For those, many models in Cursor support a Max Mode that extends the context window up to 1M tokens.

1M
tokens of context available in Max Mode for reasoning across a large slice of a codebase at once
Source: docs.cursor.com (verified June 9, 2026)

Two caveats keep this honest. First, Max Mode is supported by many models but not necessarily every one, and which models qualify can change, so check the model documentation rather than assuming. Second, a bigger context window is a tool, not a default: feeding the model more than the task needs can slow things down and add usage cost without improving the answer. Reach for Max Mode when the problem genuinely spans a large body of code, and keep it off for the everyday edits where a tighter context is faster and cheaper.

Which Model for Which Job

Strip away the model names and the decision comes down to three jobs. Match the job to the kind of model rather than chasing whichever release is newest.

Fast, in-the-flow editing

Autocomplete, small edits, and quick agent runs where latency matters more than deep reasoning. This is where Cursor's in-house models fit best: Fusion drives Tab, and Composer keeps the Agent snappy on routine work.

Reach for: Composer (Agent), Fusion (Tab)
🧠
Hard reasoning and tricky refactors

Multi-step problems, gnarly bugs, or design-level changes where you want the strongest planning available and can trade a little speed for quality.

Reach for: a frontier model (Claude, GPT, Gemini Pro, Grok)
📚
Reasoning across a large codebase

Tasks that span many files at once, where the model needs to hold a big slice of the project in context to give a correct answer.

Reach for: a frontier model in Max Mode
💰
Cost-conscious everyday work

High-volume, low-stakes edits where usage cost adds up. Lean on the in-house and faster models, save the heavy frontier models for the moments that need them, and keep Max Mode off by default.

Reach for: Composer / faster models, Max Mode off

If you want the mechanics of how the Agent uses whichever model you pick, see the Cursor Agent; for how the Fusion-driven autocomplete behaves, see Cursor Tab. For how model usage maps to what you pay, see Cursor pricing.

Honest Limitations

The model picker is a strength, but it comes with a few realities worth naming before you build a workflow around any one model.

The list is a moving target

Model names, version numbers, and which providers are available change frequently. The Composer line alone went through four versions in roughly seven months. Any specific list, including this one dated June 9, 2026, is a snapshot. Anchor decisions to the live model documentation, not to a memorized roster.

Availability and cost depend on your plan

Access to frontier models and the amount of model usage you get are tied to your subscription and to usage-based billing. Once you consume your included usage, on-demand usage continues and is billed in arrears, so heavy use of the most capable models can add cost. Check the pricing page before standardizing on an expensive model.

No single best model

There is no universally correct pick. A model that handles one codebase well may struggle with another, and coding-leaning variants are not always better than general ones for your particular task. Test a couple on representative work rather than trusting a leaderboard.

More context is not always better

Max Mode's 1M-token window helps on genuinely large problems, but using it by default can slow responses and raise usage cost without improving results. Match the context window to the task instead of maxing it out on every request.

Frequently Asked Questions

As of June 9, 2026, Cursor lets you choose models from OpenAI (GPT-5.3 Codex, GPT-5.5), Anthropic (Claude 4.6 Sonnet, Claude Fable 5, Claude Opus 4.8), Google (Gemini 3.1 Pro, Gemini 3.5 Flash), and xAI (Grok Build 0.1, Grok 4.3), alongside Cursor's own in-house Composer 2.5 and Fusion. The roster changes often, so confirm the current list at docs.cursor.com/models.
Composer is Cursor's in-house, low-latency agentic coding model, trained with codebase-wide semantic search and built to be deeply integrated with the editor. It launched in October 2025 and has iterated through Composer 1.5, Composer 2 (on a Kimi K2.5 base), and the current Composer 2.5 as of May 2026. It is one of the options the Agent can run on.
Fusion is Cursor's in-house model that powers Cursor Tab, the fast autocomplete that finishes your line and predicts your next action. It was announced in January 2025. Composer, by contrast, is the agentic coding model behind the Agent. Fusion runs under Tab automatically rather than being chosen from the model picker.
Max Mode is a setting many models support that extends the context window up to 1M tokens, so the model can reason across a large slice of your codebase at once. It is useful for big refactors or cross-file bug hunts, but it can add latency and usage cost, so it is best reserved for tasks that genuinely need it.
Match the model to the job. For fast, in-the-flow editing, lean on Cursor's in-house models (Composer for the Agent, Fusion for Tab). For hard reasoning and tricky refactors, pick a frontier model from Anthropic, OpenAI, Google, or xAI. For reasoning across a large codebase, use a frontier model in Max Mode. There is no single best model, so test a couple on real tasks.
Fact-checked against vendor documentation and official sources, June 2026. Model lists change frequently, verify the current roster at docs.cursor.com/models.
Cursor, Composer, and Fusion are trademarks of Anysphere, Inc. Claude is a trademark of Anthropic, PBC. GPT and Codex are trademarks of OpenAI, OpCo, LLC. Gemini is a trademark of Google LLC. Grok and xAI are trademarks of X.AI Corp. This article is editorially independent and not affiliated with, endorsed by, or sponsored by any vendor named here. All product names are used for identification purposes only.