Qwen3.5 Flash — multimodal chat (text/image/video) optimized for cost, 1M context.
from openai import OpenAI
client = OpenAI(
base_url="https://orcarouter.ai/v1",
api_key="$ORCAROUTER_API_KEY",
)
response = client.chat.completions.create(
model="qwen/qwen3.5-flash",
messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)| Input / 1M tokens | $0.100 |
| Output / 1M tokens | $0.400 |
| Currency | USD |