Qwen3.5 Omni Flash API

テキスト、画像、音声、ビデオを扱うコスト効率の高いオムニモーダルモデル、最大3時間のオーディオと90以上の言語で1時間のビデオ。

Alibaba Cloudテキスト生成256K コンテキストリリース 2026年3月30日Singapore独自エンドポイント

Qwen3.5 Omni Flash について

テキスト、画像、音声、ビデオを扱うコスト効率の高いオムニモーダルモデル、最大3時間のオーディオと90以上の言語で1時間のビデオ。

別名 Alibaba Cloud Qwen3.5 Omni Flash, Qwen3.5-Omni-Flash, qwen3-5-omni-flash

visionaudio inaudio outmultilingualfunction callingweb search

Qwen3.5 Omni Flash の仕様

モデルID
qwen3-5-omni-flash
プロバイダー
Alibaba Cloud
カテゴリ
テキスト生成
リリース
2026年3月30日
コンテキスト長
256K トークン
最大出力
32,768 トークン
入力
テキスト画像動画音声
出力
テキスト音声
構造化出力
JSON Schema
リージョン
Singapore
エンドポイント
POST/v1/chat/completionsPOST/v1/responsesPOST/v1/messagesPOST/v1/audio/speechPOST/v1beta/models/qwen3-5-omni-flash:generateContent
代替モデルID
qwen3.5-omni-flash

Qwen3.5 Omni Flash API の料金

EmpirioLabs カタログのライブ従量課金料金です。使った分だけの支払いで、月額最低料金はありません。

タイプ
仕様
料金
パスワード
1M プロンプトトークンあたり
per 1M prompt tokens $0.40per 1M prompt tokens $3.00
ソリューション
1M生成トークンあたり
per 1M generated tokens $2.20per 1M generated tokens $11.90
ウェブ検索
リクエストごとに
$0.015
料金ページ全体で比較

Qwen3.5 Omni Flash API の呼び出し方

Qwen3.5 Omni Flash は OpenAI 互換の Chat Completions API を提供します。任意の OpenAI SDK を EmpirioLabs API キーで https://api.empiriolabs.ai/v1 に向け、モデル ID qwen3-5-omni-flash を使ってください。 EmpirioLabs ダッシュボードで API キーを取得してください。

cURL
curl https://api.empiriolabs.ai/v1/chat/completions \
  -H "Authorization: Bearer $EMPIRIOLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen3-5-omni-flash",
    "messages": [
      {"role": "user", "content": "Write a haiku about the ocean."}
    ]
  }'
Python (OpenAI SDK)
from openai import OpenAI

client = OpenAI(
    base_url="https://api.empiriolabs.ai/v1",
    api_key="YOUR_EMPIRIOLABS_API_KEY",
)

response = client.chat.completions.create(
    model="qwen3-5-omni-flash",
    messages=[{"role": "user", "content": "Write a haiku about the ocean."}],
)
print(response.choices[0].message.content)
Qwen3.5 Omni Flash API の完全リファレンス

Qwen3.5 Omni Flash API のパラメーター

EmpirioLabs 上の Qwen3.5 Omni Flash API が対応するリクエストパラメーターです。フィールドを省略した場合はデフォルト値が適用されます。

パラメータタイプデフォルト範囲 / 値説明
temperaturenumber0.70 から 2サンプリング温度。0 = 決定論的、2 = 最大ランダム性。
top_pnumber0.90 から 1原子核サンプリング確率質量。低い方が = より集中しています。
max_tokensnumber40961 から 32768レスポンスには最大トークンを使います。
output_modeenumtexttext, text_audio出力フォーマットモード。テキスト=テキストのみ、音声=合成音声を含む。
voicestringTina-音声出力の音声名(output_mode=音声の場合)。
tool_web_searchbooleanfalse-必要に応じてモデルがウェブ検索を行うことを許可します。
video_fpsnumber20.1 から 10入力映像からサンプル数をサンプリングして解析します。
vl_high_resolution_imagesbooleantrue-入力画像は高解像度で使いましょう。より詳細なものを高くして。
max_pixelsnumber26214401 から 99999999入力画像あたりの最大ピクセル数。大きいほど詳細は多いですが、遅い/トークン数が多いです。
response_formatenum--出力をJSONに制約します。有効なJSONオブジェクトにはJSONモードを使い、提供したスキーマに一致する出力を強制的に行ってください。

知っておくと便利

可聴周波請求 - 音声は、 text/image /videoよりも高いトークンレートで請求されます - 音声出力が有効になっている場合、出力テキストは請求されません。オーディオトークンのみ音声と言語 - 利用可能な55ボイスの木材 - 音声出力は29の言語をサポートし、7の文字が課金されます

Per-tool billing (usage.tool_usage)

When this model invokes tools (web search, code interpreter, etc.) inside a single request, the response carries a normalized usage.tool_usage map alongside the token counts. The example below shows the shape — exact field names, units, and which tools appear can vary slightly per provider:

"usage": {
  "prompt_tokens": 123,
  "completion_tokens": 456,
  "cost_usd": 0.0042,
  "tool_usage": {"web_search": 3, "code_interpreter": 1}
}

The tool counts are already factored into cost_usd — they are surfaced for transparency so you can audit per-tool billing. The field is omitted when no tools were invoked.

Qwen3.5 Omni Flash API: よくある質問

Qwen3.5 Omni Flash API の料金はいくらですか?

EmpirioLabs では Qwen3.5 Omni Flash は従量課金です。このページのライブ料金表は常に API の請求額と一致します。

Qwen3.5 Omni Flash のコンテキストウィンドウはどれくらいですか?

Qwen3.5 Omni Flash は 256K トークンのコンテキストウィンドウに対応しています(1回の応答あたり最大 32,768 出力トークン)。

Qwen3.5 Omni Flash API は OpenAI 互換ですか?

はい。Qwen3.5 Omni Flash は OpenAI 互換の Chat Completions API を提供しているため、既存の OpenAI SDK は base_urlhttps://api.empiriolabs.ai/v1 に向けてモデル ID を qwen3-5-omni-flash に設定するだけで動作します。

統合する前にブラウザで Qwen3.5 Omni Flash を試せますか?

はい。EmpirioLabs プレイグラウンドでは API と同じパラメーターで Qwen3.5 Omni Flash をブラウザ上で実行できるので、コードを書く前にプロンプトを試せます。

Qwen3.5 Omni Flash の API キーはどうやって取得しますか?

EmpirioLabs アカウントを作成し、ダッシュボードの API Keysでキーを生成してください。課金は従量制クレジットなので、実行したリクエストの分だけ支払います。

より良いエンドポイントを使う準備はできていますか?

ご自身のモデルを当社のスタックに展開したい方は、ぜひご価格をご覧ください。