[PR #168] [CLOSED] feat: add no-thinking variants for Gemini models #201

Closed
opened 2026-02-13 17:28:05 -06:00 by mirrors · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/HanaokaYuzu/Gemini-API/pull/168
Author: @faithleysath
Created: 11/21/2025
Status: Closed

Base: masterHead: feat/add-nothinking-model


📝 Commits (1)

  • dbdaefa feat: add no-thinking variants for Gemini models

📊 Changes

2 files changed (+24 additions, -0 deletions)

View changed files

📝 README.md (+3 -0)
📝 src/gemini_webapi/constants.py (+21 -0)

📄 Description

  • Add gemini-3.0-pro-nothinking model with specialized header
  • Add gemini-2.5-pro-nothinking model with specialized header
  • Add gemini-2.5-flash-nothinking model with specialized header
  • Update README.md with new model documentation

These variants provide optimized performance by disabling the thinking process while maintaining the same model capabilities.

https://github.com/HanaokaYuzu/Gemini-API/pull/161#issuecomment-3561090081


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/HanaokaYuzu/Gemini-API/pull/168 **Author:** [@faithleysath](https://github.com/faithleysath) **Created:** 11/21/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feat/add-nothinking-model` --- ### 📝 Commits (1) - [`dbdaefa`](https://github.com/HanaokaYuzu/Gemini-API/commit/dbdaefa402d3926420c53296bd69ad802dd25f69) feat: add no-thinking variants for Gemini models ### 📊 Changes **2 files changed** (+24 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+3 -0) 📝 `src/gemini_webapi/constants.py` (+21 -0) </details> ### 📄 Description - Add gemini-3.0-pro-nothinking model with specialized header - Add gemini-2.5-pro-nothinking model with specialized header - Add gemini-2.5-flash-nothinking model with specialized header - Update README.md with new model documentation These variants provide optimized performance by disabling the thinking process while maintaining the same model capabilities. https://github.com/HanaokaYuzu/Gemini-API/pull/161#issuecomment-3561090081 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirrors 2026-02-13 17:28:05 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mirrors/Gemini-API#201
No description provided.