Missing Batch Jobs Monitoring Interface in Google AI Studio
Description of the feature request:
Problem
Gemini API Batch Mode (released July 7, 2025) works perfectly via code, but there's no monitoring interface in Google AI Studio (ai.google.dev).
What Works
- Creating batch jobs with
client.batches.create() - Can only check status through code
What's Missing
- No UI to see batch job status
- No progress tracking
- No job history or cost breakdown
What We Need
A monitoring interface in AI Studio showing job status, progress, token usage, and costs - similar to Vertex AI batch predictions interface.
What problem are you trying to solve with this feature?
Current Problem
Developers cannot visually monitor batch jobs in dashboard - only through code:
job = client.batches.get(name=job_name)
print(job.state.name)
### Any other information you'd like to share?
## Evidence
Google Cloud Console already has excellent batch monitoring for Vertex AI (see screenshot).
The same interface should exist for Gemini API batch jobs in AI Studio.
## Checked Locations
- Usage & Billing ❌
- API Keys ❌
- Dashboard ❌
## Request
Please add batch job monitoring UI to Google AI Studio - the technology already exists in Vertex AI.
<img width="1919" height="857" alt="Image" src="https://github.com/user-attachments/assets/6ba9abb3-1712-4f95-a76f-aec28af80dab" />
Description of the feature request:
Problem
Gemini API Batch Mode (released July 7, 2025) works perfectly via code, but there's no monitoring interface in Google AI Studio (ai.google.dev).
What Works
- Creating batch jobs with
client.batches.create()- Can only check status through code
What's Missing
- No UI to see batch job status
- No progress tracking
- No job history or cost breakdown
What We Need
A monitoring interface in AI Studio showing job status, progress, token usage, and costs - similar to Vertex AI batch predictions interface.
What problem are you trying to solve with this feature?
Current Problem
Developers cannot visually monitor batch jobs in dashboard - only through code:
job = client.batches.get(name=job_name) print(job.state.name) ### Any other information you'd like to share? ## Evidence Google Cloud Console already has excellent batch monitoring for Vertex AI (see screenshot). The same interface should exist for Gemini API batch jobs in AI Studio. ## Checked Locations - Usage & Billing ❌ - API Keys ❌ - Dashboard ❌ ## Request Please add batch job monitoring UI to Google AI Studio - the technology already exists in Vertex AI. <img width="1919" height="857" alt="Image" src="https://github.com/user-attachments/assets/6ba9abb3-1712-4f95-a76f-aec28af80dab" />
- [ ] ##طدطذط****
Popis požadavku na funkci:
Problém
Dávkový režim Gemini API (vydaný 7. července 2025) funguje perfektně prostřednictvím kódu, ale v Google AI Studiu (ai.google.dev) není žádné monitorovací rozhraní.
Co funguje
- Vytváření dávkových úloh pomocí
client.batches.create()- Stav lze zkontrolovat pouze pomocí kódu
Co chybí
- Žádné uživatelské rozhraní pro zobrazení stavu dávkové úlohy
- Žádné sledování pokroku
- Žádná historie zakázek ani rozpis nákladů
Co potřebujeme
Monitorovací rozhraní v AI Studiu zobrazující stav úlohy, průběh, využití tokenů a náklady – podobné rozhraní pro dávkové predikce ve Vertexu AI.
Jaký problém se snažíte touto funkcí vyřešit?
Aktuální problém
Vývojáři nemohou vizuálně sledovat dávkové úlohy v dashboardu – pouze pomocí kódu:
job = client.batches.get(name=job_name) print(job.state.name)
Any other information you'd like to share?
Evidence
Google Cloud Console already has excellent batch monitoring for Vertex AI (see screenshot).
The same interface should exist for Gemini API batch jobs in AI Studio.
Checked Locations
- Usage & Billing ❌
- API Keys ❌
- Dashboard ❌
Request
Please add batch job monitoring UI to Google AI Studio - the technology already exists in Vertex AI.
![]()
https://github.com/google-gemini/cookbook/issues/848#issue-3222665275