• About Us
  • Disclaimer
  • Contact Us
  • Privacy Policy
Wednesday, August 27, 2025
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

Batch Mode in the Gemini API: Process more for less

Josh by Josh
July 7, 2025
in Google Marketing
0
Batch Mode in the Gemini API: Process more for less
0
SHARES
1
VIEWS
Share on FacebookShare on Twitter


Gemini models are now available in Batch Mode

Today, we’re excited to introduce a batch mode in the Gemini API, a new asynchronous endpoint designed specifically for high-throughput, non-latency-critical workloads. The Gemini API Batch Mode allows you to submit large jobs, offload the scheduling and processing, and retrieve your results within 24 hours—all at a 50% discount compared to our synchronous APIs.


Process more for less

Batch Mode is the perfect tool for any task where you have your data ready upfront and don’t need an immediate response. By separating these large jobs from your real-time traffic, you unlock three key benefits:

  • Cost savings: Batch jobs are priced at 50% less than the standard rate for a given model
  • Higher throughput: Batch Mode has even higher rate limits
  • Easy API calls: No need to manage complex client-side queuing or retry logic. Available results are returned within a 24-hour window.


A simple workflow for large jobs

We’ve designed the API to be simple and intuitive. You package all your requests into a single file, submit it, and retrieve your results once the job is complete. Here are some ways developers are leveraging Batch Mode for tasks today:

  • Bulk content generation and processing: Specializing in deep video understanding, Reforged Labs uses Gemini 2.5 Pro to analyze and label vast quantities of video ads monthly. Implementing Batch Mode has revolutionized their operations by significantly cutting costs, accelerating client deliverables, and enabling the massive scalability needed for meaningful market insights.

Get started in just a few lines of code

You can start using Batch Mode today with the Google GenAI Python SDK:

# Create a JSONL that contains these lines:
# {"key": "request_1", "request": {"contents": [{"parts": [{"text": "Explain how AI works in a few words"}]}]}},
# {"key": "request_2", "request": {"contents": [{"parts": [{"text": "Explain how quantum computing works in a few words"}]}]}}

uploaded_batch_requests = client.files.upload(file="batch_requests.json")

batch_job = client.batches.create(
    model="gemini-2.5-flash",
    src=uploaded_batch_requests.name,
    config={
        'display_name': "batch_job-1",
    },
)

print(f"Created batch job: {batch_job.name}")

# Wait for up to 24 hours

if batch_job.state.name == 'JOB_STATE_SUCCEEDED':
    result_file_name = batch_job.dest.file_name
    file_content_bytes = client.files.download(file=result_file_name)
    file_content = file_content_bytes.decode('utf-8')

    for line in file_content.splitlines():
      print(line)

Python

To learn more, check out the official documentation and pricing pages.

We’re rolling out Batch Mode for the Gemini API today and tomorrow to all users. This is just the start for batch processing, and we’re actively working on expanding its capabilities. Stay tuned for more powerful and flexible options!



Source_link

READ ALSO

Google will verify Android apps distributed outside the Play store

How to write an effective prompt

Related Posts

Google will verify Android apps distributed outside the Play store
Google Marketing

Google will verify Android apps distributed outside the Play store

August 27, 2025
How to write an effective prompt
Google Marketing

How to write an effective prompt

August 26, 2025
Google is building a Duolingo rival into the Translate app
Google Marketing

Google is building a Duolingo rival into the Translate app

August 26, 2025
Introducing Gemini 2.5 Flash Image, our state-of-the-art image model
Google Marketing

Introducing Gemini 2.5 Flash Image, our state-of-the-art image model

August 26, 2025
Auto Best Take, Pro Res Zoom and more
Google Marketing

Auto Best Take, Pro Res Zoom and more

August 26, 2025
YouTube TV could lose Fox channels this week
Google Marketing

YouTube TV could lose Fox channels this week

August 26, 2025
Next Post
Website Maintenance Services

Search Marketing and Online Advertising

POPULAR NEWS

Communication Effectiveness Skills For Business Leaders

Communication Effectiveness Skills For Business Leaders

June 10, 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
7 Best EOR Platforms for Software Companies in 2025

7 Best EOR Platforms for Software Companies in 2025

June 21, 2025
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
Refreshing a Legacy Brand for a Meaningful Future – Truly Deeply – Brand Strategy & Creative Agency Melbourne

Refreshing a Legacy Brand for a Meaningful Future – Truly Deeply – Brand Strategy & Creative Agency Melbourne

June 7, 2025

EDITOR'S PICK

Power with principle: PRWeek Hall of Fame is gold standard of communication

Power with principle: PRWeek Hall of Fame is gold standard of communication

August 21, 2025
ByteDance Just Released Trae Agent: An LLM-based Agent for General Purpose Software Engineering Tasks

ByteDance Just Released Trae Agent: An LLM-based Agent for General Purpose Software Engineering Tasks

July 7, 2025
Android Enterprise Feature Drop: Secure, productive work

Android Enterprise Feature Drop: Secure, productive work

June 17, 2025

Meta Video Ad Length Requirements: How to Qualify for All Placements

August 12, 2025

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

  • Google will verify Android apps distributed outside the Play store
  • Legal Options After a Serious Truck Collision in Charleston
  • Google Will Make All Android App Developers Verify Their Identity Starting Next Year
  • DoubleVerify’s 2025 Global Insights Report Uncovers North America’s Shifting Digital Ad Landscape
  • 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

Are you sure want to unlock this post?
Unlock left : 0
Are you sure want to cancel subscription?