Changelog
Release history and changes to the GeoInfer API and platform.
Changelog
2026-05-16
Python SDK, Chrome extension, Maltego & GeoGuessr
- Python SDK —
pip install geoinfer. Sync and async clients, handles file paths, URLs, raw bytes, and file objects. Full error types and rate-limit metadata on every response. - Chrome extension — right-click any image on the web to get a location prediction. Also works from the toolbar popup with paste-URL or drag-and-drop. Install from Chrome Web Store.
- Maltego transform — geolocate image URLs directly inside Maltego Desktop. Import the seed URL and your API key to get started. Setup guide.
- GeoGuessr widget — press ⌘ Shift G (Mac) or Ctrl Shift G (Windows) during a round to get predicted coordinates and a mini map without leaving the game. Setup guide.
2026-01-01
API v1 launch
- Image geolocation —
POST /v1/prediction/predictaccepts JPEG, PNG, WebP, HEIC, and more (up to 10 MB). Returns predicted coordinates, confidence radius, and location name. - Model selection —
GET /v1/prediction/modelslists the models available to your API key. Passmodel_idon each prediction request to choose between global and high-accuracy regional models. - Credit balance —
GET /v1/credits/summaryreturns your subscription allowance and top-up balance. Credits consumed are also reported on every prediction response. - Authentication — all requests use the
X-GeoInfer-Keyheader with ageo_...key. Generate keys at app.geoinfer.com/en/api. - Global model (
global_v0_1) — 1 credit per prediction, works on images from anywhere in the world.