Seedream 5.0 Pro 提供開始 | 画像ジェネレーターで試す →
alibaba
qwen/qwen2.5-vl-72b-instruct

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

リリース日: 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.

料金

従量課金

初期費用なし、使った分だけお支払い

入力$0.25 / M Tokens
出力$0.75 / M Tokens

モデルを試す

qwen/qwen2.5-vl-72b-instruct
オンライン
alibaba
こんにちは!お手伝いできるAIアシスタントです。何かお手伝いできることはありますか?
このモデルをローカル coding agent で使いますか?Agent 設定

API 利用

以下のコード例を使用して 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;
}

情報

プロバイダーalibaba
タイプllm

対応機能

入力
テキスト画像
出力
テキスト
コンテキスト32,000
最大出力-
Vision✓ 対応
Function Calling-

API アクセスガイド

Base URLhttps://llm.wavespeed.ai/v1
API エンドポイントchat/completions
モデル 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.

入力

$0.25 /M

出力

$0.75 /M

コンテキスト

32K

Vision

対応

WaveSpeedAIでQwen2.5 Vl 72b Instructを試す

統合APIを通じてQwen2.5 Vl 72b Instructにアクセス — OpenAI互換、コールドスタートなし、透明な料金。

Qwen2.5 Vl 72b Instructに関するよくある質問

Qwen2.5 Vl 72b Instruct API の料金はいくらですか?+

WaveSpeedAI の料金: 入力 100 万トークンあたり $0.25、出力 100 万トークンあたり $0.75。プロンプトキャッシュとバッチ処理は別途料金で、長く反復的なワークロードでは実効コストを下げられます。

Qwen2.5 Vl 72b Instruct のコンテキストウィンドウはどのくらいですか?+

Qwen2.5 Vl 72b Instruct はリクエストあたり最大 32K のコンテキストトークンと最大 — の出力トークンをサポートします。

Qwen2.5 Vl 72b Instruct は OpenAI 互換ですか?+

WaveSpeedAI は https://llm.wavespeed.ai/v1 の OpenAI 互換 Chat Completions インターフェースで Qwen2.5 Vl 72b Instruct を提供します。多くの OpenAI SDK クライアントはベース URL と API キーの変更で利用できますが、オプション項目はモデルごとに異なります。

Qwen2.5 Vl 72b Instruct を使い始めるには?+

WaveSpeedAI にサインインし、Access Keys で API キーを作成して、上に表示されたモデル ID を指定して https://llm.wavespeed.ai/v1/chat/completions にリクエストを送信してください。提供状況、機能、料金は最新のモデルカタログで確認してください。

関連 LLM API

Qwen2.5 Vl 72b Instruct API | WaveSpeedAI