Qwen

Qwen: Qwen3.7 Max

Chat
bailian/qwen3.7-max

阿里云百炼 Qwen3.7 系列 Max 模型, 1M context, 支持深度推理 (reasoning_content), 强编码与长程自治执行能力. 通过 DashScope OpenAI-compatible 端点提供.

1M コンテキストウィンドウ
64K 最大出力トークン
リリース日: 2026-05-21
対応プロトコル:OpenAIopenaiAnthropicanthropic
利用可能なプロバイダー:BaiLianAliyun
機能:Function Calling推論プロンプトキャッシュ

Providers

BaiLianAliyun
入力トークン
$2.5/M
出力トークン
$7.5/M
キャッシュ読込
$0.25/M
キャッシュ書込
$3.125/M
Web検索
$0.01/R
Protocols
OpenAIopenai/v1/chat/completions/v1/responses
Anthropicanthropic

コード例

from openai import OpenAI
client = OpenAI(
base_url="https://api.ofox.io/v1",
api_key="YOUR_OFOX_API_KEY",
)
response = client.chat.completions.create(
model="bailian/qwen3.7-max",
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(response.choices[0].message.content)

よくある質問

Ofox.aiでのQwen: Qwen3.7 Maxの料金は、入力100万トークンあたり$2.5/M、出力100万トークンあたり$7.5/Mです。従量課金制、月額料金なし。