@base <https://openai.com/index/introducing-gpt-5-5> .
@prefix schema: <https://schema.org/> .
@prefix owl: <https://www.w3.org/2002/07/owl#> .

<#article> a schema:Article ;
  schema:headline "Introducing GPT-5.5"@en ;
  schema:name "Introducing GPT-5.5"@en ;
  schema:alternativeHeadline "A new class of intelligence for real work"@en ;
  schema:datePublished "2026-04-23" ;
  schema:inLanguage "en" ;
  schema:url <https://openai.com/index/introducing-gpt-5-5> ;
  schema:publisher <#publisher> ;
  schema:author <#author> ;
  schema:about
    <#agentic-coding>,
    <#knowledge-work>,
    <#computer-use>,
    <#scientific-research>,
    <#inference-efficiency>,
    <#gb200-gb300-systems>,
    <#load-balancing-heuristics>,
    <#cybersecurity-safeguards>,
    <#preparedness-framework>,
    <#trusted-access-for-cyber>,
    <#chatgpt-availability>,
    <#codex-availability>,
    <#api-pricing>,
    <#terminal-bench-2>,
    <#gdpval>,
    <#osworld-verified>,
    <#cybergym> ;
  schema:abstract """OpenAI presents GPT-5.5 as a higher-intelligence, tool-using model optimized for coding, knowledge work, computer use, and scientific research while maintaining GPT-5.4-class latency."""@en ;
  schema:articleBody """The article describes GPT-5.5 as a step change in practical intelligence: stronger agentic coding, stronger professional knowledge work, better computer use, and better scientific-research assistance, all delivered with lower token use and GPT-5.4-like serving latency. It emphasizes end-to-end task completion, Codex integration, safety work around cybersecurity, and near-term API availability with published pricing."""@en ;
  schema:hasPart <#part-capabilities>, <#part-efficiency>, <#part-safety>, <#part-availability>, <#part-evals> ;
  schema:mentions
    <#defined-terms>,
    <#argument-howto>,
    <#step-1>,
    <#step-2>,
    <#step-3>,
    <#step-4>,
    <#faq-1>,
    <#faq-2>,
    <#faq-3>,
    <#faq-4>,
    <#faq-5>,
    <#faq-6>,
    <#faq-7>,
    <#faq-8>,
    <#faq-9>,
    <#faq-10>,
    <#faq-1-answer>,
    <#faq-2-answer>,
    <#faq-3-answer>,
    <#faq-4-answer>,
    <#faq-5-answer>,
    <#faq-6-answer>,
    <#faq-7-answer>,
    <#faq-8-answer>,
    <#faq-9-answer>,
    <#faq-10-answer>,
    <#author>,
    <#publisher> .

<#publisher> a schema:Organization ;
  schema:name "OpenAI"@en ;
  schema:url <https://openai.com/> .

<#author> a schema:Organization ;
  schema:name "OpenAI"@en ;
  schema:url <https://openai.com/> .

<#codex> a schema:SoftwareApplication ;
  schema:name "Codex"@en .

<#defined-terms> a schema:DefinedTermSet ;
  schema:name "Defined terms for Introducing GPT-5.5"@en ;
  schema:hasPart <#agentic-coding>, <#knowledge-work>, <#computer-use>, <#scientific-research>, <#inference-efficiency>, <#gb200-gb300-systems>, <#load-balancing-heuristics>, <#cybersecurity-safeguards>, <#preparedness-framework>, <#trusted-access-for-cyber>, <#chatgpt-availability>, <#codex-availability>, <#api-pricing>, <#terminal-bench-2>, <#gdpval>, <#osworld-verified>, <#cybergym> ;
  schema:isPartOf <#article> .

<#agentic-coding> a schema:DefinedTerm ;
  schema:name "Agentic coding"@en ;
  schema:description """Long-horizon coding behavior in which the model plans, edits, debugs, tests, and validates across a codebase with tool use."""@en .

<#knowledge-work> a schema:DefinedTerm ;
  schema:name "Knowledge work"@en ;
  schema:description """Professional work such as research, spreadsheet modeling, document creation, and information synthesis across tools."""@en .

<#computer-use> a schema:DefinedTerm ;
  schema:name "Computer use"@en ;
  schema:description """The ability to navigate interfaces, click, type, inspect screens, and operate software as part of task completion."""@en .

<#scientific-research> a schema:DefinedTerm ;
  schema:name "Scientific research assistance"@en ;
  schema:description """Using GPT-5.5 as a research partner for data analysis, hypothesis evaluation, tool building, and manuscript critique."""@en .

<#inference-efficiency> a schema:DefinedTerm ;
  schema:name "Next-generation inference efficiency"@en ;
  schema:description """The serving-system redesign that lets GPT-5.5 operate at GPT-5.4-like latency while producing stronger outputs."""@en .

<#gb200-gb300-systems> a schema:DefinedTerm ;
  schema:name "NVIDIA GB200 and GB300 NVL72 systems"@en ;
  schema:description """The accelerator systems OpenAI says GPT-5.5 was co-designed for, trained with, and served on."""@en .

