Changelog

Release history and changes to the GeoInfer API and platform.

Changelog

2026-05-16

Python SDK, Chrome extension, Maltego & GeoGuessr

  • Python SDKpip 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 geolocationPOST /v1/prediction/predict accepts JPEG, PNG, WebP, HEIC, and more (up to 10 MB). Returns predicted coordinates, confidence radius, and location name.
  • Model selectionGET /v1/prediction/models lists the models available to your API key. Pass model_id on each prediction request to choose between global and high-accuracy regional models.
  • Credit balanceGET /v1/credits/summary returns your subscription allowance and top-up balance. Credits consumed are also reported on every prediction response.
  • Authentication — all requests use the X-GeoInfer-Key header with a geo_... 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.

On this page