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