Back to Models

Qwen: Qwen2.5 VL 72B Instruct

qwen/qwen2.5-vl-72b-instruct
Feb 1, 202532.8K context32.8K max output$0.25/M in · $0.75/M out

Description

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.

Specifications

Provider
qwen
Context Length
32.8K
Max Output
32.8K
Modality
Intextimage
Outtext

Pricing

TypePrice / 1M tokens
Input$0.25
Output$0.75

Quick Start

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen/qwen2.5-vl-72b-instruct",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'