[ ABORT TO HUD ]
SEQ. 1
SEQ. 2

Sol & The Ultra Setting

The GPT-5.6 Ecosystem 15 min 300 BASE XP⌨ HANDS-ON LAB

Flagship Capability: Sol

Sol is the apex of the GPT-5.6 family. Beyond standard text and omni-modal inputs, Sol introduces the Ultra setting for extreme multi-agent orchestration.

The Ultra Setting

When you enable ultra: true in the API, Sol automatically provisions parallel sub-agents to tackle complex, multi-step goals. Instead of generating a single output sequentially, it breaks the task into a dependency graph and solves pieces simultaneously.

const response = await openai.responses.create({
  model: "gpt-5.6-sol",
  ultra: true, // Enables parallel sub-agent reasoning
  input: "Draft a comprehensive security audit for this Python codebase."
});

Safety & Government Review

Because of Sol's advanced capabilities in cybersecurity and coding, its release was subject to unprecedented review coordinated with the U.S. government. It features OpenAI's most robust safety stack to date, specifically hardening it against jailbreaks in high-risk environments.

⌨ HANDS-ON LABInvoke GPT-5.6 Sol with Ultra
⭐ +200 XP

Use the Responses API to invoke GPT-5.6 Sol and enable the 'Ultra' setting for complex parallel agentic work.

1Call the Responses API with model: gpt-5.6-sol and enable the ultra setting in the request payload.
lab-sandbox — simulated environment
INFINITY LAB SANDBOX v2.6 — simulated shell
Type the command for the current objective. Helpers: "hint", "solution", "clear".
$
OBJECTIVE 1 / 1 — type "hint" if stuck
SYNAPSE VERIFICATION
QUERY 1 // 2
What does the 'Ultra' setting enable on the Sol model?
Faster generation speed
Coordinating multiple agents across parallel workstreams to accelerate demanding projects
Free API access
Generating 4K video
Watch: 139x Rust Speedup
Sol & The Ultra Setting Tutorial | The GPT-5.6 Ecosystem — OpenAI Academy