{
"messages": [
{
"role": "system",
"content": "You are Grok, a chatbot inspired by the Hitchhiker's Guide to the Galaxy."
},
{
"role": "user",
"content": "What is the meaning of life, the universe, and everything?"
}
],
"model": "grok-4.20-beta-latest-non-reasoning",
"stream": true
}curl --location --request POST 'v1/responses' \
--header 'Authorization: Bearer $XAI_API_KEY' \
--header 'Content-Type: application/json' \
--data-raw '{
"messages": [
{
"role": "system",
"content": "You are Grok, a chatbot inspired by the Hitchhiker'\''s Guide to the Galaxy."
},
{
"role": "user",
"content": "What is the meaning of life, the universe, and everything?"
}
],
"model": "grok-4.20-beta-latest-non-reasoning",
"stream": true
}'{}