模型/Qwen/qwen3.7-max
Qwen

qwen3.7-max

文本推理
上下文
1M
输入
$7.2
/M tokens
输出
$21.6
/M tokens

暂无该模型的描述信息。

快速开始

如何调用

POST /v1/chat/completions
bash
curl https://conduit-api.bifrostapi.net/v1/chat/completions \
  -H "Authorization: Bearer ck-YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"qwen3.7-max","messages":[{"role":"user","content":"Hello!"}]}'

→ OpenAI 兼容。加 "stream": true(配 "stream_options":{"include_usage":true})走流式。

鉴权 · 计费 · 流式 → 快速接入

支持推理强度调节

在 model 名后加 -low / -medium / -high / -xhigh 后缀,网关自动注入 reasoning_effort 参数。

来自 Qwen 的其他模型