OpenAI Releases GPT-5 with Native Reasoning Mode
openai.com

OpenAI has launched GPT-5, featuring a built-in chain-of-thought reasoning mode that can be toggled via API. Early benchmarks show a 40% improvement in math and coding tasks compared to GPT-4o.

// JAVASCRIPT
const gpt5 = await openai.models.create({ model: "gpt-5-reasoning", reasoning_effort: "high", prompt: "Solve the Riemann Hypothesis" });
PUBLISHED: FEB 24TOPIC: AIEST TIME: 6 MINS