This feature is available for on-prem users only.
Default model
Qodo is continuously benchmarking the performance of the latest LLM models and we always use the models that produce the best results for code review. The default models used by Qodo (as of December 2025) is GPT-5.2. In some cases we use other models from the major LLM providers (Anthropic and Google) for redundancy and for higher suitability with specific use cases.Restrict Qodo to use a specific model
To restrict Qodo to using only one model, add this setting to the configuration file:-
gpt-5 -
claude-4-sonnet -
o4-mini -
gemini-2.5-pro -
deepseek/r1
Change model
To switch models, edit the configuration file:.secrets.toml or as environment variables.
Refer to the LiteLLM documentation for up-to-date model-specific variables.