API Authentication
1. Get your Lamini API key 🔑
Your API key is at https://app.lamini.ai/account. If it's your first time, create a free account by logging in.
If you're self-managing Lamini Platform on your own GPUs, check out the OIDC authentication docs for setting up user auth.
2. Authenticate
Add your key to your environment variables. In your terminal, run:
Put this line in your ~/.bash_profile
or equivalent file, so you don't have to rerun it in a new session. Remember to source ~/.bash_profile
after you make the change.
You can authenticate by writing the following to a file ~/.lamini/configure.yaml
Advanced Python setup: VPC or on premise
If you are running Lamini in your VPC or on prem, you can change the URL from Lamini's hosted service to your own server URL:
Test that it works:
Google Colab
Here's a Colab notebook you can use to get started: Getting Started with Lamini