返回模型列表

Qwen: Qwen3 8B

qwen/qwen3-8b
Apr 28, 202541.0K 上下文8.2K 最大输出$0.18/M in · $0.70/M out推理

描述

Qwen3-8B 是 Qwen3 系列中 8.2B 参数的稠密(dense)因果语言模型,兼顾重推理任务与高效对话。模型支持在用于数学、编码、逻辑推理的 thinking 模式与用于通用对话的 non-thinking 模式之间无缝切换。经过指令遵循、agent 集成、创意写作和多语言使用微调,覆盖 100 多种语言与方言。原生支持 32K tokens context window,使用 YaRN 扩展可达 131K tokens。

技术规格

供应商
qwen
上下文长度
41.0K
最大输出
8.2K
模态类型
输入text
输出text

定价

类型价格 / 百万 Token
输入$0.18
输出$0.70

快速开始

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen/qwen3-8b",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'
Qwen: Qwen3 8B — Pricing & API on OminiGate