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)| Input / 1M token | $2.00 |
| Output / 1M token | $5.00 |
| Lettura cache / 1M | $0.140 |
| Scrittura cache / 1M | $1.80 |
| Valuta | USD |