Gemini-2.5-pro-exp-03-25 settings

I really wanted to know about the new power (full context window) of gemini-2.5-pro-exp.

So I added a model called gemini-2.5-pro-exp-03-25 and ran it.

This requires a Google AI Studio API key.
Here’s an important thing.

Please ignore any errors that occur when registering with the Google API key and continue. You can add custom mode to gemini-2.5-pro-exp-03-25 and use it without any problems. (and just ask)

https://aistudio.google.com/apikey

If anyone has found that running in agent mode is more stable, please let me know. Thanks, bro.




This simply does not work for me -


When I run this in terminal it works …

curl “https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-pro-exp-03-25:generateContent?key=MYKEY
-H ‘Content-Type: application/json’
-X POST
-d ‘{
“contents”: [{
“parts”:[{“text”: “Explain how AI works”}]
}]
}’

Hey, this error might occur if you have a custom base URL set for the OpenAI model. Try resetting to default, that should work.