Step 1: Create an Account
- Visit https://pulse.suiri.ai/ and sign up using your email address
- You’ll receive a one-time password (OTP) via email for both first sign-up and subsequent logins
- Check your spam/junk folder if you don’t see the email
Step 2: Choose a Billing Plan
In the current demo environment, billing is usage-based (pay-as-you-go) and measured by token consumption. Looking for custom models or free credits? Contact us to discuss custom arrangements.Step 3: Create an API Key
- Navigate to the API Keys section in your dashboard
- Click Generate New Key
- Copy and save your API key securely. Note that it will only be displayed once
Step 4: Run Inference via Playground
Test your first inference using the interactive Playground:- Go to the Playground tab
- Select a model from the dropdown
- Enter your prompt in the chat interface
a. For text models: “What is the capital of France?” - Click Send to see the model’s response
Step 5: Retrieve Available Models
Example Response
Step 6: Run Inference via API
Once you’ve tested in the Playground, call Suiri programmatically using your API key. Base API URL: https://pulse.suiri.ai/v1 Authentication: Include your API key in the request header:Authorization: Bearer YOUR_API_KEY