Skip to main content

Prerequisites

1. Start HasteKit LLM Gateway

Start HasteKit gateway with a single command:
This command will automatically download the required files and start all services.

Optional: Start with Additional Services

You can also start HasteKit gateway with additional worker services:

2. Open the Dashboard

Once the services are running, open http://localhost:3000 in your browser.

3. Configure a Provider

  1. Navigate to the Providers tab in the Dashboard.
  2. Choose one of the supported providers from the sidebar.
  3. Click Add API Key and enter your provider API Key and click Create.
  4. 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