Qwen3-VL——迄今为止Qwen系列中最强大的视觉-语言模型。 这一代产品在各个方面都实现了全面升级:卓越的文本理解与生成能力、更深层的视觉感知与推理能力、扩展的上下文长度、增强的空间和视频动态理解能力,以及更强的智能体交互能力。提供Dense和MoE两种架构,可从边缘设备扩展到云端部署,并配备Instruct版本和推理增强的Thinking版本,以实现灵活的按需部署。
模型价格立即体验模型
| 输入 | ¥2/Mt |
| 输出 | ¥8/Mt |
示例代码
1base_url="https://api.ppinfra.com/openai"
2api_key="<您的 API Key>"
3
4curl "$base_url/v1/chat/completions" \
5 -H "Content-Type: application/json" \
6 -H "Authorization: Bearer $api_key" \
7 -d @- << 'EOF'
8{
9 "model": "qwen/qwen3-vl-235b-a22b-instruct",
10 "messages": [
11
12 {
13 "role": "user",
14 "content": "Hi there!"
15 }
16 ],
17 "response_format": { "type": "text" }
18}
19EOF
20 模型信息
上下文窗口:
131072
最大输出 token 数:
32768
模态:
支持的功能
API 接入指南
Base URL:
https://api.ppinfra.com/openai
API Endpoints:
/v1/chat/completions
Model ID:
qwen/qwen3-vl-235b-a22b-instruct
API Key:
创建 & 查询您的 API KeyRate Limits
| 用量级别 | RPM | TPM |
|---|---|---|
| T1 | 30 | 50,000,000 |
| T2 | 100 | 50,000,000 |
| T3 | 1,000 | 50,000,000 |
| T4 | 3,000 | 50,000,000 |
| T5 | 6,000 | 50,000,000 |
功能使用教程