Skip to content

Commit 3b81bb5

Browse files
committed
docs: update Qodo Merge model configuration with new model names and December 2025 defaults
1 parent bf5da9a commit 3b81bb5

File tree

1 file changed

+29
-14
lines changed

1 file changed

+29
-14
lines changed
Lines changed: 29 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,56 @@
11

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.
33

44
### Selecting a Specific Model
55

66
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.
77
The models supported by Qodo Merge are:
88

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`
1415

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`:
1617

1718
```toml
1819
[config]
19-
model="o4-mini"
20+
model="anthropic/claude-haiku-4-5-20251001"
2021
```
2122

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`:
2324

2425
```toml
2526
[config]
26-
model="gpt-5"
27+
model="anthropic/claude-sonnet-4-5-20250929"
2728
```
2829

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`:
3031

3132
```toml
3233
[config]
33-
model="gemini-2.5-pro"
34+
model="vertex_ai/gemini-2.5-pro"
3435
```
3536

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`:
3738

3839
```toml
3940
[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"
4156
```

0 commit comments

Comments
 (0)