qwen/qwen2.5-vl-72b-instruct
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.
従量課金
初期費用なし、使った分だけお支払い
以下のコード例を使用して API と連携してください:
from openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://llm.wavespeed.ai/v1"
)
response = client.chat.completions.create(
model="qwen/qwen2.5-vl-72b-instruct",
messages=[
{"role": "user", "content": "Hello!"}
]
)
print(response.choices[0].message.content)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
対応
統合APIを通じてQwen2.5 Vl 72b Instructにアクセス — OpenAI互換、コールドスタートなし、透明な料金。
WaveSpeedAI の料金: 入力 100 万トークンあたり $0.25、出力 100 万トークンあたり $0.75。プロンプトキャッシュとバッチ処理は別途料金で、長く反復的なワークロードでは実効コストを下げられます。
Qwen2.5 Vl 72b Instruct はリクエストあたり最大 32K のコンテキストトークンと最大 — の出力トークンをサポートします。
はい。WaveSpeedAI は OpenAI 互換エンドポイント https://llm.wavespeed.ai/v1 で Qwen2.5 Vl 72b Instruct を提供します。公式 OpenAI SDK のベース URL をこちらに変更し WaveSpeedAI の API キーを設定するだけで利用可能です。
WaveSpeedAI にサインインし、Access Keys で API キーを作成して、上に表示されているモデル ID を指定して https://llm.wavespeed.ai/v1/chat/completions にリクエストを送信してください。新規アカウントには Qwen2.5 Vl 72b Instruct を試用できる無料クレジットが付与されます。