
텍스트, 이미지, 오디오, 비디오를 위한 대표적인 옴니모달 모델입니다. 3시간 오디오, 1시간 비디오, 90+ 입력 및 30+ 출력 언어, 55가지 음성 음색.
텍스트, 이미지, 오디오, 비디오를 위한 대표적인 옴니모달 모델입니다. 3시간 오디오, 1시간 비디오, 90+ 입력 및 30+ 출력 언어, 55가지 음성 음색.
다른 이름 Qwen3.5 Omni, Alibaba Cloud Qwen3.5 Omni Plus
qwen3-5-omni-plus/v1/chat/completionsPOST/v1/responsesPOST/v1/messagesPOST/v1/audio/speechPOST/v1beta/models/qwen3-5-omni-plus:generateContentPOST/v1/audio/speech:streamqwen3.5-omni-plusEmpirioLabs 카탈로그의 실시간 종량제 요금입니다. 사용한 만큼만 결제하며 월 최소 요금이 없습니다.
Qwen3.5 Omni Plus은(는) OpenAI 호환 Chat Completions API를 제공합니다. 아무 OpenAI SDK나 EmpirioLabs API 키와 함께 https://api.empiriolabs.ai/v1로 지정하고 모델 ID qwen3-5-omni-plus를 사용하세요. EmpirioLabs 대시보드에서 API 키를 발급받으세요.
curl https://api.empiriolabs.ai/v1/chat/completions \
-H "Authorization: Bearer $EMPIRIOLABS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen3-5-omni-plus",
"messages": [
{"role": "user", "content": "Write a haiku about the ocean."}
]
}'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-plus",
messages=[{"role": "user", "content": "Write a haiku about the ocean."}],
)
print(response.choices[0].message.content)EmpirioLabs에서 Qwen3.5 Omni Plus API가 지원하는 요청 파라미터입니다. 필드를 생략하면 기본값이 적용됩니다.
| 파라미터 | 유형 | 기본값 | 범위 / 값 | 설명 |
|---|---|---|---|---|
| temperature | number | 0.7 | 0 ~ 2 | 샘플링 온도. 0은 결정론적이고 2는 최대 무작위성입니다. |
| top_p | number | 0.9 | 0 ~ 1 | 핵 샘플링 확률 질량. 값이 낮을수록 출력이 더 집중됩니다. |
| max_tokens | number | 4096 | 1 ~ 32768 | 최대 출력 토큰. |
| output_mode | enum | text | text, text_audio | 출력 포맷 모드. 텍스트 = 텍스트만, 오디오 = 합성 음성 포함. |
| voice | string | Tina | - | 오디오 출력의 음성 이름(output_mode = 오디오일 때). |
| vl_high_resolution_images | boolean | true | - | 이미지 입력에는 고해상도 처리를 사용하세요. |
| max_pixels | number | 2621440 | 1 ~ 99999999 | 고해상도 처리가 비활성화되었을 때 이미지당 최대 픽셀 수. |
| video_fps | number | 2 | 0.1 ~ 10 | 초당 프레임으로 비디오 입력을 샘플링하는 것. |
| tool_web_search | boolean | false | - | 실시간 정보를 웹에서 검색하세요. 호출된 각 호출마다 요청 비용이 $0.015 추가됩니다. |
| response_format | enum | - | - | 출력을 유효한 JSON 형식으로 제한하세요. JSON 객체에 대해 JSON 모드를 사용하거나, 정확한 응답 형태를 강제하는 JSON 스키마를 제공하세요. |
오디오 청구 - 오디오는 text/image/비디오보다 더 높은 토큰 요금으로 청구됩니다 - 오디오 출력이 활성화되면 텍스트 출력이 충전되지 않고 오디오 토큰만 충전됩니다 음성 및 언어 - 55가지 음성 음색 사용 가능 - 오디오 출력은 29개 언어, 7개 방언을 지원합니다.
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.
EmpirioLabs에서 Qwen3.5 Omni Plus은(는) 종량제로 청구됩니다. 이 페이지의 실시간 요금표는 항상 API 청구 금액과 일치합니다.
Qwen3.5 Omni Plus은(는) 256K 토큰 컨텍스트 윈도우를 지원합니다 (응답당 최대 32,768 출력 토큰).
네. Qwen3.5 Omni Plus은(는) OpenAI 호환 Chat Completions API를 제공하므로, 기존 OpenAI SDK에서 base_url을 https://api.empiriolabs.ai/v1로 지정하고 모델 ID를 qwen3-5-omni-plus로 설정하면 바로 동작합니다.
네. EmpirioLabs 플레이그라운드에서 API와 동일한 파라미터로 Qwen3.5 Omni Plus을(를) 브라우저에서 실행하므로 코드를 작성하기 전에 프롬프트를 테스트할 수 있습니다.
EmpirioLabs 계정을 만든 다음 대시보드의 API Keys에서 키를 생성하세요. 요금은 종량제 크레딧이라 실행한 요청에 대해서만 결제합니다.