curl -N -s -L -X POST "https://grexlabs.in/gen/v1/chat/completions" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-sonnet-4",
"stream": true,
"messages": [
{
"role": "user",
"content": "Say hello in one word"
}
]
}'
• Models
https://grexlabs.in/gen/models
-H "Content-Type: application/json" \
-d '{
"model": "claude-sonnet-4",
"stream": true,
"messages": [
{
"role": "user",
"content": "Say hello in one word"
}
]
}'
• Models
https://grexlabs.in/gen/models