初始化 Vertex AI 服务时,您可以选择指定一个
运行服务和访问模型的位置。如果您未指定
位置,默认值为 us-central1
。查看以下活动的列表
支持的国家/地区。
代码示例
Kotlin+KTX
// Initialize the Vertex AI service
// Optionally specify a location in which to run the service and access the model
val vertexAI = Firebase.vertexAI(location = "LOCATION")
// Initialize the generative model with a model that supports your use case
val generativeModel = vertexAI.generativeModel(modelName = "MODEL_NAME")
Java
// Initialize the Vertex AI service
// Optionally specify a location in which to run the service and access the model
FirebaseVertexAI vertexAI = FirebaseVertexAI.getInstance("LOCATION");
// Initialize the generative model with a model that supports your use case
GenerativeModel gm = vertexAI.generativeModel("MODEL_NAME");
// Use the GenerativeModelFutures Java compatibility layer which offers
// support for ListenableFuture and Publisher APIs
GenerativeModelFutures model = GenerativeModelFutures.from(gm);
可用位置
Google Cloud 人使用 要定义的区域 区域级 API。Google Cloud 仅会将客户数据存储在您指定的区域 指定 Vertex AI 上生成式 AI 的所有正式版功能。
Vertex AI 上的生成式 AI 可在以下区域使用:
美国
- 德克萨斯州达拉斯 (
us-south1
) - 爱荷华 (
us-central1
) - 内华达州,拉斯维加斯 (
us-west4
) - 南卡罗来纳州蒙克斯科纳 (
us-east1
) - 北弗吉尼亚 (
us-east4
) - 俄勒冈 (
us-west1
)
加拿大
- 蒙特利尔 (
northamerica-northeast1
)
南美洲
- 巴西圣保罗 (
southamerica-east1
)
欧洲
- 比利时 (
europe-west1
) - 芬兰 (
europe-north1
) - 德国法兰克福 (
europe-west3
) - 英国伦敦 (
europe-west2
) - 西班牙马德里 (
europe-southwest1
) - 意大利米兰 (
europe-west8
) - 荷兰 (
europe-west4
) - 法国巴黎 (
europe-west9
) - 波兰华沙 (
europe-central2
) - 瑞士苏黎世 (
europe-west6
)
亚太地区
- 中国台湾彰化 (
asia-east1
) - 中国香港 (
asia-east2
) - 印度孟买 (
asia-south1
) - 韩国首尔 (
asia-northeast3
) - 新加坡 (
asia-southeast1
) - 澳大利亚悉尼 (
australia-southeast1
) - 日本东京 (
asia-northeast1
)
中东
- 以色列特拉维夫 (
me-west1
)