curl https://llm-router.cafe24.com/api/v1/chat/completions \ -H "Authorization: Bearer sk-cafe24-YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "NousResearch/Hermes-3-Llama-3.1-70B", "messages": [ { "role": "user", "content": "Hello!" } ] }'