mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
862 B
862 B
The default models used by Qodo Merge (August 2025) are a combination of GPT-5 and Gemini 2.5 Pro.
Selecting a Specific Model
Users can configure Qodo Merge to use only a specific model by editing the configuration file. The models supported by Qodo Merge are:
gpt-5claude-4-sonneto4-minigemini-2.5-prodeepseek/r1
To restrict Qodo Merge to using only o4-mini, add this setting:
[config]
model="o4-mini"
To restrict Qodo Merge to using only GPT-5, add this setting:
[config]
model="gpt-5"
To restrict Qodo Merge to using only gemini-2.5-pro, add this setting:
[config]
model="gemini-2.5-pro"
To restrict Qodo Merge to using only claude-4-sonnet, add this setting:
[config]
model="claude-4-sonnet"