R1 Distill Qwen 32B
R1 Distill Qwen 32B(DeepSeek, 2025)是一款 对话模型。DeepSeek R1 Distill Qwen 32B is a distilled large language model based on [Qwen 2.5 32B](https://huggingface.co/Qwen/Qwen2.5-32B), using outputs from [DeepSeek R1](/deepseek/deepseek-r1). It outperforms OpenAI's o1-mini across various benchmarks, achieving new...
by DeepSeek · 33K token 上下文窗口
最佳适用场景
在 osFoundry 中使用 R1 Distill Qwen 32B 的方式
使用您自己的密钥接入(BYOK)
打开密钥对话框并粘贴您的 DeepSeek API 密钥。osFoundry 会自动发现 R1 Distill Qwen 32B——在 Pipeline 标签中将其分配给 Maestro 角色(router、direct、orchestrator 或 fallback),即可在每次对话中启用。您的密钥、您的服务商账户——零 token 加价。
在 Room App 中使用
Room App 在 manifest 中声明 AI 功能,然后通过 invokeAI 调用:
import { invokeAI } from '@osfoundry/app-sdk'
// 'summarize' is an AI feature declared in your app manifest.
const result = await invokeAI('summarize', userText)
从您自己的应用中调用
模型接入工作区后,您可将其托管为 API,并从您自己的服务、脚本或 CI 中(osFoundry 之外)访问。
自行运行 R1 Distill Qwen 32B
R1 Distill Qwen 32B 也以开源权重形式提供——自行托管,实现完全的数据自主并免除按 token 计费的成本。请查阅该页面了解 GPU 需求以及与 API 定价的成本对比。
R1 Distill Qwen 32B 与同类模型对比
| 模型 | 组织 | 参数量 | 上下文 | 输入价格 | 自行托管 |
|---|
| R1 Distill Qwen 32B | DeepSeek | — | 33K | $ 0.290 /1M | 仅 API |
| Mistral Small 3 | Mistral | — | 33K | $ 0.050 /1M | 仅 API |
| o3 Mini | OpenAI | — | 200K | $ 1.10 /1M | 仅 API |
| Qwen-Plus | Qwen | — | 1000K | $ 0.260 /1M | 仅 API |
许可证
Hosted — usage subject to provider terms — 仅托管模型——使用受服务商 API 条款约束。请使用您自己的服务商密钥。
不分发权重;使用受服务商条款约束。
关于 R1 Distill Qwen 32B 的常见问题
R1 Distill Qwen 32B 的费用是多少?
R1 Distill Qwen 32B 按输入 $ 0.290 /1M、输出 $ 0.290 /1M计费。使用您自己的 DeepSeek API 密钥——osFoundry 透传服务商定价,不加价。
我可以将 R1 Distill Qwen 32B 用于商业用途吗?
允许有条件的商业使用。 仅托管模型——使用受服务商 API 条款约束。请使用您自己的服务商密钥。 不分发权重;使用受服务商条款约束。
R1 Distill Qwen 32B 的上下文窗口有多大?
R1 Distill Qwen 32B 支持 33K token 的上下文窗口。
我可以在本地运行 R1 Distill Qwen 32B 吗?
不可以——R1 Distill Qwen 32B 仅以托管方式提供,通过 DeepSeek API 访问。 存在可自行托管的开源权重等效模型——请参见上方的交叉链接。
R1 Distill Qwen 32B 最擅长什么?
R1 Distill Qwen 32B 非常适合低延迟对话与路由, 请求路由与分诊, 文本分类。
如何在 osFoundry 中使用 R1 Distill Qwen 32B?
在密钥对话框中粘贴您的 DeepSeek API 密钥(若为可自托管的开源权重模型,则部署其权重),在 Pipeline 标签中将 R1 Distill Qwen 32B 分配给某个 Maestro 角色,然后即可在对话、通过 invokeAI 的 Room App 或您自己的应用中使用。
由 DeepSeek 发布,发布日期 2025年1月29日。 来源:https://openrouter.ai/deepseek/deepseek-r1-distill-qwen-32b