Back to all LLMs

GPT-5.2

400K context with state-of-the-art long-horizon reasoning and tool-calling for complex multi-step projects. Near 100% accuracy on long-context retrieval tasks (4-needle MRCR to 256k tokens) and 98.7% on multi-turn tool usage. Designed for professional knowledge work with stronger vision, coding, and document analysis capabilities. If you want to compare the best LLMs for your data, try Agentset.

Leaderboard Rank
#9
of 16
ELO Rating
1491
#9
Win Rate
40.1%
#9
Latency
5380ms
#2

Model Information

Provider
OpenAI
License
Proprietary
Input Price per 1M
$1.75
Output Price per 1M
$14.00
Context Window
400K
Release Date
2025-12-11
Model Name
gpt-5.2
Total Evaluations
1350

Performance Record

Wins541 (40.1%)
Losses583 (43.2%)
Ties226 (16.7%)
Wins
Losses
Ties

LLMs Are Just One Piece of RAG

Agentset gives you a managed RAG pipeline with the top-ranked models and best practices baked in. No infrastructure to maintain, no LLM orchestration to manage.

Trusted by teams building production RAG applications

5M+
Documents
1,500+
Teams
99.9%
Uptime

Performance Overview

ELO ratings by dataset

GPT-5.2's ELO performance varies across different benchmark datasets, showing its strengths in specific domains.

GPT-5.2 - ELO by Dataset

Detailed Metrics

Dataset breakdown

Performance metrics across different benchmark datasets, including accuracy and latency percentiles.

SciFact

ELO 154934.7% WR156W-153L-141T

Quality Metrics

Correctness
4.93
Faithfulness
5.00
Grounding
5.00
Relevance
5.00
Completeness
4.80
Overall
4.95

Latency Distribution

Mean
4785ms
Min
1318ms
Max
10172ms

MSMARCO

ELO 152228.7% WR129W-266L-55T

Quality Metrics

Correctness
5.00
Faithfulness
5.00
Grounding
5.00
Relevance
4.97
Completeness
4.83
Overall
4.96

Latency Distribution

Mean
2652ms
Min
796ms
Max
5810ms

PG

ELO 140256.9% WR256W-164L-30T

Quality Metrics

Correctness
5.00
Faithfulness
5.00
Grounding
5.00
Relevance
4.97
Completeness
4.97
Overall
4.99

Latency Distribution

Mean
8702ms
Min
2755ms
Max
14361ms

Build RAG in Minutes, Not Months

Agentset gives you a complete RAG API with top-ranked LLMs and smart retrieval built in. Upload your data, call the API, and get grounded answers from day one.

import { Agentset } from "agentset";

const agentset = new Agentset();
const ns = agentset.namespace("ns_1234");

const results = await ns.search(
  "What is multi-head attention?"
);

for (const result of results) {
  console.log(result.text);
}

Compare Models

See how it stacks up

Compare GPT-5.2 with other top llms to understand the differences in performance, accuracy, and latency.