Gemini 2.5 pro reasoning budget like with Claude? #8033
miscusi-p33k
started this conversation in
Feature Requests & Suggestions
Replies: 1 comment
-
Actually I think it might depends on what model you are using, in fact currently Gemini 2.5 Flash does offers your control over the model thinking budget but for other Gemini breeds I haven't try it yet !. Currently I had tried and setup like this and it worked ! from google import genai client = genai.Client(api_key="") model_name = "gemini-2.5-flash" prompt_text = "" print(response.text) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The token reasoning budget is available in their google ai portal, but I think not available through API yet?
Beta Was this translation helpful? Give feedback.
All reactions