Get inspired and build

4o image generation intro

4o image generation intro

Video introduction to 4o model image generation capabilities.

video
Agents SDK quickstart

Agents SDK quickstart

Step-by-step guide to quickly build agents with the OpenAI Agents SDK.

guide
Agents SDK — Python

Agents SDK — Python

Python SDK for developing agents with OpenAI.

code
Agents SDK quickstart

Agents SDK quickstart

Quickstart project for building agents with the Agents SDK.

code
Agents SDK — TypeScript

Agents SDK — TypeScript

TypeScript SDK for developing agents with OpenAI.

code
Audio & speech guide

Audio & speech guide

Overview of approaches for audio processing and speech in applications.

guide
Background mode guide

Background mode guide

Guide to running tasks in the background with Responses.

guide
Balance accuracy, latency, and cost

Balance accuracy, latency, and cost

Talk on optimizing AI systems for accuracy, speed, and cost.

video
Batch API guide

Batch API guide

Guide on how to use the Batch API to reduce costs

guide
Build hour — agentic tool calling

Build hour — agentic tool calling

Build hour giving an overview of agentic tool calling.

video
Building agents guide

Building agents guide

Official guide to building agents using the OpenAI platform.

guide
Build hour — built-in tools

Build hour — built-in tools

Build hour giving an overview of built-in tools available in the Responses API.

video
Built-in tools guide

Built-in tools guide

Guide to using OpenAI's built-in tools with the Responses API.

guide
Code interpreter guide

Code interpreter guide

Guide to using the built-in code interpreter tool.

guide
Codex intro

Codex intro

Introductory video about Codex capabilities.

video
Conversation state guide

Conversation state guide

Guide for managing conversation state with the Responses API.

guide
Keep costs low & accuracy high

Keep costs low & accuracy high

Guide on balancing cost efficiency with model accuracy.

guide
Monitor usage with the Cost API

Monitor usage with the Cost API

Cookbook showing how to track API usage and costs.

cookbook
CS agents demo

CS agents demo

Demo showcasing customer service agents orchestration.

code
Computer Use API guide

Computer Use API guide

Guide to using the Computer Use API (CUA).

guide
Computer Use API — starter app

Computer Use API — starter app

Sample app showcasing Computer Use API integration.

code
DevDay — distillation breakout

DevDay — distillation breakout

DevDay session on model distillation techniques.

video
DevDay — optimization breakout

DevDay — optimization breakout

DevDay session discussing optimization of models and prompts.

video
DevDay — realtime breakout

DevDay — realtime breakout

DevDay session focused on realtime agent capabilities.

video
DevDay — structured outputs breakout

DevDay — structured outputs breakout

Session covering structured outputs from DevDay.

video
Evals design guide

Evals design guide

Learn best practices for designing evals

guide
Distillation for model fine-tuning

Distillation for model fine-tuning

Cookbook on using model distillation techniques for fine-tuning.

cookbook
Eval-driven dev — prototype to launch

Eval-driven dev — prototype to launch

Cookbook demonstrating eval-driven development workflows.

cookbook
Evals API — tools evaluation

Evals API — tools evaluation

Cookbook example demonstrating tool evaluation with the Evals API.

cookbook
Evaluating model performance

Evaluating model performance

Guide to measuring model quality using the Evals framework.

guide
File search guide

File search guide

Guide to retrieving context from files using the Responses API.

guide
Fine-tuning best practices

Fine-tuning best practices

Recommendations for effective and efficient model fine-tuning.

guide
Fine-tuning cookbook

Fine-tuning cookbook

Cookbook on direct preference optimization for fine-tuning.

cookbook
Fine-tuning guide

Fine-tuning guide

Comprehensive guide to fine-tuning OpenAI models.

guide
Flex processing guide

Flex processing guide

Guide on how to reduce costs with flex processing

guide
Frontend testing demo

Frontend testing demo

Demo application for frontend testing using CUA.

code
Function calling guide

Function calling guide

Introduction to function calling with OpenAI models.

guide
GPT-5 prompting guide

GPT-5 prompting guide

Cookbook guide on how to maximize GPT-5's performance.

cookbook
Graders for Reinforcement Fine-Tuning

Graders for Reinforcement Fine-Tuning

Cookbook on how to use graders for RFT tasks. showing different approaches to evaluating models with the OpenAI API.

cookbook
Graders guide

Graders guide

Learn about graders for evals and fine-tuning

guide
Building guardrails for agents

Building guardrails for agents

Guide to implementing safeguards and guardrails in agent applications.

guide
Developing hallucination guardrails

Developing hallucination guardrails

Cookbook for creating guardrails that reduce model hallucinations.

cookbook
Image generation guide

Image generation guide

Guide to generating images using OpenAI models.

guide
ImageGen cookbook

ImageGen cookbook

Cookbook examples for generating images with GPT-Image.

cookbook
ImageGen with high fidelity cookbook

ImageGen with high fidelity cookbook

Cookbook examples for generating images with high fidelity using GPT-Image.

cookbook
Latency optimization guide

Latency optimization guide

Best practices for reducing model response latency.

guide
Launch apps with evaluations

Launch apps with evaluations

Video on incorporating evals when deploying AI products.

video
LLM correctness and consistency

LLM correctness and consistency

Best practices for achieving accurate and consistent model outputs.

guide
MCP guide

MCP guide

Guide to using the Model Context Protocol for portable tools.

guide
MCP intro

MCP intro

Introduction video to Model Customization Platform (MCP).

video
MCP tool cookbook

MCP tool cookbook

Cookbook covering MCP tool usage examples.

cookbook
Model distillation overview

Model distillation overview

Overview of distillation techniques for creating efficient models.

