• Wolfflow AI
  • Posts
  • 🐺 OpenAI Dev Day: Game-Changing Releases

🐺 OpenAI Dev Day: Game-Changing Releases

What to look out for after this week's event

Hi there fellow AI enthusiast,

This week’s newsletter brings:

OpenAI Dev Day 2025

This week, OpenAI introduced the next generation of tools and models to help developers code faster, build more reliable agents, and scale their apps directly inside ChatGPT.

Apps in ChatGPT

You can now chat with apps directly in ChatGPT and build them using the Apps SDK (preview).
Example: β€œSpotify, make a playlist for my party this Friday.” ChatGPT recognizes the app, brings it into your conversation, and asks for permission the first time you connect.
πŸ“– Read more: OpenAI – Apps SDK

AgentKit

AgentKit is a complete toolkit for building, testing, and deploying production-grade agents.
Key components:

  • Agent Builder β†’ a visual canvas for creating and versioning multi-agent workflows.

  • Connector Registry β†’ a central place to manage data and tool connections.

  • ChatKit β†’ a toolkit to embed chat-based agent experiences into your product.
    πŸ“– Read more: OpenAI – AgentKit

Sora 2 in the API

The new Sora 2 model lets you integrate video generation directly into your app.

from openai import OpenAI
openai = OpenAI()

video = openai.videos.create(
    model="sora-2",
    prompt="A video of a cool cat on a motorcycle in the night",
)

Codex, Now Generally Available

Codex is officially out of preview, with new features like a Slack integration, SDK, and enterprise controls.
You can now use it across your editor, terminal, and the cloud β€” all linked to your ChatGPT account.
Daily usage has grown more than 10x since August, and GPT-5 Codex is already serving over 40 trillion tokens in just three weeks.
πŸ“– Read more: OpenAI – Codex

GPT-5 Pro in the API

OpenAI’s most advanced and precise model yet, built for tasks where accuracy really matters. It is the most expensive model to date.
πŸ’° Input: $15.00 | Output: $120.00 per 1M tokens.
πŸ“– Read more: OpenAI – GPT-5 Pro

gpt-realtime-mini & gpt-image-1-mini

Two new lightweight and cost-efficient models:

  • gpt-realtime-mini β†’ real-time voice model, 70% cheaper than the large version.

  • gpt-image-1-mini β†’ image generation model, 80% cheaper.

πŸ“– Read more: Realtime Mini | Image Mini

Thank you and see you next time!

PS: If you feel your team would benefit from knowing how to apply the AI tools and features covered in this email, I’d love to help. All you need to do is hit the reply button for us to get started. (Free consultation, no strings attached).