Unlock exclusive introductory pricing for the newly launched Gemini 3.5 Flash.
Q

qwen3-vl-235b-a22b

入力:$0.24/M
出力:$0.96/M
文脈:2M
最大出力:30K
リリース日:Oct 1, 2025

qwen3-vl-235b-a22b is a multimodal model that unifies strong text generation with visual understanding for images and videos. Its Instruct variant optimizes instruction-following for general multimodal tasks. It excels in perception of real-world/synthetic categories, 2D/3D spatial grounding, and long-form visual comprehension, achieving competitive multimodal benchmark results.

新着
商用利用

qwen3-vl-235b-a22bのPlayground

qwen3-vl-235b-a22bのPlaygroundを探索 — モデルをテストし、リアルタイムでクエリを実行するインタラクティブな環境。プロンプトを試し、パラメータを調整し、即座に反復して開発を加速し、ユースケースを検証します。

What is Qwen3-VL-235B-A22B

Qwen3-VL-235B-A22B is a high-capacity multimodal LLM from the Qwen (Alibaba) family. It combines a large MoE transformer backbone with cross-modal vision encoders and new positional/time encoding techniques to handle multi-image and long-duration video inputs, and to perform tasks such as visual question answering (VQA), long-document OCR, spatial/3D grounding, multimodal code generation, and agentic GUI control. The release includes both Instruct (task/few-shot tuned for instruction following) and Thinking (additional reasoning support and internal “think” mode) variants.


Main features (what makes Qwen3-VL-235B-A22B distinctive)

  • Large MoE design with high active capacity: a MoE stack that activates a subset of experts per request (≈22B active) to give more compute when needed while controlling inference cost.
  • Very long native context (256K) and scalable to ~1M: intended for book-length documents, hours of video, and multi-document workflows without aggressive chunking.
  • Advanced visual reasoning (spatial & temporal): Interleaved-MRoPE and DeepStack modules for timestamp alignment and fine-grained image–text fusion enabling video timeline queries and 3D grounding.
  • Improved OCR & document parsing: expanded OCR language support (advertised ~32 languages), stronger robustness to blur/tilt/low light and long, multi-page document structure parsing.
  • Visual agent + GUI automation: explicit agent capabilities to identify GUI elements, invoke functions or tools, and perform automation tasks on PC/mobile UIs.
  • Visual coding & multimodal program synthesis: can translate images/video/UI sketches into Draw.io/HTML/CSS/JS and assist in UI debugging.

How Qwen3-VL-235B-A22B compares to other models

Below are high-level comparisons to contemporaries; numbers and caps are taken from public provider/model pages and aggregator writeups.

  • Google Gemini 3 Pro — Gemini emphasizes very large multimodal reasoning and agentic tool use; Google advertises 1M token context modes and deep product integrations. Gemini is positioned as a general leader in agentic multimodality (closed-source / proprietary), and often outperforms publicly available open models on some productized benchmarks. Qwen3-VL competes more directly as a high-capacity open-weight alternative optimized for OCR, video timeline alignment, and MoE cost tradeoffs.
  • Grok-4 Heavy (xAI) — Grok-4 is another long-context, high-reasoning model family; some Grok variants list ~256K context windows and strong coding/math performance. Qwen3-VL and Grok-4 both target long-form reasoning; Qwen3-VL differentiates via heavy visual/video/OCR tooling and MoE scaling.
  • DeepSeek-R1 / DeepSeek family — DeepSeek R1 emphasizes efficient training and competitive reasoning performance at lower inference cost; it is often used as an open alternative for reasoning/code tasks. Qwen3-VL targets stronger multimodal and spatial/video capabilities than R1’s primary focus on text reasoning.

Representative use cases

  • Document parsing and large-scale OCR — long, multi-page invoices, books, historical documents with multilingual text.
  • Video understanding & timeline queries — summarize hours of recorded video, locate events by time, align text to video timestamps.
  • Visual question answering & multimodal assistants — multi-turn image + text dialogs (customer support with screenshots, medical imaging notes).
  • GUI automation / visual agents — detect UI elements and drive PC/mobile flows (automation, testing, assistive agents).
  • Multimodal code generation & UI prototyping — convert mockups / images into HTML/CSS/JS or Draw.io diagrams.
  • Research & large-document analysis — book-level summarization, multi-document synthesis with a single context.

