Haimaker.ai Logo
Qwen logo

Qwen Vl Plus

qwen/qwen-vl-plus
Chat
Qwen|
Vision
Context Window
8K
tokens
Max Output
2K
tokens
Input Price
$0.21
/1M tokens
Output Price
$0.63
/1M tokens

Overview

Qwen Vl Plus is a chat model by Qwen. It supports a 8K token context window. Supports vision.

Features & Capabilities

Modechat
Context Window8K tokens
Max Output2K tokens
Function Calling-
VisionSupported
Reasoning-
Web Search-
Url Context-

API Usage

from openai import OpenAI

client = OpenAI(
    base_url="https://api.haimaker.ai/v1",
    api_key="YOUR_API_KEY",
)

response = client.chat.completions.create(
    model="qwen/qwen-vl-plus",
    messages=[
        {"role": "user", "content": "Hello, how are you?"}
    ],
)

print(response.choices[0].message.content)

Use Qwen Vl Plus with the haimaker API

OpenAI-compatible endpoint. Start building in minutes.

Get API Access

More from Qwen