v1
latestOpenAPI 3.1.02026-07-266827131.9 KBChat Completions qwen
Generate chat completions using Qwen ILM or VLM models with image and video inputs.
post/vu/chat/completions
Request body
Example request
{
"model": "qwen:qwen3-vl-plus"
}Response
Chat completion response with structured output
Example response
{
"id": "9212f247-2372-95b3-8c9b-968368a952fc",
"object": "completion",
"model": "qwen3-vl-plus",
"created_at": 1767095035,
"status": "completed",
"choices": [
{
"text": "This video shows an interesting scientific experiment conducted in a vacuum environment, titled \"Vacuum vs Orange\"."
}
],
"usage": {
"input_tokens": 34578,
"output_tokens": 561,
"total_tokens": 35139
},
"meta": {
"provider": "qwen",
"provider_model": "qwen3-vl-plus"
}
}