• About Us
  • Disclaimer
  • Contact Us
  • Privacy Policy
Thursday, September 10, 2026
mGrowTech
No Result
View All Result
  • Technology And Software
    • Account Based Marketing
    • Channel Marketing
    • Marketing Automation
      • Al, Analytics and Automation
      • Ad Management
  • Digital Marketing
    • Social Media Management
    • Google Marketing
  • Direct Marketing
    • Brand Management
    • Marketing Attribution and Consulting
  • Mobile Marketing
  • Event Management
  • PR Solutions
  • Technology And Software
    • Account Based Marketing
    • Channel Marketing
    • Marketing Automation
      • Al, Analytics and Automation
      • Ad Management
  • Digital Marketing
    • Social Media Management
    • Google Marketing
  • Direct Marketing
    • Brand Management
    • Marketing Attribution and Consulting
  • Mobile Marketing
  • Event Management
  • PR Solutions
No Result
View All Result
mGrowTech
No Result
View All Result
Home Google Marketing

URL context tool for Gemini API now generally available

Josh by Josh
August 19, 2025
in Google Marketing
0
URL context tool for Gemini API now generally available


Starting today, the URL context tool is now ready for scaled production use and comes packed with new features. The tool enables developers to provide additional context to the models in the form of URLs, instead of manually uploading the content, unlocking more powerful and contextually-aware generative AI applications.

By default, Gemini models have a static knowledge base and no direct internet access. Grounding with Google Search connects them to the web for broad, real-time discovery. For a deeper analysis, the URL context tool goes beyond search snippets, allowing the model to ingest and reason over the full content of a specific webpage. This powerful combination—using Search to discover and URL Context to analyze—is the foundation for sophisticated, multi-step tasks.


More versatility with expanded content support

With this launch, the URL context tool significantly expands the types of content you can ground your prompts in, making it more versatile for a wider range of applications. Support now includes:

  • PDF support: You can now provide direct links to PDFs, enabling Gemini to not only extract text but also understand tables and the overall structure within them, making reports, papers, and manuals fully accessible for grounding.
  • Image support: The tool can now process and analyze images, including PNG, JPEG, BMP, and WebP formats. This leverages Gemini’s multimodal capabilities to comprehend visual information, opening doors for analysis of charts, diagrams, and more.
  • Web and data files: Continued robust support for standard web pages (HTML), structured data (JSON, XML, CSV), and text files (Plain Text, RTF, CSS, JavaScript).


Ready for production scale

To ensure you can use these expanded capabilities in your applications, the URL Context tool is now ready for scaled production use with updated limits and pricing. Rate limits are now based on the specific Gemini model you choose, allowing for much greater scale. You are charged for the added input tokens to context, based on the standard rate for the model. This makes your costs clear and predictable.


Unlocking new use cases

The URL context tool opens up a wide range of agentic workflows for developers. Here are just a few of the use cases you can now build:

  • Personalize customer interactions: Ground AI chat agents with customers’ web pages enabling them to provide accurate and relevant answers to inquiries.
  • Compare documents: Analyze multiple reports, articles, or PDFs to identify differences and track trends.
  • Synthesize & create content: Combine information from several source URLs to generate accurate summaries, blog posts, or reports.
  • Analyze code & docs: Point to a GitHub repository or technical documentation to explain code, generate setup instructions, or answer technical questions.


URL context in action

We’re already seeing developers build amazing things with the URL context tool. Here are a couple of real world examples:

Gemini CLI: The Gemini CLI, an open source AI agent that provides access to Gemini directly in your terminal, uses the URL context tool for its web-fetch command to enable developers to quickly and easily interact with web content for use cases like summarizing a webpage, extracting key information, or even translating it into another language.

Web fetch tool in Gemini CLI

Web fetch tool in Gemini CLI

Gladly.ai: Gladly, a customer service platform, uses the URL context tool to create highly personalized customer experiences. By providing links to their customers’ websites, agents built on Gladly’s AI platform can access and understand the latest product information, promotions, and support articles, enabling them to provide more accurate and relevant answers to customer inquiries.

Get started today

Ready to start building with the URL context tool? Here’s an example to get you started:

from google import genai
from google.genai.types import Tool, GenerateContentConfig
client = genai.Client()

