Qwen3.7-Plus is Alibaba's most capable multimodal agent model, unifying vision and language into a s…
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-plus",
messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)| 등급 | 입력 / 1M tokens | 출력 / 1M tokens | 캐시 읽기 / 1M |
|---|---|---|---|
| ≤ 256K | $0.350 | $1.42 | $0.071 |
| ≤ ∞ | $1.06 | $4.25 | $0.210 |
| 등급은 요청별 입력 토큰 수에 따라 결정됩니다 | |||