|
1 | 1 |
|
2 | | -The default models used by Qodo Merge 💎 (October 2025) are a combination of GPT-5, Haiku-4.5, and Gemini 2.5 Pro. |
| 2 | +The default models used by Qodo Merge 💎 (December 2025) are a combination of GPT-5, Haiku-4.5, and Gemini 2.5 Pro. |
3 | 3 |
|
4 | 4 | ### Selecting a Specific Model |
5 | 5 |
|
6 | 6 | Users can configure Qodo Merge to use only a specific model by editing the [configuration](https://qodo-merge-docs.qodo.ai/usage-guide/configuration_options/) file. |
7 | 7 | The models supported by Qodo Merge are: |
8 | 8 |
|
9 | | -- `gpt-5` |
10 | | -- `claude-haiku-4.5` |
11 | | -- `gemini-2.5-pro` |
12 | | -- `o4-mini` |
13 | | -- `deepseek/r1` |
| 9 | +- `anthropic/claude-haiku-4-5-20251001` |
| 10 | +- `anthropic/claude-sonnet-4-5-20250929` |
| 11 | +- `vertex_ai/gemini-2.5-pro` |
| 12 | +- `vertex_ai/gemini-3-pro-preview` |
| 13 | +- `gpt-5-2025-08-07` |
| 14 | +- `gpt-5.2-2025-12-11` |
14 | 15 |
|
15 | | -To restrict Qodo Merge to using only `o4-mini`, add this setting: |
| 16 | +To restrict Qodo Merge to using `anthropic/claude-haiku-4-5-20251001`: |
16 | 17 |
|
17 | 18 | ```toml |
18 | 19 | [config] |
19 | | -model="o4-mini" |
| 20 | +model="anthropic/claude-haiku-4-5-20251001" |
20 | 21 | ``` |
21 | 22 |
|
22 | | -To restrict Qodo Merge to using only `GPT-5`, add this setting: |
| 23 | +To restrict Qodo Merge to using `anthropic/claude-sonnet-4-5-20250929`: |
23 | 24 |
|
24 | 25 | ```toml |
25 | 26 | [config] |
26 | | -model="gpt-5" |
| 27 | +model="anthropic/claude-sonnet-4-5-20250929" |
27 | 28 | ``` |
28 | 29 |
|
29 | | -To restrict Qodo Merge to using only `gemini-2.5-pro`, add this setting: |
| 30 | +To restrict Qodo Merge to using `vertex_ai/gemini-2.5-pro`: |
30 | 31 |
|
31 | 32 | ```toml |
32 | 33 | [config] |
33 | | -model="gemini-2.5-pro" |
| 34 | +model="vertex_ai/gemini-2.5-pro" |
34 | 35 | ``` |
35 | 36 |
|
36 | | -To restrict Qodo Merge to using only `claude-4-sonnet`, add this setting: |
| 37 | +To restrict Qodo Merge to using `vertex_ai/gemini-3-pro-preview`: |
37 | 38 |
|
38 | 39 | ```toml |
39 | 40 | [config] |
40 | | -model="claude-4-sonnet" |
| 41 | +model="vertex_ai/gemini-3-pro-preview" |
| 42 | +``` |
| 43 | + |
| 44 | +To restrict Qodo Merge to using `gpt-5-2025-08-07`: |
| 45 | + |
| 46 | +```toml |
| 47 | +[config] |
| 48 | +model="gpt-5-2025-08-07" |
| 49 | +``` |
| 50 | + |
| 51 | +To restrict Qodo Merge to using `gpt-5.2-2025-12-11`: |
| 52 | + |
| 53 | +```toml |
| 54 | +[config] |
| 55 | +model="gpt-5.2-2025-12-11" |
41 | 56 | ``` |
0 commit comments