Changelog | OpenAI API

OpenAI Developers

22 min read Original article ↗

September, 2026

Feature

gpt-6-sol

gpt-6-luna

v1/responses

v1/chat/completions

Released GPT-6 Sol (gpt-6-sol) and GPT-6 Luna (gpt-6-luna).

These reasoning models accept text and image inputs and generate text through the Responses and Chat Completions APIs.

Standard pricing per 1M tokens for prompts with up to 272K input tokens:

  • GPT-6 Sol: $2 input, $0.20 cached input, and $10 output.
  • GPT-6 Luna: $0.10 input, $0.01 cached input, and $0.50 output.

Compare capabilities in the model catalog, and see pricing for cache writes, longer prompts, and other processing tiers.

Added API key creation governance controls at the organization and project levels. Administrators can allow only service-account keys, allow only user-owned project keys, or disable all new API key creation. Organization restrictions take precedence over project settings, and existing API keys are unaffected. See production best practices for details.

You can now set expiration dates when creating project API keys. Administrators can also enforce a maximum key lifetime at the organization or project level in Platform settings, requiring newly created keys to expire within the configured limit. See production best practices for guidance on key expiration and rotation.

Released the Agents API in public beta. Build agents with a managed Codex harness while OpenAI handles session orchestration, context compaction, and recovery.

Use durable sessions to continue work across turns, stream progress, and connect your own tools and MCP servers. Run agents in OpenAI-hosted sandboxes or connect a sandbox from your own infrastructure or a supported provider.

Start with the Agents API quickstart.

Feature

gpt-live-1

v1/live/sessions

GPT-Live 1 is now generally available in the API. Build full-duplex voice conversations that can continue while a backend model or agent handles reasoning and tools.

Use Responses delegation with an OpenAI model, or client delegation to connect your own backend. Voice sessions cost $0.05 per minute, billed per second; backend model and tool usage is charged separately.

Start with GPT-Live, prompting, and migration guidance. See pricing for details.

Prompt Cache Diagnostics is now generally available in the Responses API for GPT-5.6 and later supported models.

Compare cache reuse against a previous response, identify reasons for cache misses, and follow troubleshooting guidance to improve cache reuse.

Feature

gpt-image-2.5-sunburst

gpt-image-2.5-flare

v1/images

v1/responses

Released GPT Image 2.5 Sunburst and GPT Image 2.5 Flare for image generation and editing through the Image API and the Responses API image generation tool.

Use Sunburst for workflows where editing precision matters most, or Flare for fast, high-quality everyday image generation. Both models support the new xhigh and max quality settings and use GPT Image 2 token rates. See the image generation guide and pricing.

Feature

gpt-rosalind-research

GPT-Rosalind (gpt-rosalind-research) is now generally available through the trusted-access program for approved internal life sciences research.

Standard pricing is $5 per 1M input tokens, $0.50 per 1M cached input tokens, and $25 per 1M output tokens. Billing begins on October 5, 2026. See pricing for details.

Feature

gpt-6-astra

v1/responses

v1/chat/completions

Released GPT-6 Astra, our most capable model, built for the hardest end-to-end work.

Use GPT-6 Astra for reasoning, coding, computer use, research, and document creation. It combines these capabilities to carry complex tasks from an initial request to a finished result, using the context and tools you provide.

Key changes to consider when migrating:

  • GPT-6 Astra does not support the none reasoning effort level.
  • GPT-6 Astra does not support custom temperature or top_p values or log probabilities (logprobs).
  • Tool calling requires the Responses API. If you use tools with Chat Completions, follow the Responses migration guide.
  • Misalignment monitoring asynchronously checks for potential issues during agent work in supported Responses API requests. Checks can trigger safety alerts or stop a conversation for review.

Start with Using GPT-6 Astra for capabilities, prompting, and migration guidance. Explore computer use for browser and desktop workflows, and see pricing for available inference tiers.

