Google has reintroduced the Gemini 2.5 Pro model in their free API tier, now allowing 100 requests per day. This is a helpful change considering that Copilot currently limits the use of premium models to just 300 requests a month.
Available features:
- 100 requests per day for Gemini 2.5 Pro
- 250 requests per day for Gemini 2.5 Flash (a decrease from the previous 500)
How to set it up:
- Obtain your API key from Google AI Studio.
- Use the Insiders version of Copilot.
- Go to the model management section.
- Input your Gemini API key.
- Create a new model named
gemini-2.5-pro
. - Choose the “Advanced” settings option.
- Set token limits as follows:
- Input tokens: 819600
- Output tokens: 65536
- Make sure to enable features for tool calling and vision.
Key reminders:
- Ensure you select the official Gemini 2.5 Pro model and not the preview version.
- Select it from the “Other Models” list to avoid deducting from your 300 premium requests.
- Agent mode is functional with custom API keys now.
Bonus tip: You can also add the gemini-2.5-flash
model for an additional 250 daily requests and the gemini-2.5-flash-lite-preview-06-17
model for 1000 requests daily. This setup results in approximately 3000 requests a month in addition to your 300 premium requests, offering a more robust performance compared to the free 4.1 model.