---
title: GitHub removes manual model selection from Copilot Free and Student
  plans, leaving Auto as the sole option
url: https://roboin.io/article/en/2026/06/25/github-copilot-free-and-student-plans-limited-to-auto-model-selection/
description: Users on GitHub Copilot’s Free and Student plans can no longer
  choose models manually. GitHub now limits them to “Auto.”
publishedDate: 2026-06-25T15:01:09.471Z
modifiedDate: 2026-06-25T15:01:09.471Z
thumbnail: https://roboin.io/api/media/file/github-copilot-student-auto-model-only.png
thumbnailAlt: GitHub Copilot Chatのモデルピッカーで「Auto」のみが選択できるようになっている
thumbnailCaption: N/A
---

# GitHub removes manual model selection from Copilot Free and Student plans, leaving Auto as the sole option

Users on GitHub Copilot’s Free and Student plans can no longer choose models manually. GitHub now limits them to “Auto.”

## GitHub removes model selection from Copilot Free and Student

GitHub announced on June 24, 2026, that it would make Copilot auto model selection the default and sole model selection method for GitHub Copilot Free, the free tier of GitHub Copilot, and GitHub Copilot Student, the free plan for students.

Free and Student users can now use GitHub Copilot’s [Auto] option instead of choosing a model such as GPT, Claude, or Gemini.

Auto chooses the model that best fits the task. Users cannot choose models themselves, and their plan limits which models they can use.

Free or Student users who want to choose models manually will need to consider paid plans that support model selection, each provider’s API, or a separate service such as Claude Code or Codex.

![GitHub Copilot Chatのモデルピッカーで「Auto」のみが選択できるようになっている](https://roboin.io/api/media/file/github-copilot-student-auto-model-only.png)

## Which models does Auto use?

At the time of writing, GitHub lists GPT-5 mini, GPT-5.3-Codex, GPT-5.4, GPT-5.4 mini, Claude Haiku 4.5, Claude Sonnet 4.6, MAI-Code-1-Flash, Raptor mini, and other models as available through Auto model selection. The models each user can access vary by plan, organization policy, client, and other factors.

In Copilot Chat, you can check which model Auto used by hovering over the response. In Copilot CLI and Copilot cloud agent, GitHub shows the model in the response.

## The Student plan had already restricted some model choices, and GitHub has continued revising plans since April

GitHub Copilot Student had already blocked users from choosing some models manually before this change.

In March 2026, GitHub announced that students would lose the ability to choose some premium models, including Claude Opus, Claude Sonnet, and GPT-5.4, as part of a restructuring of its free plan for students.

[GitHub Copilot student discount no longer allows selecting GPT-5.4 or Claude, with some models limited to Auto mode only amid plan reorganization](https://roboin.io/article/en/2026/03/13/github-copilot-student-plan-removes-direct-access-to-premium-models/)

In April, GitHub then removed GPT-5.3-Codex from the Student plan’s model picker and made it available through Auto alone.

In late April, GitHub said agentic workflows had started consuming more compute resources, paused new sign-ups for Copilot Pro, Pro+, and Student, and announced tighter usage limits and changes to available models.

[GitHub Copilot pauses new sign-ups: why you can’t register and what alternatives exist](https://roboin.io/article/en/2026/04/21/github-copilot-sign-ups-suspended/)

On June 18, GitHub announced that it would resume new sign-ups for Copilot Student, Pro, Pro+, and Max in phases.

This latest change, which removes manual model selection, appears to form part of the plan revisions GitHub has continued since April.

## My analysis

GitHub launched Copilot in 2021 as a service that completed code and generated simple code from instructions such as comments.

In 2023, GitHub added chat. Developers can now use agent mode inside VS Code and external tools such as OpenCode, where AI agents act on human prompts and handle everything from reading and writing code to verification.

Developers often call this style vibe coding or agentic coding. It consumes large amounts of compute because AI agents can operate for long periods, and some developers run multiple agents in parallel.

Given that context, GitHub may be trying to improve Copilot’s profitability.

GitHub had already reduced the models available in the Student plan. It also tightened limits when it moved to credit-based billing: Copilot Pro includes 1,000 AI credits per month, while the Student plan includes 200 AI credits.

[GitHub Copilot is moving to credit-based billing with a full breakdown of what changes in June](https://roboin.io/article/en/2026/04/28/github-copilot-moves-to-credit-based-billing/)

Users on GitHub Copilot Free or GitHub Copilot Student can no longer choose a specific model for their work. Developers who want to specify a model will need to move to a higher GitHub Copilot plan or use Claude Code, Codex, each provider’s API, or another option.

## Verification details and sources

### Last verification date

2026-06-25T14:30:00.000Z

### Reference links

- [Changes to model selection for Free and Student plans - GitHub Changelog](https://github.blog/changelog/2026-06-24-changes-to-model-selection-for-free-and-student-plans/)
- [About Copilot auto model selection - GitHub Docs](https://docs.github.com/en/copilot/concepts/models/auto-model-selection)
- [Supported AI models in GitHub Copilot - GitHub Docs](https://docs.github.com/en/copilot/reference/ai-models/supported-models)