Added new controls for long-running work with GPT-6 Astra in the Responses API:

  • Async tool calling: Let the model continue working while your application runs function or custom tools, then return results as they become available.
  • Mid-turn steering: Send additional instructions while a response is in progress over WebSockets, so the model can incorporate corrections or changing requirements.
  • Change reasoning effort mid-conversation: Increase effort for difficult work or reduce it for routine follow-ups while preserving the cached prompt prefix.

Updated API errors so applications can distinguish traffic that increases too quickly from temporary model overload.

Traffic that increases too quickly can return a 429 error with the slow_down code. Temporary model overload returns a 503 error with the server_is_overloaded code. Both responses may include Retry-After. When the header is present, wait at least as long as it specifies before retrying. If it's missing, use exponential backoff. See the error codes guide and rate limits guide.

Connections to api.openai.com can now use IPv6.

August, 2026

Update

whisper-1

gpt-4o-transcribe

gpt-4o-mini-transcribe

gpt-4o-transcribe-diarize

v1/audio/transcriptions

v1/realtime

Announced the deprecation of whisper-1, gpt-4o-transcribe, gpt-4o-mini-transcribe, and gpt-4o-transcribe-diarize. These models will shut down on February 26, 2027. Migrate to gpt-live-transcribe or gpt-transcribe. See the transcription guide and deprecations page.

The Assistants API shut down on August 26, 2026. Migrate to the Responses API and Conversations API using the migration guide.

API customers can now select regional processing for an individual request by using a prefixed domain with an API key from a project having Global geography. Existing eligibility, data retention control, endpoint, and model support requirements continue to apply. Learn more in the data controls guide.

GPT-5.6 Sol now costs $4 per million input tokens and $20 per million output tokens, representing 20% lower input pricing and 33% lower output pricing. GPT-5.6 Sol’s promotional pricing is available at least through November 21, 2026. See pricing details.

Released the Prompt Caching dashboard on the OpenAI API platform. Track your cache hit rate over time, cache reads per write, and the breakdown of cache-read, cache-write, and uncached tokens to understand your caching efficiency and identify opportunities to improve. Filter metrics by model and service tier.

Update

gpt-image-2

gpt-image-2-2026-04-21

v1/images/generations

v1/images/edits

v1/responses

Transparent backgrounds are now available in preview for gpt-image-2 and gpt-image-2-2026-04-21 in the Images API and the Responses API image generation tool. Set background to transparent and use png or webp output; jpeg does not support transparent backgrounds. Learn more in the image generation guide.

Announced Ultrafast mode, a new API service tier for GPT-5.6 Sol that runs up to 14x faster than Standard processing. Available in limited preview to select customers. Sign up to receive updates on Ultrafast mode here.

Feature

gpt-5.6-cyber

gpt-daybreak-red-latest

gpt-daybreak-blue-latest

v1/responses

Daybreak now offers two access tiers for approved defenders: Daybreak Blue and Daybreak Red. Use them to move from security findings to validated fixes in explicitly authorized engagements.

Start with Daybreak Blue for most defensive security work. It provides access to general-purpose models such as GPT-5.6 Sol for vulnerability discovery, secure code review, detection engineering, incident response, malware analysis, and patch validation. Read more here.

Daybreak Red provides separately approved access to purpose-trained models such as GPT-5.6 Cyber for authorized vulnerability reproduction, exploit validation, penetration testing, red teaming, and complex system analysis.

These models require separate approval and provisioning. You can apply to join the Daybreak program here. More details on pricing here.

Updated the chat-latest snapshot, which points to the latest model available in ChatGPT for Plus and Pro users. We recommend leveraging GPT-5.6 Sol for production API usage, but feel free to use this model to test the latest improvements for chat use cases. The underlying model snapshot will be regularly updated. Read more here.

Update

gpt-5.6-sol

gpt-5.6-terra

gpt-5.6-luna

Fast mode now supports long-context requests for GPT-5.6 Sol, GPT-5.6 Terra, and GPT-5.6 Luna. As of today, long-context prompts exceeding 272K tokens can run in Fast mode, delivering speeds up to 2.5× faster than the Standard tier. See pricing details.

July, 2026

Update

gpt-5.6-sol

gpt-5.6-terra

gpt-5.6-luna

v1/responses

v1/chat/completions

Starting July 30, GPT-5.6 Luna costs 80% less, while GPT-5.6 Terra costs 20% less. See pricing details.

We're also introducing Fast mode in the API, which replaces our Priority Processing offering. For GPT-5.6 Sol, Fast mode now delivers up to 2.5× faster speeds than standard processing at twice the price. This change is backward compatible: requests tagged priority will automatically use Fast mode.

Released the official OpenAI Terraform provider for managing OpenAI API Platform resources as infrastructure as code.

Provision and manage projects, users, groups, roles, access assignments, service accounts, certificates, invitations, and project-level rate limits. Use standard Terraform workflows to review and apply changes, import existing resources, and detect and reconcile configuration drift. Install the provider from the Terraform Registry.

Feature

gpt-transcribe

gpt-live-transcribe

v1/audio/transcriptions

v1/realtime

Released GPT Transcribe for accurate file transcription and final transcripts of committed Realtime turns, along with GPT Live Transcribe for low-latency streaming transcription.

Both models support free-form transcription context, keyword hints, and multiple expected input languages. Compare supported outputs and workflows in the transcription guide.

Added hard spend limits for organizations and projects on the OpenAI API platform. Set a monthly cap that causes affected API requests to return a 429 error when tracked spend reaches the limit. Use spend alerts for notification before traffic is interrupted. Read more in the spend limits guide.

Feature

gpt-realtime-2.1

gpt-realtime-2.1-mini

v1/realtime

Released GPT-Realtime-2.1, an updated realtime reasoning model with improved alphanumeric recognition, silence and noise handling, and interruption behavior. Also released GPT-Realtime-2.1 mini, a faster, lower-cost distilled reasoning model for realtime voice applications.

June, 2026

Updated the chat-latest snapshot, which points to the latest Instant model currently used in ChatGPT. We recommend leveraging GPT-5.5 for production API usage, but feel free to use this model to test the latest improvements for chat use cases. The underlying model snapshot will be regularly updated. Read more here.

Released the Safety Usage Dashboard on the OpenAI API platform. The Safety dashboard shows blocked Responses requests based on safety_identifier values sent on requests to identify end users. Visit the Safety dashboard.

Web search can now return image results alongside regular text results. Use image search when your application needs current or web-grounded visuals, such as product photos, landmarks, places, events, or visual references. Read more in the web search guide.

Released a redesigned navigation for the OpenAI API platform, visit here.

Feature

omni-moderation-latest

v1/responses

v1/chat/completions

Added moderation scores to the Responses API and Chat Completions API. Pass a moderation object in a generation request to receive moderation results for both the model input and generated output in the same response.

Learn more in the Moderation guide.

Announced the deprecation of reusable prompt objects, the Evals platform, and Agent Builder. See the deprecations page for shutdown timelines and migration guidance.

Starting June 2, 2026, eligible container sessions will be billed per minute with a 5-minute minimum, instead of being billed at the full 20-minute session rate. The underlying per-minute rate will remain the same.

This update is intended to make billing more granular for shorter sessions and will lower effective cost for customers.

You can find current built-in tool pricing in our API pricing docs.

Feature

gpt-5.4

gpt-5.5

v1/responses

OpenAI models are now available in Amazon Bedrock through an OpenAI-compatible Responses API endpoint. Supported models and features vary by AWS Region. Learn more.

May, 2026

Update

v1/responses

v1/chat/completions

v1/batch

For organizations without ZDR enabled, prompt_cache_retention now defaults to 24h instead of in_memory, enabling extended prompt caching by default. Learn more.

Released chat-latest snapshot which points to the latest Instant model currently used in ChatGPT. We recommend leveraging GPT-5.5 for production API usage, but feel free to use this model to test the latest improvements for chat use cases. The underlying model snapshot will be regularly updated. Read more here.

Released workload identity federation. Trusted workloads can exchange externally issued identity tokens for short-lived OpenAI access tokens without storing long-lived API keys.

Added new Admin API capabilities for managing spend alerts, model allowlists, data retention settings, and hosted tool permissions, plus querying granular billing line items.

Released Secure MCP Tunnel for enterprise customers. Secure MCP Tunnel lets supported OpenAI products including ChatGPT web, Codex, Responses API, and AgentKit connect to private or on-prem MCP servers through a customer-hosted tunnel-client without exposing those servers to the public internet.

You can now manage multiple IP allowlists and apply each one at the project level or across the whole organization. To configure them, go to Settings > Security > IP allowlist.

Update

dall-e-2

dall-e-3

v1/realtime

Deprecated DALL·E model snapshots and the Realtime API Beta.

DALL·E model snapshots dall-e-2 and dall-e-3 were deprecated and removed from the API on May 12, 2026. We recommend using gpt-image-2, gpt-image-1, or gpt-image-1-mini instead.

The Realtime API Beta was deprecated and removed from the API on May 12, 2026. If you are still using the beta interface, migrate to the released Realtime API. See the migration guide and the full deprecations page.

Added return_token_budget for the Responses API web search tool. Use it to opt in to longer GPT-5+ reasoning web search runs for high-effort research and evaluation workloads.

The updated Agents SDK is now available in TypeScript, with support for sandbox agents and an open-source harness built in. Learn more here.

Released chat-latest snapshot which points to the latest Instant model currently used in ChatGPT. We recommend leveraging GPT-5.5 for production API usage, but feel free to use this model to test our latest improvements for chat use cases. The underlying model snapshot will be regularly updated. Read more here.

Admin APIs are now supported in the OpenAI SDKs for Node, Python, Go, Ruby, and Java. See the Admin APIs guide for setup instructions and examples.

April, 2026

Feature

gpt-5.5

gpt-5.5-pro

v1/responses

v1/chat/completions

v1/batch

Released GPT-5.5, a new frontier model for complex professional work, to the Chat Completions and Responses API, and released GPT-5.5 Pro for Responses API requests for tougher problems that benefit from more compute.

GPT-5.5 supports a 1M token context window, image input, structured outputs, function calling, prompt caching, Batch, tool search, built-in computer use, hosted shell, apply patch, Skills, MCP, and web search. Key updates include:

  • Reasoning effort now defaults to medium.
  • When image_detail is unset or set to auto, the model now uses original behavior.
  • Caching for GPT-5.5 only works with extended prompt caching. In-memory prompt caching is not supported. Learn more here.

Feature

gpt-image-2

v1/images/generations

v1/images/edits

v1/batch

Released GPT Image 2, a state-of-the-art image generation model for image generation and editing. GPT Image 2 supports flexible image sizes, high-fidelity image inputs, token-based image pricing, and Batch API support with a 50% discount.

Updated the Agents SDK with new capabilities, including:

  • running agents in controlled sandboxes;
  • inspecting and customizing the open-source harness; and
  • controlling when memories are created and where they're stored.

March, 2026

Feature

gpt-5.4-mini

gpt-5.4-nano

v1/responses

v1/chat/completions

Released GPT-5.4 mini and GPT-5.4 nano to the Chat Completions and Responses API. GPT-5.4 mini brings GPT-5.4-class capabilities to a faster, more efficient model for high-volume workloads, while GPT-5.4 nano is optimized for simple high-volume tasks where speed and cost matter most.

GPT-5.4 mini supports tool search, built-in computer use, and compaction. GPT-5.4 nano supports compaction, but does not support tool search or computer use.

Update

gpt-5.3-chat-latest

Updated the gpt-5.3-chat-latest slug to point to the latest model currently used in ChatGPT.

Fix

gpt-5.4

v1/responses

v1/chat/completions

Updated our image encoder to fix a small bug with input_image inputs in GPT-5.4. Some image understanding use cases may now see improved quality. No action is required.

Feature

sora-2

