product updateOpenAI

OpenAI Python SDK v2.27.0 adds Sora video API improvements and character support

TL;DR

OpenAI released version 2.27.0 of its Python SDK on March 13, 2026, adding significant improvements to the Sora video generation API. The update introduces character API support, video extension and editing capabilities, and higher resolution export options.

1 min read
0

OpenAI has released v2.27.0 of its Python SDK, the latest update to the official library for integrating OpenAI APIs into Python applications.

Key Changes

The release centers on expanding Sora video generation capabilities. The primary feature addition is Sora API improvements, which include:

  • Character API: Introduces character-based controls for video generation
  • Video extensions and edits: Enables developers to extend existing videos and apply targeted edits
  • Higher resolution exports: Supports video output at elevated resolutions

These features appear designed to give developers more granular control over video generation workflows, moving beyond simple prompt-to-video creation toward more iterative and controlled editing capabilities.

Technical Updates

Beyond the Sora enhancements, v2.27.0 includes:

  • API schema updates: General API definition updates reflected across the SDK
  • Bug fixes: Repair of the merged videos resource, addressing a previously broken endpoint
  • Infrastructure improvements: WebSocket protocol alignment and proper capitalization standardization
  • Codegen updates: Internal tooling changes for SDK code generation

The bug fix for the merged videos resource suggests this functionality had issues in v2.26.0 that are now resolved.

What This Means

The Sora API improvements indicate OpenAI is prioritizing video generation as a development platform, not just an internal capability. The addition of character controls and editing features suggests the company is moving toward production-ready video generation workflows that support professional use cases requiring iterative refinement rather than one-shot generation.

Developers using the Python SDK should update to access these new Sora capabilities. The merged videos resource fix is a necessary update for anyone relying on that functionality.

For context, the OpenAI Python SDK serves as the primary interface for developers building applications with OpenAI's APIs, making each release significant for the developer ecosystem. This version demonstrates continued investment in expanding Sora's feature set beyond basic video generation.

Related Articles

product update

Trail of Bits and OpenAI's Daybreak initiative produce 64 pull requests across 19 open-source projects in one week using

Trail of Bits launched Patch the Planet, a security initiative using OpenAI's GPT-5.5-Cyber model to find and fix bugs in critical open-source projects. The first week produced 64 pull requests and 51 issues across 19 projects including cURL, Python, PyPI, and Sigstore, with 37 patches already merged.

product update

Mistral AI launches Connectors in Studio with MCP protocol integration and direct tool calling

Mistral AI has released Connectors in Studio, allowing developers to integrate custom MCP (Model Context Protocol) servers and built-in connectors via API/SDK. The release includes direct tool calling for deterministic workflows and human-in-the-loop approval flows for sensitive operations.

product update

Mistral releases Vibe 2.0 terminal coding agent with custom subagents and Devstral 2 API pricing

Mistral AI released Vibe 2.0, a terminal-native coding agent powered by Devstral 2, adding custom subagents, multi-choice clarifications, and slash-command skills. Devstral 2 API pricing is now $0.40/M input tokens and $2.00/M output tokens, with a smaller variant at $0.10/$0.30 per million tokens.

product update

Mistral Launches Agents API with Code Execution, Web Search, and MCP Tool Integration

Mistral AI has released its Agents API, a framework for building AI agents with built-in connectors for code execution, web search, image generation, and Model Context Protocol tools. The API includes persistent conversation memory and multi-agent orchestration capabilities, enabling agents to maintain context across interactions and coordinate complex workflows.

Comments

Loading...