qwenVision

Qwen: Qwen2.5 VL 72B Instruct

Qwen2.5-VL is proficient in recognizing common objects such as flowers, birds, fish, and insects. It is also highly capable of analyzing texts, charts, icons, graphics, and layouts within images.

Context
131k tokens
Input / 1M tokens
$0.80
Output / 1M tokens
$1
Benchmark

Pricing

Input tokens$0.80 per 1M tokens
Output tokens$1 per 1M tokens
Cache read$0.40 per 1M tokens

Technical details

Model IDqwen/qwen2.5-vl-72b-instruct
Context window131k tokens
Input modalitiestext, image
Output modalitiestext
TokenizerQwen
Max output tokens128,000

Use with MegaBrain

import OpenAI from 'openai'

const client = new OpenAI({
  baseURL: 'https://getmegabrain.com/api/gateway/v1',
  apiKey: process.env.MEGABRAIN_API_KEY,
})

const response = await client.chat.completions.create({
  model: 'qwen/qwen2.5-vl-72b-instruct',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Qwen: Qwen2.5 VL 72B Instruct?

Get an API key and start making requests in minutes.

Get an API key