Skip to content

Commit d406fb8

Browse files
committed
feat(genai): update README.md
1 parent 57d1aa6 commit d406fb8

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

genai/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,23 @@ Demonstrates how to use Express Mode for simpler and faster interactions with Ge
5353
This mode is ideal for quick prototyping and experimentation. See the [Express Mode documentation](https://cloud.google.com/vertex-ai/generative-ai/docs/start/express-mode/overview)
5454
for details.
5555

56+
### [Image Generation](https://github.com/GoogleCloudPlatform/python-docs-samples/tree/main/genai/image_generation/)
57+
58+
Demonstrates how to generate image and edit images using Generative AI models. Check [Image Generation with Gemini Flash](https://cloud.google.com/vertex-ai/generative-ai/docs/multimodal/image-generation)
59+
and [Imagen on Vertex AI](https://cloud.google.com/vertex-ai/generative-ai/docs/image/overview) for details.
60+
61+
5662
### [Live API](https://github.com/GoogleCloudPlatform/python-docs-samples/tree/main/genai/live_api/)
5763

5864
Provides examples of using the Generative AI [Live API](https://cloud.google.com/vertex-ai/generative-ai/docs/multimodal-live-api).
5965
This allows for real-time interactions and dynamic content generation.
6066

67+
### [Model Optimizer](https://github.com/GoogleCloudPlatform/python-docs-samples/tree/main/genai/model_optimizer/)
68+
69+
Provides examples of using the Generative AI [Model Optimizer](https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/vertex-ai-model-optimizer).
70+
Vertex AI Model Optimizer is a dynamic endpoint designed to simplify model selection by automatically applying the
71+
Gemini model which best meets your needs.
72+
6173
### [Provisioned Throughput](https://github.com/GoogleCloudPlatform/python-docs-samples/tree/main/genai/live_api/)
6274

6375
Provides examples demonstrating how to use Provisioned Throughput with Generative AI models. This feature provides a

0 commit comments

Comments
 (0)