Robots Atlas>ROBOTS ATLAS
GPT-Red

GPT-Red

GPT-Red v1 (July 2026) · Family: GPT
GPT-Red (OpenAI, 15 July 2026) — internal (never released) automated red-teaming model trained with self-play RL to find prompt-injection vulnerabilities. On the indirect prompt injection arena scores 84% attack success vs 13% for human red-teamers. Used to train GPT-5.6 Sol — 6x fewer failures on the hardest benchmark. Discovered the Fake Chain-of-Thought attack class.
✓ Active⏳ Limited accessFeaturedLLMReasoning model📁 GPT
Context window
nieujawnione
tokens
Parameters
nieujawnione
parameters
Release date
15 July 2026
Access:HostedDeployment:☁ Cloud

Overview

GPT-Red is OpenAI's internal (internal-only, never released) model published on 15 July 2026 in the blog "GPT-Red: Unlocking Self-Improvement for Robustness". It is OpenAI's most advanced automated safety red-teaming model — a model whose job is to attack OpenAI's own models and find prompt injection vulnerabilities. Core thesis: human red-teaming does not scale (it is time-intensive and limits the pace of discovering new failure modes), commonly used robustness evaluations are already saturated by the latest models, so safety must scale alongside model capabilities. OpenAI keeps GPT-Red separate from deployed customer models — malicious capabilities specifically trained into GPT-Red must not fall into the hands of adversarial actors.

Self-play reinforcement learning training: GPT-Red together with a collection of diverse defender LLMs trains simultaneously on a broad set of red-teaming scenarios. GPT-Red is rewarded for eliciting a valid failure (e.g., a successful prompt injection). Defenders are rewarded for resisting the attack AND completing their original task (the second clause is critical — a defender cannot win by simply refusing everything, since it must still finish the task). As defenders harden, GPT-Red is forced to discover stronger and more diverse attacks. Trained at compute comparable to some of OpenAI's largest post-training runs — an unprecedented amount of compute dedicated purely to safety.

Each training environment carries a threat model — a specification of what GPT-Red controls and what counts as a successful attack. GPT-Red might control part of a local file, a webpage banner, an email body, or a tool's output. It discovered a novel attack class: Fake Chain-of-Thought — injecting a spoofed entry into the model's reasoning trace (a chain of thought is the running note an LLM keeps while solving a problem). The target then acts on spoofed information it thinks it verified. Fake CoT attacks achieved upwards of 95% success on GPT-5.1 but are below 10% on GPT-5.6 Sol after adversarial training. Similarly, the overall prompt injection failure rate on held-out environments dropped to 0.05% for GPT-5.6 Sol.

Results and case studies. Indirect prompt injection arena (replicated Dziemian et al. 2025, arXiv:2603.15714) vs GPT-5.1: GPT-Red 84% attack success vs 13% for human red-teamers. Vs GPT-5 (August 2025) — over 90% of attacks work; vs GPT-5.6 less than 23% (MIT Tech Review). Case 1: Vendy — an AI-powered vending machine (Andon Labs, similar to Project Vend) in OpenAI's office. GPT-Red iterated attacks in simulation, then transferred them to the production agent, achieving all three objectives: change the price of an expensive item to $0.50, add an item worth >$100 for $0.50, cancel another customer's order. Case 2: Codex CLI agent (GPT-5.4 mini) on 10 held-out data-exfiltration scenarios — GPT-Red more effective and more token-efficient than a prompted GPT-5.5 baseline.

Impact on OpenAI's production models. Over the past 6 months OpenAI has trained progressively stronger red-teaming models (precursors to GPT-Red) with increasing compute, using them in the training of each subsequent production model since GPT-5.3. Each successive GPT release becomes more robust. GPT-5.6 Sol: 6x fewer failures on the hardest direct prompt injection benchmark vs OpenAI's best previous production model (four months earlier). Several indirect prompt injection benchmarks are saturated (>97% accuracy). Crucially, OpenAI verifies that robustness gains do not come from over-refusal — general frontier capabilities and targeted over-refusal tasks remain unaffected. Limitations: multi-turn and image-based attacks still require humans. GPT-Red will not be released. A preprint was announced for the same week.

Classification
LLMReasoning model
Family: GPT
Access & deployment
Hosted
Cloud
Weights: Closed
Key parameters
📏 Context: nieujawnione
🧩 Parameters: nieujawnione
Tools
📥 Input: text

Technical specification

Context window
nieujawnione
tokens
Parameters
nieujawnione
parameters
License
Wewnetrzny model badawczy OpenAI (internal-only, closed weights, brak publicznego dostepu)
Hardware requirements
Trained at the compute scale of some of OpenAI's largest post-training runs — an unprecedented amount of compute dedicated purely to safety. Specific infrastructure undisclosed.
Features:Tool use
Modalities
⬇ Input
text
⬆ Output
text

Capabilities and applications

