You're looking at a specific version of this model. Jump to the model overview.
csviverdeia /food-analyzer:44ee35fc
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
|
Foto de comida (jpg/png). Pode ser de qualquer ângulo / contexto.
|
|
| prompt |
string
|
|
(Opcional) prompt customizado. Se vazio, usa o prompt padrão que pede JSON estruturado.
|
| max_new_tokens |
integer
|
512
Min: 128 Max: 2048 |
Máximo de tokens gerados (mais = JSON mais detalhado).
|
| temperature |
number
|
0
Max: 2 |
0.0 = determinístico (greedy). >0 = sampling. Pra JSON estruturado, use 0.0.
|
| parse_json |
boolean
|
True
|
Se true, tenta fazer parse do JSON antes de retornar (output vira dict).
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'title': 'Output', 'type': 'object'}