You're looking at a specific version of this model. Jump to the model overview.
sdcalmes /speciesnet:c2ae4fd6
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
|
Input camera trap image
|
|
| confidence_threshold |
number
|
0.1
Max: 1 |
Minimum confidence threshold for detections
|
| iou_threshold |
number
|
0.5
Max: 1 |
IoU threshold for non-maximum suppression
|
| country_code |
string
|
ISO 3166-1 alpha-3 country code for geographic filtering (e.g., 'USA', 'CAN', 'GBR')
|
|
| admin1_region |
string
|
First-level administrative division (US state codes like 'CA', 'TX')
|
|
| model_version |
None
|
v4.0.1a
|
SpeciesNet model version to use
|
| run_mode |
None
|
full_ensemble
|
Which components to run
|
| return_top_k |
integer
|
5
Min: 1 Max: 10 |
Number of top classifications to return
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'additionalProperties': True, 'title': 'Output', 'type': 'object'}