1type: google.api.Service 2config_version: 3 3name: generativelanguage.googleapis.com 4title: Generative Language API 5 6apis: 7- name: google.ai.generativelanguage.v1beta.DiscussService 8- name: google.ai.generativelanguage.v1beta.FileService 9- name: google.ai.generativelanguage.v1beta.GenerativeService 10- name: google.ai.generativelanguage.v1beta.ModelService 11- name: google.ai.generativelanguage.v1beta.PermissionService 12- name: google.ai.generativelanguage.v1beta.RetrieverService 13- name: google.ai.generativelanguage.v1beta.TextService 14- name: google.longrunning.Operations 15 16documentation: 17 summary: |- 18 The Gemini API allows developers to build generative AI applications using 19 Gemini models. Gemini is our most capable model, built from the ground up 20 to be multimodal. It can generalize and seamlessly understand, operate 21 across, and combine different types of information. including language, 22 images, audio, video, and code. You can use the Gemini API for use cases 23 like reasoning across text and images, content generation, dialogue 24 agents, summarization and classification systems, and more. 25 26publishing: 27 new_issue_uri: https://github.com/google/generative-ai-python/issues/new 28 documentation_uri: https://ai.google.dev/docs 29 api_short_name: generativelanguage 30 github_label: 'api: ai' 31 doc_tag_prefix: generativelanguage 32 organization: GENERATIVE_AI 33 library_settings: 34 - version: google.ai.generativelanguage.v1beta 35 launch_stage: EARLY_ACCESS 36 java_settings: 37 common: {} 38 cpp_settings: 39 common: {} 40 php_settings: 41 common: {} 42 python_settings: 43 common: 44 destinations: 45 - PACKAGE_MANAGER 46 node_settings: 47 common: 48 destinations: 49 - PACKAGE_MANAGER 50 dotnet_settings: 51 common: {} 52 ruby_settings: 53 common: {} 54 go_settings: 55 common: 56 destinations: 57 - PACKAGE_MANAGER 58