sora-2-pro

v1/videos

v1/videos/characters

v1/videos/extensions

v1/batch

Expanded the Sora API with reusable character references, longer generations up to 20 seconds, 1080p output for sora-2-pro, video extensions, and Batch API support for POST /v1/videos. 1080p generations on sora-2-pro are billed at $0.70 per second. Learn more here.

Update

sora-2

sora-2-pro

v1/videos/edits

v1/videos/{video_id}/remix

Added POST /v1/videos/edits for editing existing videos. This will replace POST /v1/videos/{video_id}/remix, which will be deprecated in 6 months. Learn more here.

Feature

gpt-5.4

gpt-5.4-pro

v1/responses

v1/chat/completions

Released GPT-5.4, our newest frontier model for professional work, to the Chat Completions and Responses API, and released GPT-5.4 Pro to the Responses API for tougher problems that benefit from more compute.

Also released:

  • Tool search in the Responses API, which lets models defer large tool surfaces until runtime to reduce token usage, preserve cache performance, and improve latency.
  • Built-in Computer use support in GPT-5.4 through the Responses API computer tool for screenshot-based UI interaction.
  • A 1M token context window and native Compaction support for longer-running agent workflows.

Feature

gpt-5.3-chat-latest

v1/chat/completions

v1/responses

Released gpt-5.3-chat-latest to the Chat Completions and Responses API. This model points to the GPT-5.3 Instant snapshot currently used in ChatGPT. Read more here.

February, 2026

Expanded input_file support in the Responses API to accept more document, presentation, spreadsheet, code, and text file types. Learn more here.

Released phase to the Responses API. It labels an assistant message as intermediate commentary (commentary) or the final answer (final_answer). Read more here.

Feature

gpt-5.3-codex

v1/responses

Released gpt-5.3-codex to the Responses API. Read more here.

Launched WebSocket mode for the Responses API. Learn more here.

Feature

gpt-realtime-1.5

gpt-audio-1.5

v1/realtime

v1/chat/completions

Released GPT-Realtime-1.5 to the Realtime API.

Released gpt-audio-1.5 to the Chat Completions API. Read more here.

Feature

gpt-image-1.5

gpt-image-1

gpt-image-1-mini

chatgpt-image-latest

v1/batch

Batch API is now supported for GPT Image models: gpt-image-1.5, chatgpt-image-latest, gpt-image-1, and gpt-image-1-mini.

Update

gpt-5.2-chat-latest

Updated the gpt-5.2-chat-latest slug to point to the latest model currently used in ChatGPT.

Launched support for Skills in the Responses API. We support Skills across both local execution and hosted container-based execution.

Launched a new Hosted Shell tool, as well as support for networking in containers.

Feature

gpt-image-1.5

gpt-image-1

gpt-image-1-mini

chatgpt-image-latest

v1/images/edits

Added support for application/json requests on /v1/images/edits for GPT image models. JSON requests use images (and optional mask) with image_url or file_id references instead of multipart uploads.

Update

gpt-5.2

gpt-5.2-codex

We have optimized our inference stack for API customers and GPT-5.2 and GPT-5.2-Codex now run ~40% faster. Model and model weights are unchanged.

January, 2026

Announced Open Responses: an open-source spec for building multi-provider, interoperable LLM interfaces built on top of the original OpenAI Responses API.

Feature

gpt-5.2-codex

v1/responses

Released gpt-5.2-codex to the Responses API. GPT-5.2-Codex is a version of GPT-5.2 optimized for agentic coding tasks in Codex or similar environments. Read more here.

Added dedicated SIP IP ranges for Realtime API. sip.api.openai.com does GeoIP routing, and will direct SIP traffic to the closest region. Learn more.

Update

gpt-realtime-mini

gpt-audio-mini

Updated the gpt-realtime-mini and gpt-audio-mini slugs to point to the 2025-12-15 snapshots. If you need the previous model snapshots, use gpt-realtime-mini-2025-10-06 and gpt-audio-mini-2025-10-06.

