Closed3

Vertex AI SDK for Python

Kento.YamadaKento.Yamada

overview

概要を見る。
https://cloud.google.com/python/docs/reference/aiplatform/latest

Vertex AI の概要

VertexAIについての概要
https://cloud.google.com/vertex-ai/docs/start/introduction-unified-platform?hl=ja

Vertex AI PaLM API と LangChain で容易になった生成 AI アプリケーションの構築

LangChainと組み合わせるにはどうしたら良いか。
https://cloud.google.com/blog/ja/products/ai-machine-learning/generative-ai-applications-with-vertex-ai-palm-2-models-and-langchain

Kento.YamadaKento.Yamada

ImageGenerationModel

2023.10.17時点ではpreview版なので今後仕様変更の可能性あり。

ImageGenerationModelを使うと生成AIで様々な画像生成に対応できる。
具体的には以下の内容

  • テキストから画像を生成する
  • 任意の画像をベースにテキストを使って別の画像を生成する
  • アップスケールされた画像を生成する

https://cloud.google.com/python/docs/reference/aiplatform/latest/vertexai.preview.vision_models.ImageGenerationModel#vertexai_preview_vision_models_ImageGenerationModel

このスクラップは2024/01/08にクローズされました