You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,8 +147,8 @@ These are the main supported models, though the CLI may support additional ones
147
147
148
148
| Model name | Description |
149
149
| -------- | ----- |
150
-
|**gpt-4.1** *| Powerful and reliable model for detailed code analysis. Strong at coding tasks. |
151
-
|**gpt-4.1-mini**| Lightweight variant of GPT-4.1 offering faster responses and lower cost—ideal for iterative or high-volume reviews. |
150
+
|gpt4.1| Powerful and reliable model for detailed code analysis. Strong at coding tasks. |
151
+
| gpt-4.1-mini | Lightweight variant of GPT-4.1 offering faster responses and lower cost—ideal for iterative or high-volume reviews. |
152
152
| gpt-4.1-nano | Ultra-light model focused on speed and affordability—best for basic code checks or initial feedback. |
153
153
| gpt-4o * | Cutting-edge model with strong reasoning and code capabilities—ideal for detailed, context-aware reviews. |
154
154
| gpt-4o-mini | Streamlined GPT-4o variant optimized for fast, cost-effective feedback on code. |
@@ -174,16 +174,20 @@ To use Gemini LLMs, you need to provide lgtm an API Key, which can be generated
174
174
These are the main supported models, though the CLI may support additional ones due to the use of [pydantic-ai](https://ai.pydantic.dev). Gemini timestamps models, so be sure to always use the latest model of each family, if possible.
175
175
176
176
177
+
For Gemini models exclusively, you can provide a wildcard and lgtm will attempt to select the latest model (e.g., `gemini-2.5-pro*`)
| gemini-2.5-pro-preview-05-06 | Most advanced publicly available Gemini model. Strong code reasoning and long-context support. Ideal for complex or large reviews. |
185
-
|**gemini-2.0-pro-exp-02-05**| High-performing general-purpose model. Balances accuracy and efficiency—ideal for robust reviews without 2.5's higher cost. |
186
-
|**gemini-2.0-flash**| Optimized for low-latency, lower-cost analysis. Ideal for iterative feedback and smaller reviews. |
187
+
| gemini-2.5-pro-preview-06-05 | Most advanced publicly available Gemini model. Strong code reasoning and long-context support. Ideal for complex or large reviews. |
188
+
| gemini-2.5-pro-preview-06-05 | Deprecated. Most advanced publicly available Gemini model. Strong code reasoning and long-context support. Ideal for complex or large reviews. |
189
+
| gemini-2.0-pro-exp-02-05 | High-performing general-purpose model. Balances accuracy and efficiency—ideal for robust reviews without 2.5's higher cost. |
190
+
| gemini-2.0-flash | Optimized for low-latency, lower-cost analysis. Ideal for iterative feedback and smaller reviews. |
187
191
| gemini-1.5-pro | Proven performer with solid context and reasoning. Still excellent for general code understanding. |
188
192
| gemini-1.5-flash | Lightweight and fast—suited for real-time or continuous code review loops. |
189
193
@@ -222,7 +226,7 @@ These are the main supported models, though the CLI may support additional ones
msg=f"The provided Gemini model name matches multiple models that cannot be narrowed down based on when they were released: {', '.join(matches)}. Please specify a more specific model name."
0 commit comments