Seedream 5.0 Pro è LIVE | Prova nel Generatore di immagini →
alibaba
qwen/qwen2.5-vl-72b-instruct

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

Data di rilascio: 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.

Prezzi

Pay-per-use

Nessun costo iniziale, paga solo per ciò che usi

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

Prova il modello

qwen/qwen2.5-vl-72b-instruct
Online
alibaba
Ciao! Sono un assistente IA utile. Come posso aiutarti?
Pronto a usare questo modello in un coding agent locale?Setup agent

Utilizzo API

Usa i seguenti esempi di codice per integrare la nostra 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
Tipollm

Funzionalità supportate

Input
TestoImmagine
Output
Testo
Contesto32,000
Output massimo-
Vision✓ Supportato
Function Calling-

Guida all'accesso API

Base URLhttps://llm.wavespeed.ai/v1
API Endpointchat/completions
ID modelloqwen/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

Contesto

32K

Vision

Supportato

Prova Qwen2.5 Vl 72b Instruct su WaveSpeedAI

Accedi a Qwen2.5 Vl 72b Instruct tramite la nostra API unificata — compatibile con OpenAI, senza cold start, prezzi trasparenti.

Domande frequenti su Qwen2.5 Vl 72b Instruct

Quanto costa Qwen2.5 Vl 72b Instruct via API?+

Prezzi su WaveSpeedAI: $0.25 per milione di token in input e $0.75 per milione di token in output. Prompt caching e batch processing sono fatturati separatamente e riducono il costo effettivo su carichi lunghi e ripetitivi.

Qual è la context window di Qwen2.5 Vl 72b Instruct?+

Qwen2.5 Vl 72b Instruct supporta fino a 32K token di contesto e fino a — token di output per richiesta.

Qwen2.5 Vl 72b Instruct è compatibile con OpenAI?+

WaveSpeedAI espone Qwen2.5 Vl 72b Instruct su https://llm.wavespeed.ai/v1 tramite l’interfaccia Chat Completions compatibile con OpenAI. Per la maggior parte dei client OpenAI SDK basta cambiare base URL e API key; i campi opzionali dipendono dal modello.

Come si inizia con Qwen2.5 Vl 72b Instruct?+

Accedi a WaveSpeedAI, crea una API key in Access Keys e invia una richiesta a https://llm.wavespeed.ai/v1/chat/completions con il model id mostrato sopra. Consulta il catalogo attuale per disponibilità, funzionalità e prezzi.

API LLM correlate

Qwen2.5 Vl 72b Instruct API | WaveSpeedAI