2026-09-16
▼ ▲ firebaseml.projects.locations.publishers.models.generateContent
Flat Path : v2beta/projects/{projectsId}/locations/{locationsId}/publishers/{publishersId}/models/{modelsId}:generateContent
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : POST
Path : v2beta/{+model}:generateContent
Parameter Order : model
Description : Generate content with multimodal inputs.
Parameters :
model
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/publishers/[^/]+/models/[^/]+$
Type : string
Required : Yes
Description : Required. The fully qualified name of the publisher model or tuned model endpoint to use. Publisher model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint format: `projects/{project}/locations/{location}/endpoints/{endpoint}`
▼ ▲ firebaseml.projects.locations.publishers.models.streamGenerateContent
Description : Generate content with multimodal inputs with streaming support.
Flat Path : v2beta/projects/{projectsId}/locations/{locationsId}/publishers/{publishersId}/models/{modelsId}:streamGenerateContent
Parameter Order : model
HTTP Method : POST
Parameters :
model
Location : path
Description : Required. The fully qualified name of the publisher model or tuned model endpoint to use. Publisher model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint format: `projects/{project}/locations/{location}/endpoints/{endpoint}`
Required : Yes
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/publishers/[^/]+/models/[^/]+$
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v2beta/{+model}:streamGenerateContent
▼ ▲ firebaseml.projects.locations.publishers.models.countTokens
Parameters :
endpoint
Location : path
Type : string
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/publishers/[^/]+/models/[^/]+$
Description : Required. The name of the Endpoint requested to perform token counting. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`
Parameter Order : endpoint
Flat Path : v2beta/projects/{projectsId}/locations/{locationsId}/publishers/{publishersId}/models/{modelsId}:countTokens
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Perform a token counting.
Path : v2beta/{+endpoint}:countTokens
HTTP Method : POST