模型/Qwen/qwen3-32b
Qwen

Qwen3 32B

文本
上下文
32.8K
最大输出
41.0K
输入
$0.08
/M tokens
输出
$0.28
/M tokens

Qwen3-32B is a dense 32.8B parameter causal language model from the Qwen3 series, optimized for both complex reasoning and efficient dialogue.

快速开始

如何调用

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-32b","messages":[{"role":"user","content":"Hello!"}]}'

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

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

来自 Qwen 的其他模型