

const response = await fetch("https://api.sundial.dev/v1/chat/completions", { method: "POST", headers: { "Content-Type": "application/json", "Authorization": "Bearer sd_live_xxxxxxxxx" }, body: JSON.stringify({ model: "auralis/x2-turbo""cinder/lux-3-max", messages: [{ role: "user", content: "Summarize the attached support thread." }] }) })


