Google
5 min read

New Gemini API updates for Gemini 3

Read Full Article

Summary

The article outlines significant updates to the Gemini API for Gemini 3, emphasizing new features that enhance reasoning, multimodal processing, and agentic capabilities. Key updates include the introduction of the 'thinking_level' parameter for controlling the depth of reasoning, granular control over media resolution, and the implementation of 'Thought Signatures' to maintain context across interactions. Additionally, the article discusses pricing changes for the Grounding with Google Search feature and best practices for utilizing Gemini 3 Pro effectively in various coding and multimodal tasks.

Key Learnings

  • 1Understanding the implications of the 'thinking_level' parameter on model reasoning depth and its impact on performance.
  • 2How to leverage 'Thought Signatures' for maintaining context in complex workflows and the consequences of omitting them.
  • 3The trade-offs between media resolution settings and their effect on token usage and model performance.
  • 4Best practices for structuring prompts to optimize the output quality and coherence across different modalities.

Who Should Read This

Senior AI Engineers implementing advanced features in generative models using the Gemini API.

Test Your Knowledge

?

What are the trade-offs involved in setting the 'thinking_level' parameter to high versus low?

?

How do 'Thought Signatures' facilitate continuity in multi-step reasoning, and what happens if they are not used?

?

In what scenarios would adjusting the media resolution parameter be beneficial, and what are the potential drawbacks?

?

What design decisions should be considered when structuring prompts for multimodal inputs to ensure coherent outputs?

Topics

Read Full Article at Google