Skip to content
Discussion options

You must be logged in to vote

Hi @whosdum :) ,

About your question


1. Gemini 3 support

Yes. PR-Agent supports gemini-3-flash-preview and gemini-3-pro-preview. Use these identifiers in your config:

Provider Flash Pro
Google AI Studio gemini/gemini-3-flash-preview gemini/gemini-3-pro-preview
Vertex AI vertex_ai/gemini-3-flash-preview vertex_ai/gemini-3-pro-preview

2. model_reasoning and model_weak

  • model_reasoning is used only for the self-reflection step in /improve (code suggestions). If you leave it unset, the main model is used for that step.
  • model_weak is used for lighter tasks: /describe, /ask, line questions, and changelog. If unset, the main model is used.

Example setup:

[config]
model = "gemini/g…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@damnthonyy
Comment options

Answer selected by whosdum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants