Getting Started
Get up and running with LLM Connect in under 5 minutes.
1
Create an API Key
Navigate to the API Keys page in your dashboard and create a new key.
Important: Copy your API key immediately. It will only be shown once!
2
Configure Your SDK
Point your existing SDK to our proxy endpoint and set the API key.
API Endpoint: https://api.llmconnect.io API Key Header: x-api-key # Provider routes: # Gemini / GCP: https://api.llmconnect.io/gcp # Claude / AWS: https://api.llmconnect.io/aws # GPT / Azure: https://api.llmconnect.io/azure
3
Start Making Requests
Use your SDK as normal. LLM Connect handles authentication, billing, and routing to cloud providers transparently.
Next Steps
Browse Models
See all supported models
Python SDK Examples
Complete code samples