1
Setup your API key
2
Run the command to install the package
3
Make a request
Include an import statement for the
aisuite
library in your file. To access the SambaNova API, prefix the model name with sambanova:
followed by the specific model identifier. For example: sambanova:Llama-4-Maverick-17B-128E-Instruct
. You can now make requests to any Supported model.Example code
openai:gpt-4o
alongside other models in your list.
For more information, see the AI Suite README on Github.