Instance Types
LightOn managed instance
- URL:
https://paradigm.lighton.ai
- Management: Fully managed by LightOn
- Suitable for: Organizations comfortable with SaaS solutions
Client managed instance
- URL: Custom domain provided by the client organization
- Management: Managed by your IT team or LightOn support
- Suitable for: Organizations requiring on-premises deployment or specific compliance requirements
Configuration Best Practices
Environment Variables
Always use environment variables to make your code flexible across different instances:Configuration Examples
For the LightOn managed instance
For the client managed instance
Code Implementation
Determining Your Instance Type
Check with Your Administrator
Contact your Paradigm administrator or IT team to confirm:- Which instance type your organization uses
- The correct base URL for API calls
- Any specific network requirements (proxies, VPNs, etc.)
Configuration Validation
You can test your configuration by calling the models endpoint:Security Considerations
Private Instances
- Ensure your network allows access to your private instance
- Configure any necessary proxy settings (see proxy configuration)
- Verify SSL/TLS certificates are properly configured
API Key Management
- Never hardcode API keys in your source code
- Use secure environment variable management
- Rotate API keys regularly as per your organization’s security policy
- Store API keys in secure credential management systems
Troubleshooting
Common Issues
Issue | Cause | Solution |
---|---|---|
Connection timeout | Wrong base URL or network issues | Verify URL and network connectivity |
Authentication failed | Invalid API key or expired credentials | Check API key and regenerate if needed |
SSL certificate errors | Self-signed certificates on private instances | Configure proper SSL verification |
Proxy errors | Corporate firewall blocking requests | Configure proxy settings |
Getting Help
- Public Instance: Contact LightOn Support
- Private Instance: Contact your internal IT team or designated LightOn support contact