Seedream 5.0 Pro is LIVE | Try in Image Generator →
alibaba
qwen/qwen2.5-vl-72b-instruct

qwen/qwen2.5-vl-72b-instruct

Release date: 2025-02-01

32,000 context · $0.25/M input tokens · $0.75/M output tokens

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.

Pricing

Pay-per-use

No upfront costs, pay only for what you use

Input$0.25 / M Tokens
Output$0.75 / M Tokens

Try the model

qwen/qwen2.5-vl-72b-instruct
Online
alibaba
Hi! I am a helpful AI assistant. What can I do for you?
Ready to use this model in a local coding agent?Agent setup

API Usage

Use the following code examples to integrate with our API:

import OpenAI from 'openai';

if (!process.env.WAVESPEED_API_KEY) throw new Error('Set WAVESPEED_API_KEY');
const client = new OpenAI({
  apiKey: process.env.WAVESPEED_API_KEY,
  baseURL: 'https://llm.wavespeed.ai/v1',
  timeout: 120_000,
  maxRetries: 2,
});

try {
  const response = await client.chat.completions.create({
    model: 'qwen/qwen2.5-vl-72b-instruct',
    messages: [{ role: 'user', content: 'Hello!' }],
  });
  console.log(response.choices[0]?.message?.content ?? '');
} catch (error) {
  console.error('LLM request failed:', error);
  process.exitCode = 1;
}

Info

Provideralibaba
Typellm

Supported Functionality

Input
TextImage
Output
Text
Context32,000
Max Output-
Vision✓ Supported
Function Calling-

API Access Guide

Base URLhttps://llm.wavespeed.ai/v1
API Endpointchat/completions
Model IDqwen/qwen2.5-vl-72b-instruct

Qwen2.5 Vl 72b Instruct API

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.

Input

$0.25 /M

Output

$0.75 /M

Context

32K

Vision

Supported

Try Qwen2.5 Vl 72b Instruct on WaveSpeedAI

Access Qwen2.5 Vl 72b Instruct through our unified API — OpenAI-compatible, no cold starts, transparent pricing.

Frequently Asked Questions about Qwen2.5 Vl 72b Instruct

How much does Qwen2.5 Vl 72b Instruct cost via the API?+

Pricing on WaveSpeedAI: $0.25 per million input tokens and $0.75 per million output tokens. Prompt caching and batch processing are billed separately and reduce effective cost on long, repetitive workloads.

What is the context window of Qwen2.5 Vl 72b Instruct?+

Qwen2.5 Vl 72b Instruct supports up to 32K tokens of context with up to — tokens of output per request.

Is Qwen2.5 Vl 72b Instruct OpenAI-compatible?+

WaveSpeedAI exposes Qwen2.5 Vl 72b Instruct at https://llm.wavespeed.ai/v1 through the OpenAI-compatible Chat Completions interface. Most OpenAI SDK clients work by changing the base URL and API key; optional fields depend on the selected model.

How do I get started with Qwen2.5 Vl 72b Instruct?+

Sign in to WaveSpeedAI, create an API key in Access Keys, then send a request to https://llm.wavespeed.ai/v1/chat/completions with the model id shown above. Check the current model catalog for availability, capabilities, and pricing.

Related LLM APIs

Qwen2.5 Vl 72b Instruct API | WaveSpeedAI