Access GPT-4, Claude, Gemini, Llama, and 340+ more models in your n8n workflows. One API key, pay-per-token pricing. No credit card required.
Every AI provider means another account, another API key, another billing cycle. We fix that.
Access models from all leading AI companies through a single, unified endpoint.
No platform fees. No subscriptions. Just pay for the tokens you use.
Our prices are 20% less than OpenRouter on every model
Drop-in replacement for OpenAI SDK. Works with your existing code.
import OpenAI from 'openai'; const client = new OpenAI({ baseURL: 'https://api.agnicpay.xyz/v1', // Just change this line apiKey: process.env.AGNIC_API_KEY, }); const response = await client.chat.completions.create({ model: 'openai/gpt-4o-mini', // Or any of 340+ models messages: [{ role: 'user', content: 'Hello!' }], }); console.log(response.choices[0].message.content);
baseURL: 'https://api.agnicpay.xyz/v1'
Get started in minutes with our native n8n node or HTTP Request.
Sign up with just your email. No credit card required. Get $5 free credit instantly.
Generate an API key from your dashboard. One key for all 340+ models.
Use HTTP Request node with our endpoint, or install our native node.
npm install n8n-nodes-agnicpay
Access GPT-4, Claude, Gemini, and 300+ more models in your automations.
Get $5 free credit and 1 month of n8n Cloud. No credit card required.