News

Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

The original AI-powered code completion tool stemming from early OpenAI technology, GitHub Copilot, now comes in a free tier for the Visual Studio IDE and Visual Studio Code, along with other editors.

Microsoft-owned GitHub today, citing its history of offering free products and services to developers, announced the new offering, called GitHub Copilot Free, joining other plans called Pro, Business and Enterprise.

Copilot Plans
[Click on image for larger view.] Copilot Plans (source: GitHub).

"We're excited to bring these benefits to the entire Visual Studio family," said Microsoft's Rhea Patel in a Dec. 18 post. "With Copilot Free, you'll have AI-powered tools right at your fingertips -- smarter debugging, AI generated commit messages, AI-breakpoint placement, and of course, direct access to Completions, Chat, and much more. Developers have seen a 25% speed increase with Copilot -- and now you can experience that boost firsthand in Visual Studio."

The new Free plan has some restrictions. Here's a breakdown of the different plans:
  • Free Tier
    • Code Completions: Up to 2,000 completions per month.
    • Chat Requests: Up to 50 chat requests per month.
    • Models: Access to Anthropic's Claude 3.5 Sonnet and OpenAI's GPT-4o models.
    • Usage: Suitable for occasional users and small projects.
    • Availability: Integrated into VS Code, Visual Studio, JetBrains IDEs, and GitHub.com.
  • Copilot Pro: $10 USD per month or $100 USD per year.
    • Unlimited Code Completions: No limit on the number of completions.
    • Unlimited Chat Requests: No limit on the number of chat requests.
    • Additional Models: Access to Google's Gemini 1.5 Pro and OpenAI's o1-preview and -mini models.
    • Usage: Suitable for professional developers and larger projects.
  • Copilot Business: $19 USD per granted seat per month.
    • Unlimited Code Completions: No limit on the number of completions.
    • Unlimited Chat Requests: No limit on the number of chat requests.
    • Additional Models: Access to Google's Gemini 1.5 Pro and OpenAI's o1-preview and -mini models.
    • Usage: Suitable for organizations with multiple developers.
  • Copilot Enterprise: $39 USD per granted seat per month.
    • Unlimited Code Completions: No limit on the number of completions.
    • Unlimited Chat Requests: No limit on the number of chat requests.
    • Additional Models: Access to Google's Gemini 1.5 Pro and OpenAI's o1-preview and -mini models.
    • Usage: Suitable for enterprises with extensive development needs.

Patel said devs will get clear indicators when hitting usage limits and be able to easily upgrade if needed.

Students, educators, and open source maintainers' free access to unlimited Copilot Pro accounts continues, unaffected.

Patel also provided a couple of recommendations for developers to get started:

  • Try it now: Don't wait to experience the benefits. Give GitHub Copilot Free a spin in Visual Studio today. Just note that for now, you won't be notified when you hit your usage limit, but we've got you covered with updates coming in January.
  • Stay Updated: Keep your Visual Studio installation current and subscribe to the preview channels. By staying on the cutting edge, you'll be among the first to enjoy the latest updates, ensuring you get the most out of Copilot Free as we roll out new features.

GitHub's Thomas Dohmke also took the occasion of his announcement to reveal that last week the company passed the mark of $150 million developers on GitHub, while reminding developers of other recent new capabilities.

"You can ask a coding question, explain existing code, or have it find a bug," he said. "You can execute edits across multiple files. And you can access Copilot's third-party agents or build your own extension."

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube