• GPT-5.x for general work; o-series for cheap chain-of-thought reasoning
• Responses API is the current standard; structured outputs enforce JSON Schema
• Strong multimodal support — vision, audio, image generation in one API
GPT-5.x = general-purpose default. o-series = reasoning models that "think" before answering — better at math, logic, planning; slower and billed for thinking tokens. Mini variants of both trade quality for speed/price.
Pass a JSON Schema with strict mode and the model is constrained to valid output matching it. Use for anything parsed by code — it eliminates the "model added commentary around the JSON" class of bug.
Open the live Docs Hub →