Native model capabilities
Reasoning
The model's ability to reason logically and solve complex problems.
Category: reasoning
Advanced reasoning
The ability to perform multi-step, structured reasoning: analysing problems, planning steps, and drawing conclusions from hypotheses. Reasoning-first models (e.g. GPT-5.1 Thinking) dedicate a portion of inference to chains of thought before responding.
Category: reasoning
Extended thinking mode
A reasoning-model variant with a larger inference budget: more thinking cycles, higher answer precision at the cost of response time. Choice between 'standard' and 'extended' thinking is left to the user (e.g. the selector in GPT-5.2 Pro).
Category: reasoning
Coding
Generating, analysing and modifying code in many programming languages. Covers writing functions, debugging, refactoring, code review, and creating tests. Measured by benchmarks such as HumanEval and SWE-bench.
Category: coding
Agentic coding
Multi-hour, multi-step programming tasks performed autonomously by the model: cloning a repository, running tests, iterating on fixes, integrating with CLI tools. Characteristic of Codex variants (GPT-5.1-Codex-Mini, Codex-Max).
Category: coding
Tool use
The model's ability to call external functions, APIs and tools during a conversation: calculator, search engine, code editor, database. The model decides when and how to use a tool and interprets its result.
Category: planning
Computer use
The model's ability to operate a computer interface by interpreting screenshots and generating actions such as clicks, typing, and navigating applications.
Category: planning

Benchmark results

10 benchmarks
Indirect prompt injection arena (replikacja Dziemian et al. 2025) vs GPT-5.1
atak GPT-Red vs 13% dla ludzkich red-teamerow na tych samych scenariuszach; wersja arXiv:2603.15714
84%
📅 15 Jul 2026📄 OpenAI GPT-Red release, openai.com/index/unlocking-self-improvement-gpt-red/ + MIT Tech Review, 15 lipca 2026
Fake Chain-of-Thought direct injection vs GPT-5.1
nowa klasa atakow odkryta przez wczesna wersje GPT-Red; upwards of 95%
95%
📅 15 Jul 2026📄 OpenAI GPT-Red release, openai.com/index/unlocking-self-improvement-gpt-red/ + MIT Tech Review, 15 lipca 2026
Fake Chain-of-Thought direct injection vs GPT-5.6 Sol
ponizej 10% po adversarial training GPT-5.6 na atakach GPT-Red
10%
📅 15 Jul 2026📄 OpenAI GPT-Red release, openai.com/index/unlocking-self-improvement-gpt-red/ + MIT Tech Review, 15 lipca 2026
Direct prompt injection failure rate GPT-5.6 Sol
failure rate GPT-5.6 Sol na bezposrednich promptach injection wygenerowanych przez GPT-Red (held-out)
0.05%
📅 15 Jul 2026📄 OpenAI GPT-Red release, openai.com/index/unlocking-self-improvement-gpt-red/ + MIT Tech Review, 15 lipca 2026
Redukcja porazek hardest direct prompt injection benchmark GPT-5.6 vs najlepszy poprzedni prod (4 miesiace wczesniej)
GPT-Red uzyty w treningu GPT-5.6 Sol — 6x fewer failures
6x mniej porazek
📅 15 Jul 2026📄 OpenAI GPT-Red release, openai.com/index/unlocking-self-improvement-gpt-red/ + MIT Tech Review, 15 lipca 2026
Codex CLI agent (GPT-5.4 mini) data-exfiltration attack success
10 held-out scenariuszy, GPT-Red bardziej skuteczny i bardziej token-efficient niz prompted GPT-5.5
wyzszy niz GPT-5.5 baselinescenariuszy sukcesu
📅 15 Jul 2026📄 OpenAI GPT-Red release, openai.com/index/unlocking-self-improvement-gpt-red/ + MIT Tech Review, 15 lipca 2026
Vendy vending machine (Andon Labs, Project Vend-like) production attack
production agent w biurze OpenAI: zmiana ceny drogiego item na $0.50, dodanie item za $0.50 (>$100 wartosci), anulowanie zamowienia innego klienta
3/3celow osiagnietych
📅 15 Jul 2026📄 OpenAI GPT-Red release, openai.com/index/unlocking-self-improvement-gpt-red/ + MIT Tech Review, 15 lipca 2026
GPT-Red najsilniejsze ataki vs GPT-5 (sierpien 2025)
ponad 90% atakow dziala vs GPT-5 (source: MIT Technology Review)
90% success
📅 15 Jul 2026📄 OpenAI GPT-Red release, openai.com/index/unlocking-self-improvement-gpt-red/ + MIT Tech Review, 15 lipca 2026
GPT-Red najsilniejsze ataki vs GPT-5.6
mniej niz 23% atakow dziala vs GPT-5.6 po adversarial training (MIT Tech Review)
23% success
📅 15 Jul 2026📄 OpenAI GPT-Red release, openai.com/index/unlocking-self-improvement-gpt-red/ + MIT Tech Review, 15 lipca 2026
Indirect prompt injection benchmarks (developer tools, browsing) vs GPT-5.6 Sol
ponad 97% — kilka benchmarkow saturated przez GPT-5.6 Sol po treningu z GPT-Red
97% accuracy
📅 15 Jul 2026📄 OpenAI GPT-Red release, openai.com/index/unlocking-self-improvement-gpt-red/ + MIT Tech Review, 15 lipca 2026

Technical architecture