| 12345678910111213141516171819202122 |
- {
- "model": "ocr-vl",
- "messages": [
- {
- "role": "user",
- "content": [
- {
- "type": "text",
- "text": "Table Recognition:"
- },
- {
- "type": "image_url",
- "image_url": {
- "url": "file://repository.git/ocr_platform/ocr_tools/daemons/curl_local_img.png"
- }
- }
- ]
- }
- ],
- "max_tokens": 16384,
- "temperature": 0.1
- }
|