1type: google.api.Service
2config_version: 3
3name: generativelanguage.googleapis.com
4title: Generative Language API
5
6apis:
7- name: google.ai.generativelanguage.v1beta3.DiscussService
8- name: google.ai.generativelanguage.v1beta3.ModelService
9- name: google.ai.generativelanguage.v1beta3.PermissionService
10- name: google.ai.generativelanguage.v1beta3.TextService
11- name: google.longrunning.Operations
12
13types:
14- name: google.ai.generativelanguage.v1beta3.CreateTunedModelMetadata
15
16documentation:
17  summary: |-
18    The PaLM API allows developers to build generative AI applications using
19    the PaLM model. Large Language Models (LLMs) are a powerful, versatile
20    type of machine learning model that enables computers to comprehend and
21    generate natural language through a series of prompts. The PaLM API is
22    based on Google's next generation LLM, PaLM. It excels at a variety of
23    different tasks like code generation, reasoning, and writing. You can use
24    the PaLM API to build generative AI applications for use cases like
25    content generation, dialogue agents, summarization and classification
26    systems, and more.
27
28backend:
29  rules:
30  - selector: google.ai.generativelanguage.v1beta3.DiscussService.CountMessageTokens
31    deadline: 50.0
32  - selector: google.ai.generativelanguage.v1beta3.DiscussService.GenerateMessage
33    deadline: 50.0
34  - selector: 'google.ai.generativelanguage.v1beta3.PermissionService.*'
35    deadline: 50.0
36  - selector: 'google.ai.generativelanguage.v1beta3.TextService.*'
37    deadline: 50.0
38
39publishing:
40  new_issue_uri: https://github.com/google/generative-ai-python/issues/new
41  documentation_uri: https://developers.generativeai.google/
42  api_short_name: generativelanguage
43  github_label: 'api: ai'
44  doc_tag_prefix: generativelanguage
45  organization: CLOUD
46