How to access Qwen3 VL-235B-A22B API

Step 1: Sign Up for API Key

Log in to cometapi.com. If you are not our user yet, please register first. Sign into your CometAPI console. Get the access credential API key of the interface. Click “Add Token” at the API token in the personal center, get the token key: sk-xxxxx and submit.

Step 2: Send Requests to Qwen3 VL-235B-A22B API

Select the “Qwen3-VL-235B-A22B” endpoint to send the API request and set the request body. The request method and request body are obtained from our website API doc. Our website also provides Apifox test for your convenience. Replace <YOUR_API_KEY> with your actual CometAPI key from your account. base url is Chat

Insert your question or request into the content field—this is what the model will respond to . Process the API response to get the generated answer.

Step 3: Retrieve and Verify Results

Process the API response to get the generated answer. After processing, the API responds with the task status and output data.

qwen3-vl-235b-a22bの料金

qwen3-vl-235b-a22bの競争力のある価格設定をご確認ください。さまざまな予算や利用ニーズに対応できるよう設計されています。柔軟なプランにより、使用した分だけお支払いいただけるため、要件の拡大に合わせて簡単にスケールアップできます。qwen3-vl-235b-a22bがコストを管理しながら、お客様のプロジェクトをどのように強化できるかをご覧ください。

ModelComet Price (USD / M Tokens)Official Price (USD / M Tokens)Discount
qwen3-vl-235b-a22b
入力:$0.24/M
出力:$0.96/M
入力:$0.3/M
出力:$1.2/M
-20%

qwen3-vl-235b-a22bのサンプルコードとAPI

qwen3-vl-235b-a22bの包括的なサンプルコードとAPIリソースにアクセスして、統合プロセスを効率化しましょう。詳細なドキュメントでは段階的なガイダンスを提供し、プロジェクトでqwen3-vl-235b-a22bの潜在能力を最大限に活用できるよう支援します。

curl https://api.cometapi.com/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $COMETAPI_KEY" \
  -d '{
    "model": "qwen3-vl-235b-a22b",
    "messages": [
      {
        "role": "system",
        "content": "You are a helpful assistant."
      },
      {
        "role": "user",
        "content": "Hello!"
      }
    ]
  }'

cURL Code Example

curl https://api.cometapi.com/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $COMETAPI_KEY" \
  -d '{
    "model": "qwen3-vl-235b-a22b",
    "messages": [
      {
        "role": "system",
        "content": "You are a helpful assistant."
      },
      {
        "role": "user",
        "content": "Hello!"
      }
    ]
  }'

Python Code Example

from openai import OpenAI
import os

# Get your CometAPI key from https://api.cometapi.com/console/token, and paste it here
COMETAPI_KEY = os.environ.get("COMETAPI_KEY") or "<YOUR_COMETAPI_KEY>"
BASE_URL = "https://api.cometapi.com/v1"

client = OpenAI(base_url=BASE_URL, api_key=COMETAPI_KEY)

completion = client.chat.completions.create(
    model="qwen3-vl-235b-a22b",
    messages=[
        {"role": "system", "content": "You are a helpful assistant."},
        {"role": "user", "content": "Hello!"},
    ],
)

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

JavaScript Code Example

import OpenAI from "openai";

// Get your CometAPI key from https://api.cometapi.com/console/token, and paste it here
const api_key = process.env.COMETAPI_KEY || "<YOUR_COMETAPI_KEY>";
const base_url = "https://api.cometapi.com/v1";

const openai = new OpenAI({
  apiKey: api_key,
  baseURL: base_url,
});

const completion = await openai.chat.completions.create({
  model: "qwen3-vl-235b-a22b",
  messages: [
    { role: "system", content: "You are a helpful assistant." },
    { role: "user", content: "Hello!" },
  ],
});

console.log(completion.choices[0].message.content);

qwen3-vl-235b-a22bのバージョン

qwen3-vl-235b-a22bに複数のスナップショットが存在する理由としては、アップデート後の出力変動により旧版スナップショットの一貫性維持が必要な場合、開発者に適応・移行期間を提供するため、グローバル/リージョナルエンドポイントに対応する異なるスナップショットによるユーザー体験最適化などが考えられます。各バージョンの詳細な差異については、公式ドキュメントをご参照ください。

Model namedescription
qwen3-vl-235b-a22bstandard
qwen3-vl-235b-a22b-thinkingthinking version