<#load-balancing-heuristics> a schema:DefinedTerm ;
  schema:name "Load-balancing and partitioning heuristics"@en ;
  schema:description """Infrastructure optimizations credited with improving token generation speeds by over 20 percent."""@en .

<#cybersecurity-safeguards> a schema:DefinedTerm ;
  schema:name "Cybersecurity safeguards"@en ;
  schema:description """The stricter controls, classifiers, and access restrictions OpenAI says it added for higher-risk cyber activity."""@en .

<#preparedness-framework> a schema:DefinedTerm ;
  schema:name "Preparedness Framework"@en ;
  schema:description """OpenAI's framework for evaluating frontier-model risk categories such as cybersecurity and biology."""@en .

<#trusted-access-for-cyber> a schema:DefinedTerm ;
  schema:name "Trusted Access for Cyber"@en ;
  schema:description """A reduced-friction access path for verified defensive security work using cyber-permissive models."""@en .

<#chatgpt-availability> a schema:DefinedTerm ;
  schema:name "ChatGPT availability"@en ;
  schema:description """The rollout of GPT-5.5 and GPT-5.5 Pro across Plus, Pro, Business, and Enterprise plans in ChatGPT."""@en .

<#codex-availability> a schema:DefinedTerm ;
  schema:name "Codex availability"@en ;
  schema:description """The release of GPT-5.5 in Codex with a 400K context window and an optional Fast mode."""@en .

<#api-pricing> a schema:DefinedTerm ;
  schema:name "API pricing"@en ;
  schema:description """The announced token prices and context windows for GPT-5.5 and GPT-5.5 Pro in the API."""@en .

<#terminal-bench-2> a schema:DefinedTerm ;
  schema:name "Terminal-Bench 2.0"@en ;
  schema:description """A command-line workflow benchmark where the article reports 82.7 percent for GPT-5.5."""@en .

<#gdpval> a schema:DefinedTerm ;
  schema:name "GDPval"@en ;
  schema:description """A professional-work benchmark where the article reports 84.9 percent wins-or-ties for GPT-5.5."""@en .

<#osworld-verified> a schema:DefinedTerm ;
  schema:name "OSWorld-Verified"@en ;
  schema:description """A computer-use benchmark where the article reports 78.7 percent for GPT-5.5."""@en .

<#cybergym> a schema:DefinedTerm ;
  schema:name "CyberGym"@en ;
  schema:description """A cybersecurity benchmark where the article reports 81.8 percent for GPT-5.5."""@en .

<#part-capabilities> a schema:WebPageElement ;
  schema:name "Model capabilities"@en ;
  schema:position 1 ;
  schema:about <#agentic-coding>, <#knowledge-work>, <#computer-use>, <#scientific-research> ;
  schema:text """The article frames GPT-5.5 as a stronger general work model that can plan, use tools, navigate ambiguity, and finish complex tasks."""@en .

<#part-efficiency> a schema:WebPageElement ;
  schema:name "Inference efficiency"@en ;
  schema:position 2 ;
  schema:about <#inference-efficiency>, <#gb200-gb300-systems>, <#load-balancing-heuristics> ;
  schema:text """A major theme is that GPT-5.5 was co-designed with serving infrastructure so the model stays fast while becoming more capable."""@en .

<#part-safety> a schema:WebPageElement ;
  schema:name "Cybersecurity and safeguards"@en ;
  schema:position 3 ;
  schema:about <#cybersecurity-safeguards>, <#preparedness-framework>, <#trusted-access-for-cyber> ;
  schema:text """OpenAI describes tighter cyber-risk controls, trusted-access pathways for defensive use, and High preparedness treatment for cyber and bio capability."""@en .

<#part-availability> a schema:WebPageElement ;
  schema:name "Availability and pricing"@en ;
  schema:position 4 ;
  schema:about <#chatgpt-availability>, <#codex-availability>, <#api-pricing> ;
  schema:text """The release notes specify where GPT-5.5 is available today, where it is coming next, and the announced token pricing for API access."""@en .

<#part-evals> a schema:WebPageElement ;
  schema:name "Evaluations"@en ;
  schema:position 5 ;
  schema:about <#terminal-bench-2>, <#gdpval>, <#osworld-verified>, <#cybergym> ;
  schema:text """The article backs its claims with coding, professional-work, computer-use, academic, and cybersecurity evaluations."""@en .

<#argument-howto> a schema:HowTo ;
  schema:name "How the article positions GPT-5.5"@en ;
  schema:description """The article builds its release case by pairing stronger model capability with efficiency, safeguards, and concrete availability details."""@en ;
  schema:isPartOf <#article> ;
  schema:step <#step-1>, <#step-2>, <#step-3>, <#step-4> .

<#step-1> a schema:HowToStep ;
  schema:name "Establish the capability jump"@en ;
  schema:position 1 ;
  schema:text "OpenAI starts by describing GPT-5.5 as stronger at coding, knowledge work, computer use, and research."@en ;
  schema:isPartOf <#argument-howto> .

