---
title: Qwen2.5-VL-3B-Instruct | Runware Docs
url: https://runware.ai/docs/models/alibaba-qwen2-5-vl-3b-instruct
description: Instruction-tuned vision-language model for image and text understanding
---
# Qwen2.5-VL-3B-Instruct

Qwen2.5-VL-3B-Instruct is a multimodal model that processes images and text together to perform visual reasoning, captioning, question answering, and structured output tasks. It integrates a vision encoder with an instruction-tuned language backbone to support complex visual understanding and interactive multimodal responses.

- **ID**: `alibaba-qwen2-5-vl-3b-instruct`
- **Status**: live
- **Creator**: Alibaba
- **Release Date**: August 24, 2023
- **Capabilities**: Image to Text, Caption, Checkpoint

## Pricing

- **90 - 118 tokens**: `$0.0026`

## Request Parameters

**API Options**

Platform-level options for task execution and delivery.

### [taskType](https://runware.ai/docs/models/alibaba-qwen2-5-vl-3b-instruct#request-tasktype)

- **Type**: `string`
- **Required**: true
- **Value**: `caption`

Identifier for the type of task being performed

### [taskUUID](https://runware.ai/docs/models/alibaba-qwen2-5-vl-3b-instruct#request-taskuuid)

- **Type**: `string`
- **Required**: true
- **Format**: `UUID v4`

UUID v4 identifier for tracking tasks and matching async responses. Must be unique per task.

### [webhookURL](https://runware.ai/docs/models/alibaba-qwen2-5-vl-3b-instruct#request-webhookurl)

- **Type**: `string`
- **Format**: `uri`

Specifies a webhook URL where JSON responses will be sent via HTTP POST when generation tasks complete. For batch requests with multiple results, each completed item triggers a separate webhook call as it becomes available.

**Learn more** (1 resource):

- [Webhooks](https://runware.ai/docs/platform/webhooks) (platform)

### [deliveryMethod](https://runware.ai/docs/models/alibaba-qwen2-5-vl-3b-instruct#request-deliverymethod)

- **Type**: `string`
- **Default**: `sync`

Determines how the API delivers task results.

**Allowed values**:

- `sync` Returns complete results directly in the API response.
- `async` Returns an immediate acknowledgment with the task UUID. Poll for results using getResponse.

**Learn more** (1 resource):

- [Task Polling](https://runware.ai/docs/platform/task-polling) (platform)

### [includeCost](https://runware.ai/docs/models/alibaba-qwen2-5-vl-3b-instruct#request-includecost)

- **Type**: `boolean`

Include task cost in the response.

**Inputs**

Input resources for the task (images, audio, etc). These must be nested inside the \`inputs\` object.

### [image](https://runware.ai/docs/models/alibaba-qwen2-5-vl-3b-instruct#request-inputs-image)

- **Path**: `inputs.image`
- **Type**: `string`
- **Required**: true

Image input (UUID, URL, Data URI, or Base64).

**Core Parameters**

Primary parameters that define the task output.

### [model](https://runware.ai/docs/models/alibaba-qwen2-5-vl-3b-instruct#request-model)

- **Type**: `string`
- **Required**: true
- **Value**: `alibaba-qwen2-5-vl-3b-instruct`

Identifier of the model to use for generation.

**Learn more** (3 resources):

- [Text To Image: Model Selection](https://runware.ai/docs/learn/text-to-image#model-selection) (learn)
- [Image Inpainting: Model Specialized Inpainting Models](https://runware.ai/docs/learn/image-inpainting#model-specialized-inpainting-models) (learn)
- [Image Outpainting: Other Critical Parameters](https://runware.ai/docs/learn/image-outpainting#other-critical-parameters) (learn)

### [prompt](https://runware.ai/docs/models/alibaba-qwen2-5-vl-3b-instruct#request-prompt)

- **Type**: `string`

Instructions or questions to guide the image analysis.

## Response Parameters

### [taskType](https://runware.ai/docs/models/alibaba-qwen2-5-vl-3b-instruct#response-tasktype)

- **Type**: `string`
- **Required**: true
- **Value**: `caption`

Identifier for the type of task this response belongs to.

### [taskUUID](https://runware.ai/docs/models/alibaba-qwen2-5-vl-3b-instruct#response-taskuuid)

- **Type**: `string`
- **Required**: true
- **Format**: `UUID v4`

UUID v4 identifier echoed from the original request, used to match async responses to their tasks.

### [text](https://runware.ai/docs/models/alibaba-qwen2-5-vl-3b-instruct#response-text)

- **Type**: `string`
- **Required**: true

Generated caption text describing the input.

### [cost](https://runware.ai/docs/models/alibaba-qwen2-5-vl-3b-instruct#response-cost)

- **Type**: `float`

Task cost in USD. Present when `includeCost` is set to `true` in the request.

## Examples

### Taxidermy Workshop Curiosity Cabinet (Caption)

---

### Harbor Market Eclipse Tableau (Caption)

---

### Salt-Flat Breakfast Balloonists (Caption)

---

### Rooftop Pigeon Racing Finale (Caption)