Chat
Object that provides pre-configured instances of advanced GPT models for different use cases. These instances represent versatile and high-performance large language models capable of handling various tasks like text completion, image input processing, structured outputs, and interfacing with tools.
Properties
GPT-4.1 mini provides a balance between intelligence, speed, and cost that makes it an attractive model for many use cases.
GPT-4.1-nano is the smallest and most affordable model in the GPT-4.1 family. It's designed for tasks that require basic capabilities at the lowest possible cost.
GPT-5.1-Codex is a version of GPT-5 optimized for agentic coding tasks in Codex or similar environments. It's available in the Responses API only, and the underlying model snapshot will be regularly updated.
GPT-5 pro uses more compute to think harder and provide consistently better answers. GPT-5 pro is available in the Responses API only to enable support for multi-turn model interactions before responding to API requests, and other advanced API features in the future. As the most advanced reasoning model, GPT-5 pro defaults to (and only supports) reasoning.effort: high. GPT-5 pro does not support code interpreter.