Everything you need to integrate multiple AI providers through one unified API
import { Synqly } from 'synqly';
const ai = new Synqly({
apiKey: process.env.SYNQLY_KEY
});
// Make a request to any provider
const response = await ai.chat.create({
provider: 'anthropic',
model: 'claude-sonnet-4',
messages: [{
role: 'user',
content: 'Explain quantum computing'
}]
});
console.log(response.content);Get up and running with Synqly in minutes
Learn the fundamentals of Synqly
Master advanced Synqly capabilities
Keep your integration secure
Can't find what you're looking for? Our support team is here to help you get the most out of Synqly.