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