ai_photo_macros
Analyze a meal image and estimate foods + macros. Pass exactly one of image_url or image_base64. Vision model, capped separately from the text AI budget (free tier 1/mo).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_url | No | Public URL of the image. Mutually exclusive with image_base64. | |
| image_base64 | No | Base64-encoded image bytes, no data: prefix. Mutually exclusive with image_url. |