GPT-5.6 is here ๐ŸŽ‰ 20% off all GPT ๐ŸŽ‰ All July ๐Ÿ”ฅLearn more
Qwen

Qwen VL Max

Chat
bailian/qwen-vl-max
CompareGet Started

Qwen VL Max is Alibaba's top-tier vision-language model, served through Dashscope for multimodal work such as image understanding and visual reasoning. It accepts image input alongside text and supports tool use (function calling). Context window: 128K tokens, output: 8K. Accessible via the OpenAI-compatible protocol.

Context Window
128K
Max Output Tokens
8K
Released
2025-08-13
Capabilities
VisionFunction Calling
Available Providers
BaiLianAliyun
Supported Protocols
OpenAIopenai

Providers

BaiLianAliyun
Input Tokens
$0.23/M
Output Tokens
$0.58/M
Cache Read
$0.046/M
Protocols
OpenAIopenai/v1/chat/completions

Code Examples

from openai import OpenAI
client = OpenAI(
base_url="https://api.ofox.ai/v1",
api_key="YOUR_OFOX_API_KEY",
)
response = client.chat.completions.create(
model="bailian/qwen-vl-max",
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(response.choices[0].message.content)

Frequently Asked Questions

Qwen VL Max on Ofox.ai costs $0.23/M per million input tokens and $0.58/M per million output tokens. Pay-as-you-go, no monthly fees.