Generates an access token for the Gemini model and constructs the corresponding endpoint URL.
Arguments
- jsonkey
A path to JSON file containing the service account key from Vertex AI.
- model_id
The ID of the Gemini model. This will be prepended with "gemini-".
- expTime
The expiration time of the access token in seconds (default is 3600 seconds, or 1 hour).
- region
The Google Cloud region where your Vertex AI resources are located (default is "us-central1"). See https://cloud.google.com/vertex-ai/docs/general/locations for available regions.