You're looking at a specific version of this model. Jump to the model overview.
sdcalmes /speciesnet-v4.0.1a:a78467af
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 |
string
(enum)
|
v4.0.1a
Options: v4.0.1a, v4.0.1b |
SpeciesNet model version to use
|
run_mode |
string
(enum)
|
full_ensemble
Options: full_ensemble, detector_only, classifier_only |
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'}