Skip to content

Commit

Permalink
chore: regenerate API index
Browse files Browse the repository at this point in the history
  • Loading branch information
Google APIs committed Apr 12, 2024
1 parent f758dd6 commit 7715536
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion api-index-v1.json
Expand Up @@ -8287,7 +8287,7 @@
"majorVersion": "v1",
"hostName": "generativelanguage.googleapis.com",
"title": "Generative Language API",
"description": "The Gemini API allows developers to build generative AI applications using Gemini models. Gemini is our most capable model in the world, built from the ground up to be multimodal. It can generalize and seamlessly understand, operate across, and combine different types of information. You can use the Gemini API for use cases like reasoning across text and images, content generation, dialogue agents, summarization and classification systems, and more.",
"description": "The Gemini API allows developers to build generative AI applications using Gemini models. Gemini is our most capable model, built from the ground up to be multimodal. It can generalize and seamlessly understand, operate across, and combine different types of information. including language, images, audio, video, and code. You can use the Gemini API for use cases like reasoning across text and images, content generation, dialogue agents, summarization and classification systems, and more.",
"importDirectories": [
"google/ai/generativelanguage/v1",
"google/api"
Expand Down Expand Up @@ -8355,6 +8355,10 @@
{
"httpMethod": "POST",
"path": "/v1/{model=models/*}:generateContent"
},
{
"httpMethod": "POST",
"path": "/v1/{model=tunedModels/*}:generateContent"
}
]
},
Expand Down

0 comments on commit 7715536

Please sign in to comment.