Qwen3.7-Max — Alibaba's flagship proprietary model, designed as a foundation for the agent era. Nati…
from 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.7-max",
messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)| 入力 / 1M tokens | $2.00 |
| 出力 / 1M tokens | $5.00 |
| キャッシュ読み取り / 1M | $0.140 |
| キャッシュ書き込み / 1M | $1.80 |
| 通貨 | USD |