Robots Atlas>ROBOTS ATLAS
GPT-3

GPT-3

175B (davinci) · Family: GPT
OpenAI's 175-billion-parameter language model (2020) that popularized few-shot in-context learning without weight fine-tuning.
⚠ Deprecated✓ Public accessLLM📁 GPT
Context window
2048 tokenów
tokens
Parameters
175B
parameters
Max output
2,048
tokens
Release date
28 May 2020
Access:APIHostedDeployment:☁ Cloud

Overview

GPT-3 (Generative Pre-trained Transformer 3) is OpenAI's autoregressive language model introduced in May 2020 in the paper "Language Models are Few-Shot Learners" (Brown et al.). Its largest variant has 175 billion parameters — ten times more than any previous dense language model.

The paper's central finding was that scaling alone dramatically improves on-the-fly learning: GPT-3 performs new tasks purely from an instruction and a few examples given in the prompt (few-shot / in-context learning), with no gradient updates or weight fine-tuning.

The architecture is a Transformer decoder (96 layers in the 175B variant) with a 2,048-token context window, trained self-supervised on roughly 300 billion tokens from Common Crawl, WebText2, book corpora and Wikipedia. The weights are closed, and the model was offered exclusively through the OpenAI API.

GPT-3 popularized the "prompting instead of fine-tuning" paradigm and became the foundation for products such as ChatGPT and the later GPT-3.5 and GPT-4 families. The original completions models (davinci, curie, babbage, ada) have since been deprecated by OpenAI.

Classification
LLM
Family: GPT
Access & deployment
APIHosted
Cloud
Weights: Closed
Key parameters
📏 Context: 2048 tokenów
🧩 Parameters: 175B
✓ Fine-tuning
📥 Input: text

Technical specification

Context window
2048 tokenów
tokens
Parameters
175B
parameters
Max output tokens
2,048
tokens per response
License
Proprietary (OpenAI API)
Hardware requirements
Training: ~3.14×10^23 FLOPs on a Microsoft Azure V100 GPU cluster. The 16-bit model needs ~350 GB. Weights are closed — inference only via the OpenAI API (cloud).
Features:Fine-tuning
Modalities
⬇ Input
text
⬆ Output
text

Capabilities and applications

Native model capabilities
Language modeling
Ability to predict subsequent tokens and generate coherent natural-language text based on the preceding context.
Category: language
Zero-shot learning
The model's ability to perform a new task without dataset-specific training or hyperparameter tuning — prediction is produced in a single pass from context.
Category: other
Few-shot learning
The model's ability to perform a new task from a handful of examples provided directly in the prompt, without any weight updates or fine-tuning.
Category: other

Benchmark results

6 benchmarks
LAMBADA
accuracy · few-shot (64-shot)
86.4%
📅 28 May 2020📄 paper
Score reported in "Language Models are Few-Shot Learners" (GPT-3 175B).
HellaSwag
accuracy · few-shot
79.3%
📅 28 May 2020📄 paper
Score reported in "Language Models are Few-Shot Learners" (GPT-3 175B).
TriviaQA
accuracy · few-shot
71.2%
📅 28 May 2020📄 paper
Score reported in "Language Models are Few-Shot Learners" (GPT-3 175B).
WinoGrande
accuracy · few-shot
77.7%
📅 28 May 2020📄 paper
Score reported in "Language Models are Few-Shot Learners" (GPT-3 175B).
PIQA
accuracy · few-shot
82.8%
📅 28 May 2020📄 paper
Score reported in "Language Models are Few-Shot Learners" (GPT-3 175B).
ARC-Challenge
accuracy · few-shot
51.5%
📅 28 May 2020📄 paper
Score reported in "Language Models are Few-Shot Learners" (GPT-3 175B).

Pricing

Technical architecture