Qwen3 32B
Qwen3-32B is a powerful reasoning model with strong performance in complex tasks, featuring built-in reasoning capabilities.
POST
/project/p-{Project_Id}/genai/qwen3_32b/v1/chat/completionsQuery parameters
project_idQueryintegerrequiredProject ID
Request body
application/json
example
0.5example
1500example
1example
0example
1example
falseexample
qwen3_32bResponses
No StreamSuccessful response (Non-streaming)
example
chatcmpl-fac93c60-a0c4-4fc8-9b75-bb41d8838e90example
chat.completionexample
1770613777example
qwen3_32bStreamSuccessful response (Streaming mode)
example
data: {"id":"chatcmpl-abc123","object":"chat.completion.chunk","created":1770613777,"model":"qwen3_32b","choices":[{"index":0,"delta":{"role":"assistant","content":""},"logprobs":null,"finish_reason":null}]}
data: {"id":"chatcmpl-abc123","object":"chat.completion.chunk","created":1770613777,"model":"qwen3_32b","choices":[{"index":0,"delta":{"content":"Hello"},"logprobs":null,"finish_reason":null}]}
data: {"id":"chatcmpl-abc123","object":"chat.completion.chunk","created":1770613777,"model":"qwen3_32b","choices":[{"index":0,"delta":{"content":"!"},"logprobs":null,"finish_reason":null}]}
data: {"id":"chatcmpl-abc123","object":"chat.completion.chunk","created":1770613777,"model":"qwen3_32b","choices":[{"index":0,"delta":{"content":" How"},"logprobs":null,"finish_reason":null}]}
data: {"id":"chatcmpl-abc123","object":"chat.completion.chunk","created":1770613777,"model":"qwen3_32b","choices":[{"index":0,"delta":{"content":" can"},"logprobs":null,"finish_reason":null}]}
data: {"id":"chatcmpl-abc123","object":"chat.completion.chunk","created":1770613777,"model":"qwen3_32b","choices":[{"index":0,"delta":{"content":" I"},"logprobs":null,"finish_reason":null}]}
data: {"id":"chatcmpl-abc123","object":"chat.completion.chunk","created":1770613777,"model":"qwen3_32b","choices":[{"index":0,"delta":{"content":" help"},"logprobs":null,"finish_reason":null}]}
data: {"id":"chatcmpl-abc123","object":"chat.completion.chunk","created":1770613777,"model":"qwen3_32b","choices":[{"index":0,"delta":{"content":" you"},"logprobs":null,"finish_reason":null}]}
data: {"id":"chatcmpl-abc123","object":"chat.completion.chunk","created":1770613777,"model":"qwen3_32b","choices":[{"index":0,"delta":{"content":"?"},"logprobs":null,"finish_reason":"stop"}]}
data: [DONE]