{
"model": "qwen3-1.7b",
"messages": [
{ "role": "system", "content": "Always answer in rhymes." },
{ "role": "user", "content": "Introduce yourself." }
],
"temperature": 0.7,
"max_tokens": -1,
"stream": true
}curl --location --request POST 'http://localhost:1234/v1/chat/completions' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "qwen3-1.7b",
"messages": [
{ "role": "system", "content": "Always answer in rhymes." },
{ "role": "user", "content": "Introduce yourself." }
],
"temperature": 0.7,
"max_tokens": -1,
"stream": true
}'{}