Updated the sora-2 slug to point to sora-2-2025-12-08. If you need the previous model snapshot, use sora-2-2025-10-06.

Update

gpt-4o-mini-tts

gpt-4o-mini-transcribe

Updated the gpt-4o-mini-tts and gpt-4o-mini-transcribe slugs to point to the 2025-12-15 snapshots. If you need the previous model snapshots, use gpt-4o-mini-tts-2025-03-20 and gpt-4o-mini-transcribe-2025-03-20. We currently recomend using gpt-4o-mini-transcribe over gpt-4o-transcribe for the best results.

Fix

gpt-image-1.5

chatgpt-image-latest

Fixed an issue where gpt-image-1.5 and chatgpt-image-latest were incorrectly using high fidelity for image edits through /v1/images/edits, even when fidelity was explicitly set to low (the default).

December, 2025

Update

gpt-image-1.5

chatgpt-image-latest

Added gpt-image-1.5 and chatgpt-image-latest to the Responses API image generation tool.

Feature

gpt-realtime-mini

gpt-audio-mini

gpt-4o-mini-transcribe

gpt-4o-mini-tts

Released four new dated audio snapshots. These updates deliver reliability, quality, and voice fidelity improvements for real-time, voice-driven applications. Read more here.

  • gpt-realtime-mini-2025-12-15
  • gpt-audio-mini-2025-12-15
  • gpt-4o-mini-transcribe-2025-12-15
  • gpt-4o-mini-tts-2025-12-15

This launch also includes support for Custom voices for eligible customers.

Feature

gpt-5.2

gpt-5.2-chat-latest

v1/responses

v1/chat/completions

Released GPT-5.2, the newest flagship model in the GPT-5 model family. GPT-5.2 shows improvements over the previous GPT-5.1 in:

  • General intelligence
  • Instruction following
  • Accuracy and token efficiency
  • Multimodality—especially vision
  • Code generation—especially front-end UI creation
  • Tool calling and context management in the API
  • Spreadsheet understanding and creation.

What's new in 5.2 is a new xhigh reasoning effort level, concise reasoning summaries, and new context management using compaction.

Feature

v1/responses/compact

Released client-side compaction. For long-running conversations with the Responses API, you can use the /responses/compact endpoint to shrink the context you send with each turn.

Feature

gpt-5.1-codex-max

v1/responses

Released gpt-5.1-codex-max to the Responses API. GPT-5.1-Codex is our most intelligent coding model optimized for long-horizon, agentic coding tasks. Read more here.

November, 2025

Added support for DTMF key presses in the Realtime API. You can now receive DTMF events while using a Realtime sideband connection. See docs here for more information.

Feature

gpt-5.1

gpt-5.1-codex

gpt-5.1-chat-latest

gpt-5.1-codex-mini

v1/responses

v1/chat/completions

Released GPT-5.1, the newest flagship model in the GPT-5 model family. GPT-5.1 is trained to be especially proficient in:

  • Steerability and faster responses when less thinking's required
  • Code generation and coding use cases
  • Agentic workflows

Note that GPT-5.1 defaults to a new none reasoning setting for faster responses when less thinking's required—different from the previous medium default setting in GPT-5.

Feature

gpt-5.1-codex

gpt-5.1-codex-mini

v1/responses

Released gpt-5.1-codex and gpt-5.1-codex-mini to the Responses API. GPT-5.1-Codex is a version of GPT-5.1 optimized for agentic coding tasks in Codex or similar environments. Read more here.

Released extended prompt cache retention. Extended prompt cache retention keeps cached prefixes active for longer, up to a maximum of 24 hours. Extended Prompt Caching works by offloading the key/value tensors to GPU-local storage when memory is full, significantly increasing the storage capacity available for caching.

October, 2025

Feature

gpt-oss-safeguard-120b

gpt-oss-safeguard-20b

gpt-oss-safeguard-120b and gpt-oss-safeguard-20b are safety reasoning models built-upon gpt-oss. Read more here.