<#step-2> a schema:HowToStep ;
  schema:name "Show the latency story"@en ;
  schema:position 2 ;
  schema:text "It argues that the model is not only stronger but also more efficient and closer to GPT-5.4 latency in production."@en ;
  schema:isPartOf <#argument-howto> .

<#step-3> a schema:HowToStep ;
  schema:name "Explain the safeguards"@en ;
  schema:position 3 ;
  schema:text "The article then describes cyber-related controls, trusted-access pathways, and preparedness treatment."@en ;
  schema:isPartOf <#argument-howto> .

<#step-4> a schema:HowToStep ;
  schema:name "Tie it to rollout and pricing"@en ;
  schema:position 4 ;
  schema:text "Finally it specifies current plan availability, Codex configuration, and upcoming API pricing."@en ;
  schema:isPartOf <#argument-howto> .

<#faq-1> a schema:Question ;
  schema:name "What is GPT-5.5 positioned as?"@en ;
  schema:acceptedAnswer <#faq-1-answer> ;
  schema:isPartOf <#article> .
<#faq-1-answer> a schema:Answer ;
  schema:text "OpenAI positions GPT-5.5 as its smartest and most intuitive model yet for real work on a computer."@en ;
  schema:isPartOf <#faq-1> .

<#faq-2> a schema:Question ;
  schema:name "Where are the biggest gains emphasized?"@en ;
  schema:acceptedAnswer <#faq-2-answer> ;
  schema:isPartOf <#article> .
<#faq-2-answer> a schema:Answer ;
  schema:text "The article emphasizes agentic coding, knowledge work, computer use, and early scientific research."@en ;
  schema:isPartOf <#faq-2> .

<#faq-3> a schema:Question ;
  schema:name "How does the release compare latency-wise?"@en ;
  schema:acceptedAnswer <#faq-3-answer> ;
  schema:isPartOf <#article> .
<#faq-3-answer> a schema:Answer ;
  schema:text "OpenAI says GPT-5.5 matches GPT-5.4 per-token latency in real-world serving while delivering stronger results."@en ;
  schema:isPartOf <#faq-3> .

<#faq-4> a schema:Question ;
  schema:name "What efficiency claim is central to the release?"@en ;
  schema:acceptedAnswer <#faq-4-answer> ;
  schema:isPartOf <#article> .
<#faq-4-answer> a schema:Answer ;
  schema:text "The article says GPT-5.5 often uses fewer tokens and fewer retries to complete the same work."@en ;
  schema:isPartOf <#faq-4> .

<#faq-5> a schema:Question ;
  schema:name "What coding benchmark is highlighted?"@en ;
  schema:acceptedAnswer <#faq-5-answer> ;
  schema:isPartOf <#article> .
<#faq-5-answer> a schema:Answer ;
  schema:text "Terminal-Bench 2.0 is highlighted with an 82.7 percent score for GPT-5.5."@en ;
  schema:isPartOf <#faq-5> .

<#faq-6> a schema:Question ;
  schema:name "What professional-work benchmark is highlighted?"@en ;
  schema:acceptedAnswer <#faq-6-answer> ;
  schema:isPartOf <#article> .
<#faq-6-answer> a schema:Answer ;
  schema:text "GDPval is highlighted with an 84.9 percent wins-or-ties result for GPT-5.5."@en ;
  schema:isPartOf <#faq-6> .

<#faq-7> a schema:Question ;
  schema:name "What computer-use benchmark is highlighted?"@en ;
  schema:acceptedAnswer <#faq-7-answer> ;
  schema:isPartOf <#article> .
<#faq-7-answer> a schema:Answer ;
  schema:text "OSWorld-Verified is highlighted with a 78.7 percent result for GPT-5.5."@en ;
  schema:isPartOf <#faq-7> .

<#faq-8> a schema:Question ;
  schema:name "How does the article describe cybersecurity handling?"@en ;
  schema:acceptedAnswer <#faq-8-answer> ;
  schema:isPartOf <#article> .
<#faq-8-answer> a schema:Answer ;
  schema:text "It describes stricter classifiers, tighter controls for higher-risk cyber activity, and trusted-access options for verified defenders."@en ;
  schema:isPartOf <#faq-8> .

<#faq-9> a schema:Question ;
  schema:name "Where is GPT-5.5 available first?"@en ;
  schema:acceptedAnswer <#faq-9-answer> ;
  schema:isPartOf <#article> .
<#faq-9-answer> a schema:Answer ;
  schema:text "The article says GPT-5.5 is rolling out in ChatGPT and Codex before near-term API release."@en ;
  schema:isPartOf <#faq-9> .

<#faq-10> a schema:Question ;
  schema:name "What API pricing is announced?"@en ;
  schema:acceptedAnswer <#faq-10-answer> ;
  schema:isPartOf <#article> .
<#faq-10-answer> a schema:Answer ;
  schema:text "OpenAI announces gpt-5.5 at $5 per 1M input tokens and $30 per 1M output tokens, with gpt-5.5-pro priced higher for greater accuracy."@en ;
  schema:isPartOf <#faq-10> .
