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