Is Gemini-2.5-pro-exp-03-25 same model as Gemini 2.5 Pro Preview 03-25?

Hi,

As I was following aider leaderboards to pick the best model for coding, I got confused. The models listed on Cursor Settings include ‘Gemini-2.5-pro-exp-03-25’ and I was wondering if it’s the same model as listed on Aider leaderboards?

Thanks!

1 Like

It’s different. The preview model has more powerful code capabilities

o3 (high) + gpt-4.1 có nghĩa là sao tôi không hiểu? Ai đó giải thích cho tôi với? Nó có nghĩa là dùng cả 2 model o3 và gpt 4.1 cùng 1 lúc à?

They are the same model, one of them is paid, the other is free(severely rate limited compared to paid):

Translated to English:

Before anything else, please write in English the next time ok?

Architect mode in Aider involves two models: First is the reasoning model for planning the solution. You ask the question to this model and it creates a plan to solve the problem, thinking every step of the way. Then you take this plan and give it to a non-reasoning model to implement the solution. The end result is usually something better than anything the individual models are capable of. In this case, o3(high) is used as the architect, the one which plans the solution. Then GPT 4.1 is used to implement the plan.

1 Like