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