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