Prerequisites
- Docker and Docker Compose.
1. Start HasteKit LLM Gateway
Start HasteKit gateway with a single command:Optional: Start with Additional Services
You can also start HasteKit gateway with additional worker services:2. Open the Dashboard
Once the services are running, openhttp://localhost:3000 in your browser.
3. Configure a Provider
- Navigate to the Providers tab in the Dashboard.
- Choose one of the supported providers from the sidebar.
- Click Add API Key and enter your provider API Key and click Create.
- Go to Virtual Keys and create a new key for your project. Note down the key.
4. Point your SDK to the LLM Gateway
Now, update your application to send LLM calls to the gateway and use the virtual key instead of the provider’s API key.main.go