guide
Model optimization guide

Model optimization guide

Guide on optimizing OpenAI models for performance and cost.

guide
OpenAI models page

OpenAI models page

Overview of the models available on the OpenAI platform.

guide
Portfolio collab with Agents SDK

Portfolio collab with Agents SDK

Cookbook example of agents collaborating to manage a portfolio.

cookbook
Multi-tool orchestration cookbook

Multi-tool orchestration cookbook

Cookbook showing how to orchestrate multiple tools with Responses API.

cookbook
New audio models intro

New audio models intro

Overview video of new audio models for speech and transcription.

video
o3/o4-mini function calling cookbook

o3/o4-mini function calling cookbook

Cookbook for function calling with o3/o4-mini models.

cookbook
openai.fm

openai.fm

Code samples for speech processing from the openai.fm repo.

code
Agent orchestration & handoffs

Agent orchestration & handoffs

Cookbook on coordinating multiple agents via routines and handoffs.

cookbook
Orchestrating multiple agents

Orchestrating multiple agents

Guide to coordinating multiple agents with shared context.

guide
Predicted outputs guide

Predicted outputs guide

Guide to understanding and using predicted outputs.

guide
Production best practices

Production best practices

Guide on best practices for running AI applications in production

guide
Prompt caching 101

Prompt caching 101

Introductory cookbook on implementing prompt caching to reduce token usage.

cookbook
Prompt engineering guide

Prompt engineering guide

Detailed guide on prompt engineering strategies.

guide
RAG technique overview

RAG technique overview

Overview of retrieval-augmented generation techniques.

guide
RAG with PDFs cookbook

RAG with PDFs cookbook

Cookbook for retrieval-augmented generation using PDFs.

cookbook
Rate limits guide

Rate limits guide

Guide to understanding and managing rate limits

guide
Realtime agents starter app

Realtime agents starter app

Starter app demonstrating realtime agent capabilities.

code
Realtime console

Realtime console

Console application demonstrating realtime API usage.

code
Realtime tool delegation guide

Realtime tool delegation guide

Guide on delegating tasks through tools in realtime agents.

guide
Realtime guide

Realtime guide

Comprehensive guide to building realtime interactions.

guide
Realtime intro

Realtime intro

Introduction to building realtime voice applications.

guide
Realtime solar system

Realtime solar system

Demo of realtime agent interactions in a solar system example.

code
Realtime transcription guide

Realtime transcription guide

Guide for implementing realtime speech transcription.

guide
Realtime translation cookbook

Realtime translation cookbook

Cookbook for realtime translation using voice API.

cookbook
Realtime translation guide

Realtime translation guide

Guide to performing realtime speech translation.

guide
Realtime & Twilio starter app

Realtime & Twilio starter app

Starter app integrating realtime agents with Twilio.

code
Reasoning best practices

Reasoning best practices

Prompting and optimization tips for reasoning models

guide
Reasoning guide

Reasoning guide

Overview of what reasoning is and how to prompt reasoning models

guide
Reinforcement fine-tuning overview

Reinforcement fine-tuning overview

Guide on reinforcement learning-based fine-tuning techniques.

guide
Reinforcement fine-tuning — reasoning

Reinforcement fine-tuning — reasoning

Cookbook demonstrating reinforcement fine-tuning to enhance conversational models.

cookbook
Responses API — tools and features

Responses API — tools and features

Overview video of available tools and capabilities in the Responses API.

video
Responses guide

Responses guide

Introduction to the Responses API and its endpoints.

guide
Responses starter app

Responses starter app

Starter application demonstrating OpenAI Responses API with tools.

code
Responses vs. chat completions guide

Responses vs. chat completions guide

Comparison of the Responses API and Chat Completions.

guide
Structured outputs guide

Structured outputs guide

Guide for producing structured outputs with the Responses API.

guide
Structured outputs samples

Structured outputs samples

Sample code demonstrating structured outputs with OpenAI APIs.

code
Speech-to-text cookbook

Speech-to-text cookbook

Comparing speech to text methods with the OpenAI API.

cookbook
Speech-to-text guide

Speech-to-text guide

Guide for building speech recognition pipelines.

guide
Speech-to-text intro

Speech-to-text intro

Introduction to speech recognition with OpenAI.

guide
Supervised fine-tuning overview

Supervised fine-tuning overview

Guide to supervised fine-tuning for customizing model behavior.

guide
Support agent demo

Support agent demo

Demo showing a customer support agent with a human in the loop.

code
Tools overview guide

Tools overview guide

Guide covering realtime delegation through tools.

guide
Tracing module

Tracing module

Guide to monitoring and debugging agents with tracing.

guide
Transcription cookbook

Transcription cookbook

Example recipes for transcribing audio using OpenAI APIs.

cookbook
Transcription guide

Transcription guide

Detailed guide for building transcription pipelines.

guide
Transcription intro

Transcription intro

Introduction to converting speech to text with OpenAI APIs.

guide
Translation use case

Translation use case

Overview of building multilingual voice applications.

guide
Realtime agent demo

Realtime agent demo

Video introduction to the TypeScript Agents SDK.

video
Unlock agentic power — Agents SDK

Unlock agentic power — Agents SDK

Video demonstrating advanced capabilities of the Agents SDK.

video
Vision fine-tuning overview

Vision fine-tuning overview

Guide to fine-tuning models on vision tasks.

guide
Voice agents guide

Voice agents guide

Guide to building voice agents using speech-to-speech API.

guide
Voice applications intro

Voice applications intro

Introduction to building voice-enabled applications with OpenAI.

guide
Web search guide

Web search guide

Guide to using web search with the Responses API.

guide