upload_file
Upload local files to Gemini Files API to handle large images over 20MB or reuse files across multiple prompts, returning file URI and metadata.
Instructions
Upload a local file through the Gemini Files API and return its URI & metadata. Useful when the image is larger than 20MB or reused across prompts.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| display_name | No | Optional display name for the uploaded file. | |
| path | Yes | Server-accessible file path to upload to Gemini Files API. |