Hello everyone
I am writing to request assistance with identifying the correct API endpoint URL for the Vertex AI image editing functionality, specifically the imagegeneration@002 model.
I am currently working on a project that involves image editing using the aforementioned model. While I have found success using the Vertex AI SDK in Python, I am facing challenges replicating the functionality in a Node environment due to the lack of a dedicated SDK.
My goal is to directly call the API endpoint URL using Node.js and Axios. However, I have been unable to find clear documentation outlining the specific endpoint URL format for image editing requests.
I have attempted to analyze network traffic using WireShark and explore the Vertex AI documentation, but I haven't been able to determine the exact URL structure.
Information I have gathered so far:
I am using the imagegeneration@002 model for image editing.
My Python code successfully utilizes the Vertex AI SDK for image editing.
My Node code attempts to call an API endpoint URL using Axios, but I suspect the URL format might be incorrect.
WireShark captures indicate a TLS connection to "europe-west9-aiplatform...", from python request, but the specific API endpoint path remains unclear.
Request:
I would greatly appreciate it if you could provide guidance on the following:
The correct API endpoint URL format for image editing requests using the imagegeneration@002 model.
Any relevant documentation or resources that could help me understand the API structure and usage.
Recommendations for Node.js libraries or tools that could facilitate interaction with the Vertex AI image editing API.
Thank you for your time and assistance. I look forward to your response.