Skip to main content
Vincony
OP
OpenAI
Text

GPT-OSS 20B

openai/gpt-oss-20b

1 credit / request
Compare with…Added 2026

GPT-OSS 20B is OpenAI's compact open-source model, designed for self-hosted applications where compute resources are limited. Despite its smaller size, it delivers solid performance on common text tasks.

Key Features

Compact 20B parameter model

Runs on consumer-grade GPUs

Open weights for full customization

Good for fine-tuning on domain data

Ideal Use Cases

1.

Edge and on-device deployment

2.

Resource-constrained self-hosting

3.

Domain-specific fine-tuning

4.

Research and experimentation

Technical Specifications

Parameters20B
ModalityText → Text
ProviderOpenAI
CategoryText Generation
LicenseOpen Source
Context Window64K tokens

API Usage

1curl -X POST https://api.vincony.com/v1/chat/completions \
2 -H "Authorization: Bearer YOUR_API_KEY" \
3 -H "Content-Type: application/json" \
4 -d '{
5 "model": "openai/gpt-oss-20b",
6 "messages": [
7 { "role": "user", "content": "Hello, GPT-OSS 20B!" }
8 ]
9 }'

Replace YOUR_API_KEY with your Vincony API key. OpenAI-compatible endpoint — works with any OpenAI SDK.

Compare with Another Model

Or compare up to 3 models

Frequently Asked Questions

Try GPT-OSS 20B now

Start using GPT-OSS 20B instantly — 100 free credits, no credit card required. Access 343+ AI models through one platform.

Vincony — Access the World's Best AI Models