GEMINI LABJP
ROBOTICS — The ER 1.6 preview that shut down on August 31 does have a successor. Gemini Robotics ER 2 is in public preview, in both standard and streaming variantsVIDEO — ER 2 judges success and failure from live video rather than still snapshots, which is what lets it catch spills, slips, and misalignments while a task is still runningDEADLINE — Next up is September 30, when gemini-omni-flash-preview is retired. The target is gemini-omni-1.1-flash, GA since August 27, and there are now under four weeks leftAPIKEY — Every remaining standard API key, restricted ones included, stops working during September. The replacement is an auth key bound to a Google Cloud service accountPRICE — Gemini 3.7 Flash keeps its introductory $0.75/$3.75 per 1M through December 31, then moves to $1.50/$7.50 on January 1, 2027. Any estimate crossing the year needs both figuresAUDIO — Gemini 3.5 Transcribe handles language detection across 85+ languages, speaker diarization, word-level timestamps, and custom vocabulary biasing of up to 1,000 termsROBOTICS — The ER 1.6 preview that shut down on August 31 does have a successor. Gemini Robotics ER 2 is in public preview, in both standard and streaming variantsVIDEO — ER 2 judges success and failure from live video rather than still snapshots, which is what lets it catch spills, slips, and misalignments while a task is still runningDEADLINE — Next up is September 30, when gemini-omni-flash-preview is retired. The target is gemini-omni-1.1-flash, GA since August 27, and there are now under four weeks leftAPIKEY — Every remaining standard API key, restricted ones included, stops working during September. The replacement is an auth key bound to a Google Cloud service accountPRICE — Gemini 3.7 Flash keeps its introductory $0.75/$3.75 per 1M through December 31, then moves to $1.50/$7.50 on January 1, 2027. Any estimate crossing the year needs both figuresAUDIO — Gemini 3.5 Transcribe handles language detection across 85+ languages, speaker diarization, word-level timestamps, and custom vocabulary biasing of up to 1,000 terms
TAG

Translation

4 articles
Back to all tags
Related:
gemini-api2Gemini API2Temperature2Prompt Engineering2gemini-flash1indie-dev1ios1android1admob1Top-P1Localization1Python1
Gemini API/2026-05-25Intermediate

Running In-App Help Translation on Gemini 2.5 Flash for Three Months — An Indie Developer's Notes

After three months running my iOS and Android in-app help through a Gemini 2.5 Flash translation pipeline, here are the operational notes — when to fall back to Pro, how glossaries help, and the small lift it added to AdMob revenue.

Gemini API/2026-04-29Intermediate

Gemini API Best Temperature for Translation Tasks — Optimal Values by Use Case

Tested temperature values for Gemini API translation, plus what comes after picking a number: a profile registry resolved from string keys, a CI check for unassigned strings, a back-translation gate, and display-width budgets that keep translations inside your buttons.

Gemini API/2026-04-26Intermediate

Gemini API Temperature Best Practices by Task — Translation, Summarization, Code, Chat, and More

The `temperature` parameter is one of the highest-leverage knobs in the Gemini API, yet most implementations ship with the default. This guide walks through the value I actually use for each task type — translation, summarization, code generation, chat, classification — and explains why.

Gemini API/2026-03-29Intermediate

Automating Multilingual Translation and Localization with Gemini API

Learn how to automate multilingual translation and app localization using Gemini API. Covers Python implementation, glossary management, batch processing, and quality checks.