Qwen VL Max
Chatbailian/qwen-vl-maxQwen 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
Aliyun
Supported Protocols
openai
Providers
Aliyun
Input Tokens
$0.23/M
Output Tokens
$0.58/M
Cache Read
$0.046/M
Protocols
openai
/v1/chat/completionsCode Examples
from openai import OpenAIclient = 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)
Related Models
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.
Qwen VL Max supports a context window of 128K tokens with max output of 8K tokens, allowing you to process large documents and maintain long conversations.
Simply set your base URL to https://api.ofox.ai/v1 and use your Ofox API key. The API is OpenAI-compatible โ just change the base URL and API key in your existing code.
Qwen VL Max supports the following capabilities: Vision, Function Calling. Access all features through the Ofox.ai unified API.