model_id = "gemini-2.5-flash"
tools = [
     {"url_context": {}},
 ]


response = client.models.generate_content(
    model=model_id,
    contents="What are the top 3 recent announcements from the Gemini API according to https://ai.google.dev/gemini-api/docs/changelog",
    config=GenerateContentConfig(
        tools=tools,
    )
)
for each in response.candidates[0].content.parts:
   print(each.text)

Python



Source_link

READ ALSO

AI maps global methane emissions from space

Google Search kicks off the NFL season with Live Game Feeds and fantasy football advice

Related Posts

AI maps global methane emissions from space
Google Marketing

AI maps global methane emissions from space

September 10, 2026
Google Search kicks off the NFL season with Live Game Feeds and fantasy football advice
Google Marketing

Google Search kicks off the NFL season with Live Game Feeds and fantasy football advice

September 9, 2026
Google search embraces live NFL football
Google Marketing

Google search embraces live NFL football

September 9, 2026
Announcing ADK for Kotlin 1.0: Building Production-Ready AI Agents in Kotlin, Android, and Beyond
Google Marketing

Announcing ADK for Kotlin 1.0: Building Production-Ready AI Agents in Kotlin, Android, and Beyond

September 9, 2026
Our blueprint for responsible clean energy growth in Finland
Google Marketing

Our blueprint for responsible clean energy growth in Finland

September 9, 2026
Google, Nevoya, Center for Green Market Activation on green semi trucks
Google Marketing

Google, Nevoya, Center for Green Market Activation on green semi trucks

September 9, 2026
Next Post
Why Every Gala Dinner Needs a Floor Plan And Event Seating Software

Why Every Gala Dinner Needs a Floor Plan And Event Seating Software

POPULAR NEWS

Trump ends trade talks with Canada over a digital services tax

Trump ends trade talks with Canada over a digital services tax

June 28, 2025
15 Trending Songs on TikTok in 2025 (+ How to Use Them)

15 Trending Songs on TikTok in 2025 (+ How to Use Them)

June 18, 2025
Communication Effectiveness Skills For Business Leaders

Communication Effectiveness Skills For Business Leaders

June 10, 2025
Comparing the Top 7 Large Language Models LLMs/Systems for Coding in 2025

Comparing the Top 7 Large Language Models LLMs/Systems for Coding in 2025

November 4, 2025
App Development Cost in Singapore: Pricing Breakdown & Insights

App Development Cost in Singapore: Pricing Breakdown & Insights

June 22, 2025

EDITOR'S PICK

Helping AI models to meet the real world | MIT News

Helping AI models to meet the real world | MIT News

July 15, 2026
What Actually Changed? Not As Much as You Think

What Actually Changed? Not As Much as You Think

May 7, 2026
Uber partner Avride is under investigation for self-driving crashes

Uber partner Avride is under investigation for self-driving crashes

May 8, 2026
Dunkin Rewards Loyalty Program Review

Dunkin Rewards Loyalty Program Review

July 9, 2026

About

We bring you the best Premium WordPress Themes that perfect for news, magazine, personal blog, etc. Check our landing page for details.

Follow us

Categories

  • Account Based Marketing
  • Ad Management
  • Al, Analytics and Automation
  • Brand Management
  • Channel Marketing
  • Digital Marketing
  • Direct Marketing
  • Event Management
  • Google Marketing
  • Marketing Attribution and Consulting
  • Marketing Automation
  • Mobile Marketing
  • PR Solutions
  • Social Media Management
  • Technology And Software
  • Uncategorized

Recent Posts

  • Writing Website Content in the Age of AI Overviews
  • Financial Brand Trust Starts Before the Website
  • LinkedIn Wend Answer Today for September 9, 2026 (Puzzle #93)
  • AI research startup Listen Labs scrubbed a $1.5B funding round for Salesforce talks
  • About Us
  • Disclaimer
  • Contact Us
  • Privacy Policy
No Result
View All Result
  • Technology And Software
    • Account Based Marketing
    • Channel Marketing
    • Marketing Automation
      • Al, Analytics and Automation
      • Ad Management
  • Digital Marketing
    • Social Media Management
    • Google Marketing
  • Direct Marketing
    • Brand Management
    • Marketing Attribution and Consulting
  • Mobile Marketing
  • Event Management
  • PR Solutions