gem
Gemini API
AI & MLGCP
General
General information about the service.
Description
Gemini API on Vertex AI provides access to Google's most capable multimodal AI models. Build applications using text, image, audio, and video understanding capabilities.
Service ID
aiplatform.googleapis.comResource Pattern
projects/{project}/locations/{location}/publishers/google/models/{model}References
Chat
Powered by AITalk to this service to learn more about it.
Suggested questions:
Naming
The conventions, rules, and restrictions for naming this service.
Naming Convention
gem-{workload}-{env}Length
4-63
Valid Characters
Lowercase letters, numbers, hyphens
Scope
regional
Code
Deploy your infrastructure as code using your preferred tooling.
Official Documentation
terraform
1resource "google_vertex_ai_endpoint" "main" {2 name = "gem-${var.workload}-${var.environment}"3 display_name = "gem-${var.workload}-${var.environment}"4 location = var.region5}
Utilities
Utilities to support app deployment or configuration.