Qwen3.5 27B — 開放權重密集多模態(文字/圖像/影片),27B 參數,32k 上下文(視覺模式)。
相容 OpenAI——沿用你現有的 SDK
https://api.orcarouter.ai/v1from openai import OpenAI
client = OpenAI(
base_url="https://api.orcarouter.ai/v1",
api_key="$ORCAROUTER_API_KEY",
)
response = client.chat.completions.create(
model="qwen/qwen3.5-27b",
messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)enable_searchenable_thinkinginclude_reasoninglogprobsmax_tokensnparallel_tool_callspresence_penaltyreasoningrepetition_penaltyresponse_formatseedstopstreamstream_optionstemperaturethinking_budgettool_choicetoolstop_ktop_logprobstop_p| 階梯 | 輸入 / 1M tokens | 輸出 / 1M tokens |
|---|---|---|
| ≤ 128K | $0.086 | $0.688 |
| ≤ 256K | $0.258 | $2.064 |
| 階梯依每次請求的輸入 token 數確定 | ||
基於標價的估算
階梯定價——此估算使用基礎級距費率。
僅為估算——實際 Token 數取決於供應商的分詞器。
@misc{orcarouter_qwen3_5_27b,
title = {Qwen3.5-27B API},
author = {Qwen},
year = {2026},
howpublished = {OrcaRouter},
url = {https://www.orcarouter.ai/models/qwen/qwen3.5-27b}
}Qwen. (2026). Qwen3.5-27B API. OrcaRouter. https://www.orcarouter.ai/models/qwen/qwen3.5-27b