🌐
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
🌐
AI SDK
ai-sdk.dev › providers › ai-sdk-providers › openai
AI SDK Providers: OpenAI
The OpenAI provider is available in the @ai-sdk/openai module.
🌐
OpenAI
platform.openai.com › docs › libraries
Libraries | OpenAI API
This page covers setting up your local development environment to use the OpenAI API. You can use one of our officially supported SDKs, a community library, or your own preferred HTTP client.
🌐
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
🌐
AI SDK
ai-sdk.dev › providers › openai-compatible-providers
OpenAI Compatible Providers
AI SDK 6 is now available. ... You can use the OpenAI Compatible Provider package to use language model providers that implement the OpenAI API.
🌐
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%
Find elsewhere
🌐
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
developers.openai.com › apps-sdk
Apps SDK
Learn how to use Apps SDK by OpenAI. Our framework to build apps for ChatGPT.
🌐
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
🌐
AI SDK
ai-sdk.dev › providers › ai-sdk-providers › azure
AI SDK Providers: Azure OpenAI
When creating your Azure OpenAI deployment, make sure to set the DALL-E model version you want to use.
🌐
Microsoft Learn
learn.microsoft.com › en-us › azure › ai-foundry › openai › api-version-lifecycle
Azure OpenAI in Microsoft Foundry Models API version lifecycle - Microsoft Foundry | Microsoft Learn
... Additional TTS response_formats: wav & pcm. The 2025-04-01-preview Azure OpenAI spec uses OpenAPI 3.1, is a known issue that this is currently not fully supported by Azure API Management
🌐
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
    
Published   Dec 19, 2025
Version   6.15.0
Author   OpenAI
🌐
Vercel
vercel.com › blog › ai-sdk-6
AI SDK 6 - Vercel
AI SDK 6 is a major version due to the introduction of the v3 Language Model Specification that powers new capabilities like agents and tool approval.
🌐
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/" )