qwenVision
Qwen: Qwen2.5 VL 72B Instruct
Try in chat →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
128k tokens
Input / 1M tokens
$0.80
Output / 1M tokens
$1
Benchmark
—
Uptime & performance
Loading…
Pricing
Input tokens$0.80 per 1M tokens
Output tokens$1 per 1M tokens
Cache read$0.40 per 1M tokens
Apps and activity
Loading…
Technical details
Model IDqwen/qwen2.5-vl-72b-instruct
Context window128k tokens
Input modalitiestext, image
Output modalitiestext
TokenizerQwen
Max output tokens115,200
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?
Try it in the browser first, then get an API key and start making requests in minutes.