Step 1: Get Your API Key
1
Sign Up
Create a free account to get started
2
Generate Key
Generate your API key from the dashboard
Step 2: Install SDK (Optional)
- Nordlys SDK
- OpenAI SDK
- Anthropic SDK
- Gemini SDK
- Vercel AI SDK
- LangChain
- cURL
Python only - native Nordlys SDK with Registry and Router APIs
Authentication
Nordlys uses API keys for authentication. Include your API key in requests:- Header:
Authorization: Bearer YOUR_API_KEY - Store keys in environment variables (
NORDLYS_API_KEY)
Step 3: Make Your First Request
Choose your preferred language and framework:- Nordlys SDK
- OpenAI SDK
- Anthropic SDK
- Gemini SDK
- Vercel AI SDK
- LangChain
Error Handling
Always implement proper error handling in production. Nordlys provides detailed error information to help you build resilient applications.Production Tip: Always log the
request_id from error responses for debugging. For comprehensive error handling patterns, see the Error Handling Best Practices guide.Example Response
Nordlys returns standard OpenAI or Anthropic-compatible responses.
Testing Your Integration
1
Send Test Request
Run your code with a simple message like “Hello!” to verify the connection
2
Check Response
Confirm you receive a response and check the
model field in the response3
Monitor Dashboard
View request logs and analytics in your Nordlys dashboard
Next Steps
Model Reference & Pricing
Learn about Nordlys model specifications and pricing
Integration Guides
Detailed guides for each SDK and framework
API Reference
Complete API documentation with all parameters
Code Examples
Working examples for common use cases
Need Help?
Troubleshooting
Common issues and their solutions
Support
Get help from our team