Released Enterprise Key Management (EKM). Enterprise Key Management (EKM) allows you to encrypt your customer content at OpenAI using keys managed by your own external Key Management System (KMS).

Released IP allowlist. IP allowlisting restricts API access to only the IP addresses or ranges you specify.

September, 2025

Feature

gpt-5-codex

v1/responses

Launched special-purpose model gpt-5-codex, built and optimized for use with the Codex CLI.

August, 2025

Added support for connectors to the Responses API. Connectors are OpenAI-maintained MCP wrappers for popular services like Google apps, Dropbox, and more that can be used to give model read access to data stored in those services.

Feature

v1/conversations

v1/responses

v1/assistants

Released the Conversations API, which allows you to create and manage long-running conversations with the Responses API. See the migration guide to see a side-by-side comparison and learn how to migrate from an Assistants API integration to Responses and Conversations.

Feature

v1/chat/completions

v1/responses

Released GPT-5 family of models in the API, including gpt-5, gpt-5-mini, and gpt-5-nano.

Introduced the minimal reasoning effort value to optimize for fast responses in GPT-5 models (which support reasoning).

Introduced custom tool call type, which allows for freeform inputs to and outputs from the model when tool calling.

June, 2025

Launched support for Priority processing. Priority processing delivers significantly lower and more consistent latency compared to Standard processing while keeping pay-as-you-go flexibility.

New reusable prompts are now available in the dashboard and Responses API. Via API, you can now reference templates created in the dashboard via the prompt parameter (with a prompt id, optional version) and supply dynamic variables that can include strings, images, or file inputs. Reusable prompts are not available in Chat Completions. Learn more.

Feature

o3-pro

v1/responses

v1/batch

Released o3-pro, a version of the o3 reasoning model that uses more compute to answer hard problems with better reasoning and consistency. Prices for the o3 model have also been reduced for all API requests, including batch and flex processing.

Added fine-tuning support with direct preference optimization for the models gpt-4.1-2025-04-14, gpt-4.1-mini-2025-04-14, and gpt-4.1-nano-2025-04-14.

Feature

v1/chat/completions

v1/realtime

May, 2025

Feature

v1/responses

v1/chat/completions

Added support for using strict mode for tool schemas when using parallel tool calling with non-fine-tuned models. Added new schema features, including string validation for email and other patterns and specifying ranges for numbers and arrays.

Feature

codex-mini-latest

v1/responses

v1/chat/completions

Launched codex-mini-latest in the API, optimized for use with the Codex CLI.

April, 2025

Feature

v1/images/generations

v1/images/edits

Added a new image generation model, gpt-image-1. This model sets a new standard for image generation, with improved quality and instruction following.

Updated the Image Generation and Edit endpoints to support new parameters specific to the gpt-image-1 model.

Feature

v1/chat/completions

v1/responses

Added two new o-series reasoning models, o3 and o4-mini. They set a new standard for math, science, and coding, visual reasoning tasks, and technical writing.

Launched Codex, our code generation CLI tool.

Feature

gpt-4.1

gpt-4.1-mini

gpt-4.1-nano

v1/responses

v1/chat/completions

v1/fine_tuning

Added gpt-4.1, gpt-4.1-mini, and gpt-4.1-nano models to the API. These new models feature improved instruction following, coding, and a larger context window (up to 1M tokens). gpt-4.1 and gpt-4.1-mini are available for supervised fine-tuning. Announced deprecation of gpt-4.5-preview.

March, 2025

Added gpt-4o-mini-tts, gpt-4o-transcribe, gpt-4o-mini-transcribe, and whisper-1 models to the Audio API.

Feature

o1-pro

v1/responses

v1/batch

Released o1-pro, a version of the o1 reasoning model that uses more compute to answer hard problems with better reasoning and consistency.

Feature

gpt-4o-search-preview

gpt-4o-mini-search-preview

computer-use-preview

v1/chat/completions

v1/assistants

v1/responses

