csviverdeia/prithvi-eo-2-300m-tl

Prithvi-EO 2.0 300M-TL - foundation model multitemporal Earth Observation (IBM+NASA), 6-band HLS, com temporal/location embeddings

Public
4 runs

Run csviverdeia/prithvi-eo-2-300m-tl with an API

Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.

Input schema

The fields you can use to run this model with an API. If you don't give a value for a field its default value will be used.

Field Type Default value Description
image
string
Imagem multissensorial (GeoTIFF 6 bandas HLS preferencial: B/G/R/NIR/SWIR1/SWIR2). RGB também aceito (auto-pad pra 6 bandas).
image_size
integer
224

Min: 64

Max: 1024

Resolução de entrada (múltiplo de patch size = 16). Use 224 ou 512.
latitude
number
0

Min: -90

Max: 90

(Opcional, TL feature) Latitude do centro da imagem (-90 a 90). Use 0 se não souber.
longitude
number
0

Min: -180

Max: 180

(Opcional, TL feature) Longitude do centro (-180 a 180). Use 0 se não souber.
year
integer
2024

Min: 1980

Max: 2100

(Opcional, TL feature) Ano de aquisição da imagem (ex: 2024).
day_of_year
integer
180

Min: 1

Max: 366

(Opcional, TL feature) Dia do ano (1-365).
return_format
None
summary
'summary' (estatísticas + preview) ou 'full' (embedding completo).

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{
  "type": "string",
  "title": "Output"
}