All MicroEvals
fetch('https://openrouter.ai/api/v1/chat/completions', { m...
Create MicroEval
Header image for fetch('https://openrouter.ai/api/v1/chat/completions', {
  m...

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