LanXen Grid
Docs
Use your LanXen Grid API Key to call the unified gateway API.
curl https://your-domain.example/v1/chat/completions \
-H "Authorization: Bearer sk-lanxen-xxx" \
-H "Content-Type: application/json" \
-d '{"model":"qwen-turbo","messages":[{"role":"user","content":"hello"}]}'