Qwen3-VL 8B Instruct — 开源权重小型视觉语言模型,8B 参数,128k 上下文,无思考模式。
兼容 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-vl-8b-instruct",
messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)enable_searchlogprobsmax_tokensnparallel_tool_callspresence_penaltyrepetition_penaltyresponse_formatseedstopstreamstream_optionstemperaturetool_choicetoolstop_ktop_logprobstop_p| 输入 / 1M tokens | $0.180 |
| 输出 / 1M tokens | $0.700 |
| 货币 | USD |
基于标价的估算
仅为估算——实际 Token 数取决于提供商的分词器。
@misc{orcarouter_qwen3_vl_8b_instruct,
title = {Qwen3 VL 8B Instruct API},
author = {Qwen},
year = {2025},
howpublished = {OrcaRouter},
url = {https://www.orcarouter.ai/models/qwen/qwen3-vl-8b-instruct}
}Qwen. (2025). Qwen3 VL 8B Instruct API. OrcaRouter. https://www.orcarouter.ai/models/qwen/qwen3-vl-8b-instruct