Support for Gemini 3 Flash/Pro Preview and optimal configuration for reasoning models #2214
-
|
Hi everyone, I am using the free version of Qodo (PR-Agent) and I would like to ask a few questions regarding the Gemini model support and configuration: Are gemini-3-flash-preview and gemini-3-pro-preview already supported in PR-Agent? If so, what are the correct identifiers to use in the configuration? Regarding the [config] section, I am currently using the following setup: My questions about the configuration: If I decide to use reasoning models (like the new Gemini models or others), how should I ideally set up the model_reasoning and model_weak parameters? How does PR-Agent decide which model to use when model_reasoning is filled? Does it automatically offload specific tasks to the reasoning model, or does it use it for every request? In terms of performance/quality, is it better to keep everything on a single strong model (like Gemini 2.5 Pro), or is there a significant benefit to splitting tasks between model and model_reasoning? Thank you for your help! https://github.com/qodo-ai/pr-agent/blob/main/pr_agent/settings/configuration.toml/ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @whosdum :) , About your question 1. Gemini 3 supportYes. PR-Agent supports
2.
|
Beta Was this translation helpful? Give feedback.
Hi @whosdum :) ,
About your question
1. Gemini 3 support
Yes. PR-Agent supports
gemini-3-flash-previewandgemini-3-pro-preview. Use these identifiers in your config:gemini/gemini-3-flash-previewgemini/gemini-3-pro-previewvertex_ai/gemini-3-flash-previewvertex_ai/gemini-3-pro-preview2.
model_reasoningandmodel_weakmodel_reasoningis used only for the self-reflection step in /improve (code suggestions). If you leave it unset, the mainmodelis used for that step.model_weakis used for lighter tasks:/describe,/ask, line questions, and changelog. If unset, the mainmodelis used.Example setup: