export const meta = { title: "Models", description: "Explore all frontier coding models from OpenAI, Anthropic, Google, and more. Compare capabilities, context windows, and pricing across providers." }; # Models Cursor supports all frontier coding models from all major model providers. ## Model pricing Cursor [plans](/docs/account/pricing) include usage at the model API rates. For example, $20 of included usage on the Pro plan will be consumed based on your model selection and its price. Usage limits are shown in editor based on your current consumption. All prices are per million tokens.
These prices are from the model's API documentation: - [OpenAI Pricing](https://openai.com/api/pricing/) - [Anthropic Pricing](https://www.anthropic.com/pricing#api) - [Google Gemini Pricing](https://ai.google.dev/gemini-api/docs/pricing) - [xAI Pricing](https://docs.x.ai/docs/models) ## Auto Enabling Auto allows Cursor to select the model best fit for the immediate task and with the highest reliability based on current demand. This feature can detect degraded output performance and automatically switch models to resolve it. Model picker ## Context windows A [context window](/learn/context) is the maximum span of tokens (text and code) an LLM can consider at once, including both the input prompt and output generated by the model. Each chat in Cursor maintains its own context window. The more prompts, attached files, and responses included in a session, the more context is added, filling up the available context window. Learn more about [working with context](/learn/context) in Cursor. ## Max Mode Normally, Cursor uses a context window of 200k tokens (~15,000 lines of code). Max Mode extends the context window to the maximum available for a handful of models. This will be a bit slower and more expensive. It is most relevant for Gemini 2.5 Flash, Gemini 3 Pro, GPT 4.1, and Grok 4, which have context windows larger than 200k. ## FAQ Models are hosted on US, Canada, & Iceland based infrastructure by the model's provider, a trusted partner, or Cursor directly. When Privacy Mode is enabled, neither Cursor nor model providers store your data. All data is deleted after each request. For details see our [Privacy Policy](https://cursor.com/privacy) and [Security](https://cursor.com/security) pages. --- ## Sitemap [Overview of all docs pages](/llms.txt)