Upload file to Gemini Files API
upload_fileUpload a local file to the Gemini Files API and get its URI and metadata for use in image generation prompts, ideal for files over 20MB or repeated use.
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. |