Getting started with Quantlix
Quantlix Team
Quantlix lets you deploy AI models in seconds. Here's how to get up and running.
Sign up and get your API key
Create an account and verify your email. Once logged in, you'll find your API key in the dashboard. Keep it secure — you'll need it for all API and CLI requests.
Deploy your first model
Use the one-click demo deploy from your dashboard, or deploy via CLI:
quantlix deploy qx-example --api-key <your_api_key>The deployment will be ready in about 12 seconds. Your first inference run activates the deployment and moves it from pending to ready.
Run inference
quantlix run <deployment_id> -i '{"prompt": "Hello!"}' --api-key <your_api_key>Or use the REST API directly. Check the Examples page for cURL commands and deployment IDs.