Last refreshed 2026-05-22. Next refresh: weekly.
Why use GPT OSS Safeguard 20B on Vercel AI Gateway?
Vercel AI Gateway offers GPT OSS Safeguard 20B with pay-as-you-go pricing at $0.07/1M input tokens. Vercel AI Gateway is a unified AI proxy providing a single OpenAI-compatible API endpoint to 275+ models from 25+ providers including Anthropic, OpenAI, Google, Meta, Mistral, DeepSeek, xAI, Alibaba, Amazon, ByteDance, Cohere, MiniMax, MoonshotAI, KwaiPilot, Black Forest Labs, Recraft, Voyage AI, NVIDIA, and more.
Compare GPT OSS Safeguard 20B across 4 providers to find the best fit for your use caseSetup recipe
Python + curlpip install openaiexport AI_GATEWAY_API_KEY=...import os
from openai import OpenAI
client = OpenAI(
api_key=os.environ["AI_GATEWAY_API_KEY"],openai/gpt-oss-safeguard-20bRequest example
import os
from openai import OpenAI
client = OpenAI(
api_key=os.environ["AI_GATEWAY_API_KEY"],
base_url="https://ai-gateway.vercel.sh/v1"
)
response = client.chat.completions.create(
model="openai/gpt-oss-safeguard-20b",
messages=[{"role": "user", "content": "Hello"}]
)
print(response.choices[0].message.content)Gotchas
- Use provider model ID "openai/gpt-oss-safeguard-20b", not the LLMReference slug "gpt-oss-safeguard-20b".
- creator/model-name e.g. kwaipilot/kat-coder-pro-v2
- The examples expect AI_GATEWAY_API_KEY; rename it only if your application config maps the new variable.
Compare GPT OSS Safeguard 20B Across Providers
| Provider | Input (per 1M) | Output (per 1M) |
|---|---|---|
| GroqCloud | $0.07 | $0.30 |
| AWS Bedrock | $0.07 | $0.20 |
| OpenRouter | $0.07 | $0.30 |
| Vercel AI Gateway | $0.07 | $0.30 |
Pricing
| Type | Price (per 1M) |
|---|---|
| Input tokens | $0.07 |
| Output tokens | $0.30 |
Capabilities
About GPT OSS Safeguard 20B
GPT OSS Safeguard 20B is OpenAI's GPT-OSS model focused on content moderation and safety classification. It offers a 128K-token context window with weights openly available for self-hosting.
FAQ
What does GPT OSS Safeguard 20B cost on Vercel AI Gateway?
On Vercel AI Gateway, GPT OSS Safeguard 20B costs $0.075 per 1M input tokens and $0.3 per 1M output tokens.
What is the context window for GPT OSS Safeguard 20B on Vercel AI Gateway?
GPT OSS Safeguard 20B supports a 131,072 token context window on Vercel AI Gateway.
How does Vercel AI Gateway compare to other GPT OSS Safeguard 20B providers?
GPT OSS Safeguard 20B is available from 4 providers. The cheapest input pricing is $0.07/1M tokens from AWS Bedrock.
What API model ID do I use for GPT OSS Safeguard 20B on Vercel AI Gateway?
Use the model ID openai/gpt-oss-safeguard-20b when calling Vercel AI Gateway's API.
Who created GPT OSS Safeguard 20B?
GPT OSS Safeguard 20B was created by OpenAI as part of the GPT-OSS model family.
Is GPT OSS Safeguard 20B open source?
GPT OSS Safeguard 20B is open source according to the seed data.