返回模型列表

OpenAI: gpt-oss-20b

openai/gpt-oss-20b
Aug 5, 2025131.1K 上下文131.1K 最大输出$0.03/M in · $0.14/M out推理

描述

gpt-oss-20b 是 OpenAI 在 Apache 2.0 license 下发布的 open-weight 21B 参数模型。采用 Mixture-of-Experts (MoE) 架构,每次 forward pass 激活 3.6B 参数,面向更低延迟 inference 和消费级或单 GPU 硬件部署优化。模型以 OpenAI 的 Harmony response 格式训练,支持 reasoning 层级配置、fine-tuning 以及 agentic 能力(包括 function calling、tool use 和结构化输出)。

技术规格

供应商
openai
上下文长度
131.1K
最大输出
131.1K
模态类型
输入text
输出text

定价

类型价格 / 百万 Token
输入$0.03
输出$0.14

快速开始

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