Released several new models and tools and a new API for agentic workflows:

  • Released the Responses API, a new API for creating and using agents and tools.
  • Released a set of built-in tools for the Responses API: web search, file search, and computer use.
  • Released the Agents SDK, an orchestration framework for designing, building, and deploying agents.
  • Announced new models: gpt-4o-search-preview, gpt-4o-mini-search-preview, computer-use-preview.
  • Announced plans to bring all Assistants API features to the easier to use Responses API, with an anticipated sunset date for Assistants in 2026 (after achieving full feature parity).

Feature

v1/fine_tuning/jobs

Added metadata field support to fine-tuning jobs.

February, 2025

Feature

GPT-4.5

v1/chat/completions

v1/assistants

v1/batch

Released a research preview of GPT-4.5—our largest and most capable chat model yet. GPT-4.5's high "EQ" and understanding of user intent make it better at creative tasks and agentic planning.

Launched the API Usage Dashboard Update. This update addresses requests for additional data filters, such as project selection, date picker, and fine-grained intervals. There’s also better support for viewing usage across different products and service tiers.

Introducing data residency in Europe. Read more here.

January, 2025

Feature

o3-mini

o3-mini-2025-01-31

v1/chat/completions

Launched o3-mini, a new small reasoning model that is optimized for science, math, and coding tasks.

Expanded access to o1 model. The o1 series of models are trained with reinforcement learning to perform complex reasoning.

December, 2024

Launched Admin API Key Rotations, enabling customers to programmatically rotate their admin api keys.

Updated Admin API Invites, enabling customers to programmatically invite users to projects at the same time they are invited to organizations.

Launched Usage API, enabling customers to programmatically query activities and spending across OpenAI APIs.

November, 2024

Update

v1/chat/completions

Released gpt-4o-2024-11-20, our newest model in the gpt-4o series.

Feature

v1/chat/completions

Released Predicted Outputs, which greatly reduces latency for model responses where much of the response is known ahead of time. This is most common when regenerating the content of documents and code files with only minor changes.

October, 2024

Feature

v1/realtime

v1/chat/completions

v1/fine_tuning

Released several new features at OpenAI DevDay in San Francisco:

Realtime API: Build fast speech-to-speech experiences into your applications using a WebSockets interface.

Model distillation: Platform for fine-tuning cost-efficient models with your outputs from a large frontier model.

Image fine-tuning: Fine-tune GPT-4o with images and text to improve vision capabilities.

Evals: Create and run custom evaluations to measure model performance on specific tasks.

Prompt caching: Discounts and faster processing times on recently seen input tokens.

Generate in playground: Easily generate prompts, function definitions, and structured output schemas in the playground using the Generate button.

September, 2024

Feature

omni-moderation-latest

v1/moderations

Released new omni-moderation-latest moderation model, which supports both images and text (for some categories), supports two new text-only harm categories, and has more accurate scores.

Feature

o1-preview

o1-mini

v1/chat/completions

Released o1-preview and o1-mini, new large language models trained with reinforcement learning to perform complex reasoning tasks.

August, 2024

Launched Admin and Audit Log APIs, allowing customers to programmatically administer their organization and monitor changes using the audit logs. Audit logging must be enabled within settings.

July, 2024

Launched self-serve SSO configuration, allowing Enterprise customers on custom and unlimited billing to set up authentication against their desired IDP.

Released GPT-4o mini, our affordable an intelligent small model for fast, lightweight tasks.

Released Uploads to upload large files in multiple parts.

June, 2024

May, 2024

Released GPT-4o in the API. GPT-4o is our fastest and most affordable flagship model.

Added a new endpoint to delete a message from a thread in the Assistants API.

April, 2024

Introduced project based hierarchy for organizing work by projects, including the ability to create API keys and manage rate and cost limits on a per-project basis (cost limits available only for Enterprise customers).

March, 2024

Added support for streaming in the Assistants API

February, 2024

January, 2024

Released embedding V3 models and an updated GPT-4 Turbo preview

Added dimensions parameter to the Embeddings API

December, 2023

November, 2023

October, 2023