npm
npmjs.com › package › @ai-sdk › openai
ai-sdk/openai
The **[OpenAI provider](https:... completion APIs and embedding model support for the OpenAI embeddings API.. Latest version: 3.0.1, last published: 2 days ago....
» npm install @ai-sdk/openai
Published Dec 23, 2025
Version 3.0.1
Repository https://github.com/vercel/ai
Homepage https://ai-sdk.dev/docs
Videos
10:55
The AI SDK Killer is Finally Here... (Tanstack AI) - YouTube
02:30:55
OpenAI Agents SDK Tutorial (FULL SERIES) - YouTube
22:24
Agents SDK from OpenAI! | Full Tutorial - YouTube
31:17
OpenAI’s BRAND NEW Agents SDK (Crash Course) - YouTube
11:06
OpenAI Just Dropped ChatGPT Apps SDK: Massive Upgrade! - YouTube
22:06
Tool Calling in AI Agents | OpenAI Agent SDK with Typescript - YouTube
OpenAI
openai.github.io › openai-agents-python
OpenAI Agents SDK
The OpenAI Agents SDK enables you to build agentic AI apps in a lightweight, easy-to-use package with very few abstractions. It's a production-ready upgrade of our previous experimentation for agents, Swarm.
npm
npmjs.com › package › @ai-sdk › openai-compatible
ai-sdk/openai-compatible
Latest version: 1.0.29, last published: 11 days ago. Start using @ai-sdk/openai-compatible in your project by running `npm i @ai-sdk/openai-compatible`. There are 135 other projects in the npm registry using @ai-sdk/openai-compatible.
» npm install @ai-sdk/openai-compatible
Published Dec 11, 2025
Version 1.0.29
Repository https://github.com/vercel/ai
Homepage https://ai-sdk.dev/docs
OpenAI
platform.openai.com › docs › guides › agents-sdk
Agents SDK | OpenAI API
Welcome to the OpenAI Agents SDK. This library makes it straightforward to build agentic applications—where a model can use additional context and tools, hand off to other specialized agents, stream partial results, and keep a full trace of what happened. Access the latest version in the following GitHub repositories:
OpenAI
openai.github.io › openai-agents-js › extensions › ai-sdk
Using any model with the Vercel's AI SDK | OpenAI Agents SDK
We currently support ai-sdk’s model provider v2 modules, which are compatible with Vercel AI SDK v5. If you have a specific reason to continue using the v1 model providers, you can copy the module from examples/ai-sdk-v1 and include it in your project.
GitHub
github.com › openai › openai-agents-python
GitHub - openai/openai-agents-python: A lightweight, powerful framework for multi-agent workflows
Explore the examples directory to see the SDK in action, and read our documentation for more details. To get started, set up your Python environment (Python 3.9 or newer required), and then install OpenAI Agents SDK package.
Starred by 18K users
Forked by 3K users
Languages Python 99.9% | Makefile 0.1%
OpenAI
platform.openai.com › docs › changelog
Changelog | OpenAI API
Released o1-pro, a version of the o1 reasoning model that uses more compute to answer hard problems with better reasoning and consistency. ... 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.
OpenAI
openai.com › index › introducing-apps-in-chatgpt
Introducing apps in ChatGPT and the new Apps SDK | OpenAI
The Apps SDK builds on the Model Context Protocol (MCP), the open standard that lets ChatGPT connect to external tools and data. It extends MCP so developers can design both the logic and interface of their apps. We’ve made the Apps SDK open source so that apps built with it can run anywhere that adopts this standard.
GitHub
github.com › vercel › ai
GitHub - vercel/ai: The AI Toolkit for TypeScript. From the creators of Next.js, the AI SDK is a free open-source library for building AI-powered applications and agents
The AI Toolkit for TypeScript. From the creators of Next.js, the AI SDK is a free open-source library for building AI-powered applications and agents - GitHub - vercel/ai: The AI Toolkit for TypeScript. From the creators of Next.js, the AI SDK is a free open-source library for building AI-powered applications and agents
Starred by 20.4K users
Forked by 3.5K users
Languages TypeScript 74.9% | MDX 24.7% | JavaScript 0.3% | Vue 0.1% | CSS 0.0% | Svelte 0.0%
OpenAI
platform.openai.com › docs › api-reference › introduction
API Reference - OpenAI API
Model outputs are by their nature variable, so expect changes in prompting and model behavior between snapshots. For example, if you moved from gpt-4o-2024-05-13 to gpt-4o-2024-08-06, the same system or user messages could function differently ...
GitHub
github.com › openai › openai-python
GitHub - openai/openai-python: The official Python library for the OpenAI API
The OpenAI Python library provides convenient access to the OpenAI REST API from any Python 3.9+ application.
Starred by 29.6K users
Forked by 4.5K users
Languages Python
npm
npmjs.com › package › openai
openai - npm
The official TypeScript library for the OpenAI API. Latest version: 6.15.0, last published: 8 days ago. Start using openai in your project by running `npm i openai`. There are 7668 other projects in the npm registry using openai.
» npm install openai
Z
docs.z.ai › guides › develop › openai › python
OpenAI Python SDK - Overview - Z.AI DEVELOPER DOCUMENT
# Install or upgrade to latest version pip install --upgrade 'openai>=1.0' # Verify installation python -c "import openai; print(openai.__version__)" ... Access Z.AI Open Platform, Register or Login. Create an API Key in the API Keys management page. Copy your API Key for use. It is recommended to set the API Key as an environment variable: export ZAI_API_KEY=your-api-key ... from openai import OpenAI # Create Z.AI client client = OpenAI( api_key="your-Z.AI-api-key", base_url="https://api.z.ai/api/paas/v4/" )