You're looking at a specific version of this model. Jump to the model overview.
csviverdeia /deepseek-ocr-2:00da0dbd
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 com texto (.jpg/.png/.webp) para extrair OCR.
|
|
| mode |
None
|
markdown
|
Modo de extração.
|
| custom_prompt |
string
|
|
(Apenas se mode=custom) Prompt customizado. Deve começar com '<image>\n'.
|
| base_size |
integer
|
1024
Min: 512 Max: 2048 |
Resolução base (recomendado 1024).
|
| image_size |
integer
|
768
Min: 512 Max: 1536 |
Resolução de crop (recomendado 768).
|
| crop_mode |
boolean
|
True
|
Ativa modo crop dinâmico (mais preciso em documentos grandes).
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'title': 'Output', 'type': 'string'}