v1
latestOpenAPI 3.1.02026-07-266827131.9 KBChat Completions qwen ilm
Generate chat completions using Qwen ILM or VLM models with image and video inputs.
post/iu/chat/completions
Request body
Example request
{
"model": "qwen:qwen3-vl-plus"
}Response
Chat completion response with structured output
Example response
{
"id": "6612267a-d08f-9ea0-a254-7bcea6339f49",
"object": "completion",
"model": "qwen3-vl-plus",
"created_at": 1767094289,
"status": "completed",
"choices": [
{
"text": "This image is from the game Half-Life 2, showing a game scene from a first-person perspective."
}
],
"usage": {
"input_tokens": 235,
"output_tokens": 229,
"total_tokens": 464
},
"meta": {
"provider": "qwen",
"provider_model": "qwen3-vl-plus"
}
}