Upload file to Gemini Files API
upload_fileUpload local images larger than 20MB to the Gemini Files API, obtaining a file URI and metadata for efficient reuse across multiple prompts.
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
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Server-accessible file path to upload to Gemini Files API. | |
| display_name | No | Optional display name for the uploaded file. |