Supported models
gemini-1.5-flashgemini-1.5-progemini-1.0-pro
Parameters
A VertexAI LLM interface can have the following parameters:Usage
Here is how you setup an interface to interact with your VertexAI models.- w/ .env
- w/o .env
1
Create a
.env file with you GOOGLE_API_KEY2
In your python code, import LLM from llmstudio.
3
Create your llm instance.
4
Optional: You can add your parameters as follows:
You are done setting up your VertexAI LLM!
What’s next?
LLM.chat()
Learn how to send messeges and recieve responses next!
Tool calling Agent
Learn how to build a tool calling agent using llmstudio.