#generative-ai/setup-env at main · Google...

1 messages · Page 1 of 1 (latest)

pseudo fiber
#
  1. Both SDKs will work but, as you noticed, the new "google-genai" SDK is going to be the recommended SDK going forward. The other one will continue to exist and will receive updates, but the new one is more "ergonomic" for most use-cases.

  2. The google-genai SDK supports both Vertex and AI Studio while the "google-cloud-aiplatform" SDK will only work with Vertex.

  3. AI Studio is intended for hobbyists, researchers, and individual developers. Vertex has an SLA whereas AI Studio does not. Additionally, Vertex has support for higher rate limits and the option of provisioned throughput for critical workloads.