Powered by OpenRouter
AI API Access Pay As You Go
fetch('https://openrouter.ai/api/v1/chat/completions', {
headers: {
'Authorization': 'Bearer sk-or-v1-...',
'Content-Type': 'application/json'
},
body: JSON.stringify({
model: 'openai/gpt-4',
messages: [{ role: 'user', content: 'Hello!' }]
})
}) Everything You Need
Quick Start Guide