
fetch('https://openrouter.ai/api/v1/chat/completions', { m...
Prompt
fetch('https://openrouter.ai/api/v1/chat/completions', { method: 'POST', headers: { Authorization: 'Bearer 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', 'HTTP-Referer': '<YOUR_SITE_URL>', 'X-Title': '<YOUR_SITE_NAME>', 'Content-Type': 'application/json', }, body: JSON.stringify({ model: 'openai/gpt-4o', messages: [ { role: 'user', content: 'What is the meaning of life?', }, ], }), }); āĻĻā§āĻā§āύ āĻāϰ⧠āĻĻāĻŋāĻā§āĻāĻŋ
A system prompt was added to support web rendering