Getting Started
PARAM
VALUE
Invoke the Chat API
curl -X POST https://core.xnomad.fun/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <Your API Key>" \
-d '{
"model": "",
"messages": [
{"role": "user", "content": "Hey, who are you and what do you do?"}
],
"temperature": 0,
"max_tokens": 0,
}'Last updated
Was this helpful?